]
Thomas Diesler updated JBVFS-147:
---------------------------------
Fix Version/s: 3.0.0.CR6
(was: 3.0.0.CR5)
Cannot read from vfs: protocol URL
----------------------------------
Key: JBVFS-147
URL:
https://jira.jboss.org/jira/browse/JBVFS-147
Project: JBoss VFS
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 3.0.0.CR3
Reporter: Thomas Diesler
Assignee: John Bailey
Fix For: 3.0.0.CR6
Cannot read bytes from vfs: protocol URL
URL url = new
URL("vfs:/home/tdiesler/svn/jboss-osgi/projects/testing/trunk/target/test-libs/example-simple.jar/");
URLConnection con = (URLConnection)url.openConnection();
InputStream inputStream = con.getInputStream();
int read = inputStream.read();
read is -1
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: