This patchs fixes reqest.info() to return actual information instead of throwing a NotImplemented exception. --md@hudora.de --- HTTPRequest.py.orig Mon Oct 27 22:53:55 2003 +++ HTTPRequest.py Mon Oct 27 22:54:09 2003 @@ -616,7 +616,7 @@ _infoMethods = ( HTTPRequest.servletPath, - HTTPRequest.contextPath, + #HTTPRequest.contextPath, HTTPRequest.pathInfo, HTTPRequest.pathTranslated, HTTPRequest.queryString,