On Thursday, December 13, 2012 12:11:06 AM UTC-5, Jonathan Lundell wrote:
>
> ...
> What are we really trying to accomplish here? Ordinarily, static requests 
> a) won't be handled by web2py at all; they'll be intercepted by the server, 
> and b) they'll be references to resources embedded in a higher-level page. 
> What is is we want the error routing to do in the case of a static request?
>
>
> My opinion, if a request for a static file makes it through to web2py 
(isn't handled separately by external web server) then we should have the 
ability to handle it just like we do a bad controller or function name -- 
allow use of route-on-error, and provide the usual vars.

-- 



Reply via email to