-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug
Milestone
Description
Carlo Luib-Finetti opened SPR-12928 and commented
After migrating our Eclipse-based RCP-Client from Spring 2.5.6 (!) to the latest release 4.1.6 we met this strange error:
java.util.zip.ZipException: Exception in opening zip file: D:\uvdms\client\configuration\org.eclipse.osgi\bundles\101\1\.cp\lib\jacob-1.17-x86.dll
This jacob DLL comes into play as an entry in the MANIFEST.MF of one of out jars; it looks as this:
Bundle-NativeCode: lib/jacob-1.17-x86.dll
It seems that Spring treets it as classpath Jar, and the classloader tries to open it as Zip file.
Affects: 4.1.6
Issue Links:
- PathMatchingResourcePatternResolver cannot search for "classpath*" patterns in a jar file roots [SPR-12095] #16711 PathMatchingResourcePatternResolver cannot search for "classpath*" patterns in a jar file roots
- PathMatchingResourcePatternResolver should close jar file from JarURLConnection if not cached [SPR-6295] #10961 PathMatchingResourcePatternResolver should close jar file from JarURLConnection if not cached
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug