On Wed, Oct 19, 2011 at 7:05 PM, Igor Drobiazko
<igor.drobia...@gmail.com> 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: dev-unsubscr...@tapestry.apache.org
For additional commands, e-mail: dev-h...@tapestry.apache.org

Reply via email to