[web2py] Re: Custom 404 page with no 404 status

2012-07-13 Thread Yarin
See this slice for custom error handling with correct status codes On Tuesday, October 5, 2010 4:52:09 AM UTC-4, zdzana wrote: > > I created my own error pages for 400/404 using routes_onerror. This > works well, but the problem

[web2py] Re: Custom 404 page with no 404 status

2010-10-06 Thread mdipierro
we always did. Often people do not bother because they an be fixed in less time than it takes to open and close the report. On Oct 6, 9:10 am, Jason Brower wrote: > Wah?! Are we filing bugs on google code now?  If so great! > BR, > Jason Brower > > On 10/06/2010 05:07 PM, mdipierro wrote: > > > l

Re: [web2py] Re: Custom 404 page with no 404 status

2010-10-06 Thread Jason Brower
Wah?! Are we filing bugs on google code now? If so great! BR, Jason Brower On 10/06/2010 05:07 PM, mdipierro wrote: looks like a bug. Can you please open a ticke in googlecode? On Oct 5, 3:52 am, zdzana wrote: I created my own error pages for 400/404 using routes_onerror. This works wel

[web2py] Re: Custom 404 page with no 404 status

2010-10-06 Thread mdipierro
looks like a bug. Can you please open a ticke in googlecode? On Oct 5, 3:52 am, zdzana wrote: > I created my own error pages for 400/404 using routes_onerror. This > works well, but the problem is the lack of proper http status (200 > instead of the expected 404). Is there a way to error on my we