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
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
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