On Wed, Oct 19, 2011 at 7:05 PM, Igor Drobiazko
<[email protected]> wrote:
> No, I reopened the issue and removed the decoding of the path to be able to
> run the build successfully. As I mentioned in another thread
> URLDecoder.decode doesn't fix the problem.
>
> Maybe we should just convert all spaces to %20?
Well it seems urlPath already contains %20 so a .replaceAll("%20", "
"); will do the trick.
At least here a path like /tmp/test with
blank/target/classes/test/services/AppModule.class works correctly, I
mean from a quickstart mvn jetty:run.
Cheers
--
Massimo
http://meridio.blogspot.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]