That's coming from this code:
| protected boolean hasBeenModified(VirtualFile root) throws Exception
| {
| // get file:/ schema
| URL url = VFSUtils.getCompatibleURL(root);
| File file = new File(url.toURI());
|
So there's obviously an issue with the getCompatibleURL() method in VFSUtils
or looking at the method, some problem with vfsfile: url not being encoded?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167146#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...