On Thu, Jul 22, 2010 at 5:55 AM, huydo <[email protected]> wrote: > I just find it a waste of another request to the server to display an > error message. I use this mainly for "Access Denied" or "Session > Expired" messages. These pages are super simple and just display those > messages.
Do you mean the fancy styled error pages? You can disable those by commenting out StatusCodeRedirect in middleware.py. Then you'll get plain white error messages. I do that in all my apps. -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
