[Stripes-users] Stripes Clean URLs

2010-11-05 Thread Martin Walsh
I am running into a few issues with clean URLs. I am using Stripes 1.5.2 and Tomcat 6.0.26. I am attempting to use clean URLs with parameters that represent a file path. e.g. binding = "/action/test/{path}" parameter = "String path = tmp/test.txt" I am using the stripes:link tag to generate t

Re: [Stripes-users] Stripes Clean URLs

2010-11-05 Thread Ben Gunter
Please try 1.5.3 and see if that helps. -Ben On Fri, Nov 5, 2010 at 9:27 AM, Martin Walsh wrote: > I am running into a few issues with clean URLs. I am using Stripes 1.5.2 > and Tomcat 6.0.26. > > I am attempting to use clean URLs with parameters that represent a file > path. > > e.g. > > bindin

Re: [Stripes-users] Stripes Clean URLs

2010-11-05 Thread Martin Walsh
Nope, same issues described below. M On 11/ 5/10 01:39 PM, Ben Gunter wrote: > Please try 1.5.3 and see if that helps. > > -Ben > > On Fri, Nov 5, 2010 at 9:27 AM, Martin Walsh > wrote: > > I am running into a few issues with clean URLs. I am using Stripes 1.5

Re: [Stripes-users] Maven convention

2010-11-05 Thread Ben Gunter
This is something we can consider after the release of 1.5.4. I didn't feel the need to add a Maven build in the first place, and I surely don't like the idea of having to move stuff all around to accommodate it so there will be resistance. -Ben On Sun, Oct 31, 2010 at 11:17 AM, VANKEISBELCK Remi

Re: [Stripes-users] Stripes Clean URLs

2010-11-05 Thread Nikolaos Giannopoulos
Martin, Comments in-line... Martin Walsh wrote: > Nope, same issues described below. > > M > > On 11/ 5/10 01:39 PM, Ben Gunter wrote: > >> Please try 1.5.3 and see if that helps. >> >> -Ben >> >> On Fri, Nov 5, 2010 at 9:27 AM, Martin Walsh > > wrote: >> >>

Re: [Stripes-users] Stripes Clean URLs

2010-11-05 Thread Martin Walsh
Thanks Nikolaos. Response in-line... On 11/ 5/10 04:14 PM, Nikolaos Giannopoulos wrote: > Martin, > > Comments in-line... > > > Martin Walsh wrote: >> Nope, same issues described below. >> >> M >> >> On 11/ 5/10 01:39 PM, Ben Gunter wrote: >> >>> Please try 1.5.3 and see if that helps. >>> >>> -Be

Re: [Stripes-users] Stripes Clean URLs

2010-11-05 Thread Nikolaos Giannopoulos
Martin, Comments in-line... Martin Walsh wrote: Thanks Nikolaos. Response in-line... That appears to be encoded properly. Is the URL correct i.e. have you tried simply going to: http://localhost:8080/test/action/test/tmp_test_txt The URL would be correct if the %2F was a '/'. i.e.

Re: [Stripes-users] Stripes Clean URLs

2010-11-05 Thread Martin Walsh
On 11/ 5/10 07:04 PM, Nikolaos Giannopoulos wrote: > Martin, > > Comments in-line... > > Martin Walsh wrote: >> Thanks Nikolaos. Response in-line... >> >>> That appears to be encoded properly. Is the URL correct i.e. have you >>> tried simply going to: >>> >>> http://localhost:8080/test/action/test