[zope2-tracker] [Bug 142655] Re: PATH_INFO incorrect

Tres Seaver tseaver at palladion.com
Fri Feb 26 15:32:45 EST 2010


The correct model for this is to consider the Zope application itself as
analogous to a CGI script, rather than any given PythonScript object
hosted inside the ZODB:  PATH_INFO is information which the server
passes to the application, just as with Apache and CGI, representing the
"rest" of the path.  It is arguable that Zope should adjust SCRIPT_NAME
and PATH_INFO when doing virtual hosting, to make the "virtual root"
function as the "base" object:  that might still happen under WSGI when
we finish fixing it.

** Changed in: zope2
       Status: Won't Fix => Invalid

-- 
PATH_INFO incorrect
https://bugs.launchpad.net/bugs/142655
You received this bug notification because you are a member of Zope 2
Developers, which is subscribed to Zope 2.


More information about the zope2-tracker mailing list