WebStack

docs/path-info-support.html

394:91ead0a6d5ec
2005-07-16 paulb [project @ 2005-07-16 14:39:32 by paulb] Fixed CGI newlines at end of headers.
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">     2 <html xmlns="http://www.w3.org/1999/xhtml">     3 <head>     4   <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type" />     5   <title>Path Info Support in Server Environments</title>     6   <meta name="generator"     7  content="amaya 8.1a, see http://www.w3.org/Amaya/" />     8   <link href="styles.css" rel="stylesheet" type="text/css" />     9 </head>    10 <body>    11 <h1>Path Info Support in Server Environments</h1>    12 <p>The following table summarises the support for "path info" within    13 applications    14 amongst the supported server environments or frameworks within WebStack:</p>    15 <table align="center" border="1" cellpadding="5" cellspacing="0"    16  width="80%">    17   <tbody>    18     <tr>    19       <th>Framework</th>    20       <th>Behaviour (Level of Support)</th>    21     </tr>    22     <tr>    23       <td>BaseHTTPRequestHandler</td>    24       <td>Same as path (correct)</td>    25     </tr>    26     <tr>    27       <td>CGI</td>    28       <td>Path beyond resource (correct)</td>    29     </tr>    30     <tr>    31       <td>Java Servlet API</td>    32       <td>Path beyond context (correct)</td>    33     </tr>    34     <tr>    35       <td>mod_python</td>    36       <td>Path beyond resource (correct)</td>    37     </tr>    38     <tr>    39       <td>Twisted</td>    40       <td>Same as path (correct)</td>    41     </tr>    42     <tr>    43       <td>Webware</td>    44       <td>&lt;= 0.8.1: Not supported (needs <code>ExtraPathInfo</code>    45 support)<br />    46 &gt; 0.8.1: Path beyond context (correct)</td>    47     </tr>    48     <tr>    49       <td>WSGI</td>    50       <td>Path beyond resource (correct)</td>    51     </tr>    52     <tr>    53       <td>Zope</td>    54       <td>Path beyond resource (correct)</td>    55     </tr>    56   </tbody>    57 </table>    58 </body>    59 </html>