Manlio Perillo wrote:
> As an example, I would like to use the code in the example for the 
> routing_args specification.

Manlio,

Are you planning to implement the routing_args specification directly in
NGinx's mod_wsgi? I think doing so is a really bad idea--routing_args
should be set and manipulated by dispatching middleware only. If NGinx's
mod_wsgi sets the wsgiorg.routing_args, but dispatching middlewhere
layered on top of it does not update it, then the application will end
up being misinformed.

- Brian

_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to