-
Bug
-
Resolution: Done
-
Major
-
3.2.12.Final
-
None
-
None
URL.getContent() behaves differently within JBoss than it does in a normal JVM. In our case, when a jar is used in a normal JVM, URL.getContent() returns an ImageProducer. When the same jar is used from within JBoss, a VirtualFile is returned which then causes a ClassCastException.
Note: This worked fine in JBoss 4.2.3.GA.
- clones
-
JBEAP-15028 [GSS](7.1.z) URL.getContent() returns VirtualFile instead of ImageProducer
- Closed
- is cloned by
-
WFLY-10706 URL.getContent() returns VirtualFile instead of ImageProducer
- Closed
- relates to
-
JBVFS-216 ClassCastException: ZipFileInflaterInputStream cannot be cast to class org.jboss.vfs.VirtualFile
- Resolved