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