So I guess the correct fix to the test is
| -new File("/path with space/tst.xml").getCanonicalFile().toURL()
| +new File("/path with space/tst.xml").getCanonicalFile().toURI().toURL();
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172633#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...