]
Tomas Hofman moved JBEAP-15070 to JBVFS-206:
--------------------------------------------
Project: JBoss VFS (was: JBoss Enterprise Application Platform)
Key: JBVFS-206 (was: JBEAP-15070)
Workflow: classic default workflow (was: CDW with loose statuses v1)
Component/s: (was: VFS)
Affects Version/s: 3.2.12.Final
(was: 7.1.3.GA)
[GSS](7.1.z) URL.getContent() returns VirtualFile instead of
ImageProducer
--------------------------------------------------------------------------
Key: JBVFS-206
URL:
https://issues.jboss.org/browse/JBVFS-206
Project: JBoss VFS
Issue Type: Bug
Affects Versions: 3.2.12.Final
Environment: Windows XP
Reporter: Tomas Hofman
Assignee: Tomas Hofman
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.