Patches item #831377, was opened at 2003-10-27 14:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=304866&aid=831377&group_id=4866
Category: WebKit Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: HTTPRequest.info() fix Initial Comment: HTTPRequest.info() and .infoHtml() Throw a NotImplemented exception because of .contextPath() This patch against 0.8.1 changes this by removing .contextPath() from the list of information functions to be called. http://c0re.23.nu/c0de/misc/Webware-0.8.1- HTTPRequest.info.patch--- 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, ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=304866&aid=831377&group_id=4866 ------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel