[
https://jira.jboss.org/jira/browse/JBVFS-68?page=com.atlassian.jira.plugi...
]
Ales Justin reassigned JBVFS-68:
--------------------------------
Assignee: Ales Justin
PathTokenizer can't handle hidden unix directories
--------------------------------------------------
Key: JBVFS-68
URL:
https://jira.jboss.org/jira/browse/JBVFS-68
Project: JBoss VFS
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 2.0.0.CR4
Reporter: Carlo de Wolf
Assignee: Ales Justin
Priority: Critical
Fix For: 2.0.0.GA
java.lang.IllegalArgumentException: Illegal token in path:
/home/hudson/.hudson/jobs/JBoss_VFS/workspace/trunk/target/test-classes/vfs/test/nested/nested.jar/META-INF/empty.txt/
at
org.jboss.virtual.plugins.vfs.helpers.PathTokenizer.getTokens(PathTokenizer.java:133)
at
org.jboss.virtual.plugins.cache.PathMatchingVFSCache.findContext(PathMatchingVFSCache.java:46)
at org.jboss.virtual.plugins.cache.AbstractVFSCache.getFile(AbstractVFSCache.java:66)
at org.jboss.virtual.plugins.cache.AbstractVFSCache.getFile(AbstractVFSCache.java:97)
at org.jboss.test.virtual.test.VFSCacheTest.testCache(VFSCacheTest.java:68)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:81)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:163)
at org.apache.maven.surefire.Surefire.run(Surefire.java:84)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:261)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:875)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira