WebStack

docs/PATH.txt

228:5f9836c6dd9d
2004-09-02 paulb [project @ 2004-09-02 19:32:22 by paulb] Added separation of path and body fields to those frameworks which merge the values into a single source. Certain charset/encoding issues may remain.
     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)