404 error return

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

404 error return

SeanTAllen
I was playing around with a seaside 2.8 setup proxy setup when I noticed that if I request a url that doesn't exist like:

/seaside/doesnotexist

i don't get a 404 error back, rather seaside sends page a with the following:

browse Dispatcher Viewer
configDispatcher Editor
pier Pier CMS
scaffoldingDirectory


is there a way to configure so that it just returns a 404?


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: 404 error return

Julian Fitzell-2
Don't see one... you'd have to change WADispatcherViewer or its superclass to return an appropriate response.

A 404 is returned in 3.0.

Julian

On Tue, Oct 6, 2009 at 4:37 AM, Sean Allen <[hidden email]> wrote:
I was playing around with a seaside 2.8 setup proxy setup when I noticed that if I request a url that doesn't exist like:

/seaside/doesnotexist

i don't get a 404 error back, rather seaside sends page a with the following:

browse Dispatcher Viewer
configDispatcher Editor
pier Pier CMS
scaffoldingDirectory


is there a way to configure so that it just returns a 404?


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside