Webware for Python 0.8
Changes
- Added Funcs.normURL() which normalizes a URL cleaning up ".." and "//" occuring within the URL. This is inspired by os.path.normpath.
- Improved error reporting on HTMLTag module.
- Improved security in Funcs htmlForDict to allow custom filtering of values to prevent credit cards and passwords from being returned. (used by WebKit.ExceptionHandler)
New Features
- Added WDGValidator.validateHTML to validate the input using Web Design Group's HTML validator available at http://www.htmlhelp.com/tools/validator/ See the validateHTML doc string for more information.