Re: No 404 error is raised

2012-09-07 Thread Alejandro Scandroli
Alex, as a workaround for almost the same issue I wrote this module: https://gist.github.com/3360101 It accomplishes three things: *) The default PageRenderDispatcher will skip Index pages. *) There is a new Dispatcher that will deal with the Index pages but it's configured after all the other dis

Re: No 404 error is raised

2012-09-05 Thread Kalle Korhonen
On Wed, Sep 5, 2012 at 1:22 PM, Alex Kotchnev wrote: > This is quite a pesky problem. I tried going w/ the Start page approach > mentioned in > https://issues.apache.org/jira/browse/TAP5-879?attachmentOrder=desc ; > however, as it appears the approach w/ Start pages no longer works (and > they're

Re: No 404 error is raised

2012-09-05 Thread Alex Kotchnev
This is quite a pesky problem. I tried going w/ the Start page approach mentioned in https://issues.apache.org/jira/browse/TAP5-879?attachmentOrder=desc ; however, as it appears the approach w/ Start pages no longer works (and they're deprecated anyway). It certainly is a surprise when the app nev

Re: No 404 error is raised

2012-08-20 Thread Thiago H de Paula Figueiredo
On Mon, 20 Aug 2012 19:18:30 -0300, Howard Lewis Ship wrote: I'm considering a change for Tapestry 5.4 where the ValueEncoder, responsible for converting portions of the URL into the page activation context, will have a new method that defines what it expects to see in its portion of the URL,

Re: No 404 error is raised

2012-08-20 Thread Howard Lewis Ship
e.org/schema/tapestry_5_3.xsd";> > > Resource not found. > > > > > > Page or resource not found. > > > > http://bit.ly/Rcfayf > > > >

Re: No 404 error is raised

2012-08-20 Thread RJB III
ell John-Baptiste -- View this message in context: http://tapestry.1045711.n5.nabble.com/No-404-error-is-raised-tp3212773p5715638.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-

Re: No 404 error is raised

2010-10-16 Thread Josh Canfield
ting around >> somewhere but I've run out of time to find it. >> >> Josh >> >> On Sat, Oct 16, 2010 at 2:24 AM, stephanos wrote: >>> >>>> I think the best approach is to leverage the ignored paths mechanism. >>>> That is ear

Re: No 404 error is raised

2010-10-16 Thread Howard Lewis Ship
16, 2010 at 2:24 AM, stephanos wrote: >> >>> I think the best approach is to leverage the ignored paths mechanism. >>> That is early in the response processing pipeline, and will have a >>> good chance to ignore what should be ignored. >> >> Can somebody

Re: No 404 error is raised

2010-10-16 Thread Josh Canfield
e ignored. > > Can somebody please explain how I can work around this for the novice here? > :) > > Help very appreciated! > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/No-404-error-is-rai

Re: No 404 error is raised

2010-10-16 Thread stephanos
preciated! -- View this message in context: http://tapestry.1045711.n5.nabble.com/No-404-error-is-raised-tp3212773p3214941.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: No 404 error is raised

2010-10-15 Thread Howard Lewis Ship
can't get it to return 404s anymore using Start page the same way as >>> in 5.1. >> >> So the solution should be renaming it 'Start.tml' (could be documented >> somewhere *g*)? I used 5.2 straight away without 5.1 because I needed the >> Spring 3 support. C

Re: No 404 error is raised

2010-10-15 Thread Moritz Gmelin
u open a JIRA issue then? - it might be better if > an experienced tapestry user opens it :) > > Cheers! > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/No-404-error-is-raised-tp3212773p3213305.html > Sent from the Tapestry - User mailing list archiv

Re: No 404 error is raised

2010-10-15 Thread stephanos
tml' (could be documented somewhere *g*)? I used 5.2 straight away without 5.1 because I needed the Spring 3 support. Could you open a JIRA issue then? - it might be better if an experienced tapestry user opens it :) Cheers! -- View this message in context: http://tapestry.1045711.n5.nabble.com/

Re: No 404 error is raised

2010-10-15 Thread Kalle Korhonen
Hmm... that's true, the Start page is "broken" as well in 5.2 - you can't get it to return 404s anymore using Start page the same way as in 5.1. That's a showstopper for upgrading one of my apps to 5.2. I bet there's a way to restore the old behavior, anyone solved this already? Kalle On Fri, Oc

Re: No 404 error is raised

2010-10-15 Thread Massimo Lusetti
On Thu, Oct 14, 2010 at 11:16 PM, Thiago H. de Paula Figueiredo wrote: > As the JIRA ticket says, this is expected behavior. In your case, /blabla is > considered a request to / (Index) with one activation context parameter > 'blabla' as there's no page named 'blabla'. Correct and acknowledged b

Re: No 404 error is raised

2010-10-14 Thread Thiago H. de Paula Figueiredo
On Thu, 14 Oct 2010 17:17:49 -0300, stephanos wrote: Hi guys, Hi! I'm making my first steps with Tapestry 5.2 and find one thing very peculiar: All requests seem to go to the Index page (Index.tml in 'root') by default - even if the path does not exist! Example with page Index.tml and

No 404 error is raised

2010-10-14 Thread stephanos
what to do with it. What's wrong? Cheers, Stephan -- View this message in context: http://tapestry.1045711.n5.nabble.com/No-404-error-is-raised-tp3212773p3212773.html Sent from the Tapestry - User mailing list archive at Nabble.com.