Anonymous | Login | Signup for a new account | 12-17-2024 10:32 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0002730 | [Resin] | major | always | 06-09-08 23:14 | 06-12-08 17:32 | ||||
Reporter | axeon | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.1.6 | ||||||
Summary | 0002730: The library-loader on windows can't used for obfuscated jar. | ||||||||
Description |
my application use a obfuscated jar,it obfuscated by proguard 4.2. the proguard 4.2 set "use mixed-case class names" is true,the class name will be like with "aa,Aa,aA,AA" in same directory. the resin use <library-loader> tag to load jars,so the application throws exception like this: [13:54:07.007] {http--8080-8} java.lang.NoClassDefFoundError: sa\sabe\core/bg [13:54:07.007] {http--8080-8} at sa.sabe.SABE.<clinit>(Unknown Source) [13:54:07.007] {http--8080-8} at _jsp._www._jpb2c._ajax._flight__jsp._jspService(_flight__jsp.java:59) [13:54:07.007] {http--8080-8} at com.caucho.jsp.JavaPage.service(JavaPage.java:61) [13:54:07.007] {http--8080-8} at com.caucho.jsp.Page.pageservice(Page.java:578).java:619) the same application run on tomcat is very well. |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Notes | |
(0003168) ferg 06-11-08 11:15 |
Can you mail the obfuscated jar to ferg@caucho.com? |
(0003193) ferg 06-12-08 17:32 |
server/2439 Without the obfuscated jar, I couldn't duplicate the specific issue (the format of the generated class is critical), however, there were locations in the Resin code where we could handle the incorrect '\' in the class as '/'. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
31 total queries executed. 27 unique queries executed. |