1 Reply Latest reply on Mar 17, 2011 12:13 PM by jaikiran

    Class loader case sensitivity

    thammoud

      Hello,

       

      We are using JBOSS 6.1 (same with 6.0) on lInux and have an obfuscated library with class names foo/c.class and foo/C.class. We are getting class load errors (Wrong class loaded for name) and traced the issue to JavaZipFileSystem.java in the ZipNode class. The code is doing an explicit tolowercase on the class name.

       

      Tarek