Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
framework-3.0.6
-
None
Description
I find it a bit surprising that Bundle.getEntry("a/b.jar/")==Bundle.getEntry("a/b.jar") even when b.jar is not a directory. Shouldn't getEntry("a/b.jar/") return null if b.jar is not directory? After all, getEntryPaths("a/") returns a/b.jar.