The following table summarises the support for "path info" within applications amongst the supported server environments or frameworks within WebStack:
Framework | Behaviour (Level of Support) |
---|---|
BaseHTTPRequestHandler | Same as path (correct) |
CGI | Path beyond resource (correct) |
Django | Path beyond context (correct) |
Java Servlet API | Path beyond context (correct) |
mod_python | Path beyond resource (correct) |
Twisted | Same as path (correct) |
Webware | <= 0.8.1: Not supported (needs ExtraPathInfo
support)> 0.8.1: Path beyond context (correct) |
WSGI | Path beyond resource (correct) |
Zope | Path beyond resource (correct) |