# HG changeset patch # User paulb # Date 1093806444 0 # Node ID b1a670d6512bc2ecdcf69e53d22682946ceebfb8 # Parent 0d9ae14cfc2bc1d5a40e69e4475883d4c226cb61 [project @ 2004-08-29 19:07:24 by paulb] Added notes on path information availability and correctness. diff -r 0d9ae14cfc2b -r b1a670d6512b docs/PATH.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/PATH.txt Sun Aug 29 19:07:24 2004 +0000 @@ -0,0 +1,13 @@ +Path Semantics in WebStack +-------------------------- + + get_path_info + ------------- +BaseHTTPRequestHandler Same as path (correct) +CGI Path beyond resource (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) +Webware > 0.8.1 Path beyond context (correct) +Zope 2.7.2-0 Same as path (should be path beyond resource)