[JBoss-user] [Installation & Configuration] - Re: Spaces in Paths - %20 Weirdness

2005-03-10 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBAS-363 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869606#3869606 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869606 --- SF

[JBoss-user] [Installation & Configuration] - Re: Spaces in Paths - %20 Weirdness

2005-03-10 Thread dbeachy1
Yes, this is nasty JBoss bug that is killing us in deployment. I'm amazed that this bug is still there all the way through version 4.0.1. I am working on submitting a proper bug report, but in the meantime I have created a patched lib/jboss-common.jar with the following fix to FileURLConnectio

[JBoss-user] [Installation & Configuration] - Re: Spaces in Paths - %20 Weirdness

2005-03-02 Thread dlindquist
Further information... The root cause of this appears to be the fact that JBoss registers itself as an URLConnection provider, and it's FileURLConnection object is broken (replaces spaces with %20). This occurs when trying to do a parse on an XML document giving the parser a File object. Here