You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2014/04/12 23:32:21 UTC

[Bug 56366] Use case-insensitive matching in StandardJarScanner

https://issues.apache.org/bugzilla/show_bug.cgi?id=56366

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
                 OS|                            |All

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
Section 10.5 of the Servlet spec requires that JAR files deployed as part of a
web application have an extension of '.jar'

Tomcat performs all operations relating to static files within web applicaitons
(including JAR files) in a case sensitive manner to avoid security issues
caused by mixing case sensitive and case insensitive matching even on platforms
where the file system is not case sensitive.

Note:
- The JAR file specification explicitly places no limits on the name of a JAR
file.
- File names are case sensitive on most operating systems. Windows is the major
exception.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org