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

            Bug ID: 56366
           Summary: Use case-insensitive matching in StandardJarScanner
           Product: Tomcat 8
           Version: 8.0.5
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: knst.koli...@gmail.com

>From code review while working on bug 56365, the JAR scanning feature uses
case-sensitive name checks in a number of places:

a) in path.endsWith(Constants.JAR_EXT) check in StandardJarScanner#scan(..)
b) when matching file names in o.a.t.util.file.Matcher

I think it would be better to perform such checks case-insensitively.

(Does this affect QSYS.LIB on AS/400 ?)

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

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

Reply via email to