[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: JBoss with spaces in the directory name
adrian@jboss.org
do-not-reply at jboss.com
Mon Jul 28 14:03:39 EDT 2008
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#4167146
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167146
More information about the jboss-dev-forums
mailing list