Graham Dumpleton wrote:
> Does anyone know of any WSGI adapter which currently implements this,
> besides CGI/WSGI adapters which by virtue of CGI specification should
> implement it?

Not that I know of.

> Has anyone used this convention internal to a WSGI stack as a means of
> performing local redirection, thereby avoiding forcing the client to
> do the redirect?

Nope.  I use a hook to the most parent application, and then call in to 
that manually.

> Does anyone think this would be nice extension for a WSGI adapter
> written against current specification to implement even if not
> necessarily portable?

Eh.  In the context of mod_wsgi, I think it would be more interesting to 
provide a WSGI application that called back into Apache (basically 
wrapping Apache's normal subrequest machinery in a WSGI exterior).

-- 
Ian Bicking | [EMAIL PROTECTED] | http://blog.ianbicking.org
             | Write code, do good | http://topp.openplans.org/careers
_______________________________________________
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