WebStack

docs/PATH.txt

226:229a5f6310e1
2004-09-01 paulb [project @ 2004-09-01 22:52:13 by paulb] Changed content_type to media_type.
     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)