[JBoss-user] [Installation & Configuration] - Where do I download 4.0.2?

2005-03-07 Thread dlindquist
OK, I've got a bug report that is marked as "fixed in 4.0.2": Bug Number: JBAS-1545 But I can only find 4.0.1SP1 to download! Where can I find 4.0.2? Or is it not yet ready? And if 4.0.2 is not yet ready, shouldn't I be able to find a roadmap/plan/schedule somewhere that says when it will be

[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

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

2005-03-02 Thread dlindquist
I've just tried implementing a web application (servlet-based) on JBoss and have the following problem: Whenever the application tries to use File objects to hold paths that have spaces in them, it appears that the spaces *magically* become "%20". (This causes accessing the files to fail.) (J