WebStack

docs/PATH.txt

289:43e23cde36c2
2004-09-21 paulb [project @ 2004-09-21 17:59:03 by paulb] Fixed path field discovery by removing parameters with empty names. This may not be totally correct, however.
     1 Path Semantics in WebStack
     2 --------------------------
     3 
     4                         get_path_info
     5                         -------------
     6 BaseHTTPRequestHandler  Same as path            (correct)
     7 CGI                     Path beyond resource    (correct)
     8 Java Servlet API        Path beyond context     (correct)
     9 mod_python              Path beyond resource    (correct)
    10 Twisted                 Same as path            (correct)
    11 Webware <= 0.8.1        Not supported           (needs ExtraPathInfo support)
    12 Webware > 0.8.1         Path beyond context     (correct)
    13 Zope 2.7.2-0            Same as path            (should be path beyond resource)