I was checking if spaces issue is fixed and it doesn't seem to be. So tracing it back
to the source I'm seeing test failures in jboss-common-core:
| Running org.jboss.test.util.test.propertyeditor.PropertyEditorsUnitTestCase
| file:/C:/path%20with%20space/tst.xml != file:/path with space/tst.xml
| Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec <<<
FAILURE!
|
The failing test is the one testing URL encoding/decoding:
| Transform(org.jboss.util.propertyeditor.URLEditor@7e5a9de6) of file:/path with
space/tst.xml equals file:/C:/path with space/tst.xml,
output=file:/C:/path%20with%20space/tst.xml
|
As if JBCOMMON-60 has crept back ...
- marko
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171999#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...