[W3af-svn-notify] SF.net SVN: w3af:[5851] branches/threading2/core
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2012-10-09 20:38:50
|
Revision: 5851 http://w3af.svn.sourceforge.net/w3af/?rev=5851&view=rev Author: andresriancho Date: 2012-10-09 20:38:43 +0000 (Tue, 09 Oct 2012) Log Message: ----------- * Renamed httpRequestParser to HTTPRequestParser * Moved HTTPRequestParser to unittest * Added unittests for repeated header names * Added HTTPRequestParser feature for parsing repeated header names * Made sure that the exporters supported repeated parameter names (unittested) * Made sure there were no "python" / "html" injections (unittested) Modified Paths: -------------- branches/threading2/core/controllers/daemons/localproxy.py branches/threading2/core/data/export/ajax_export.py branches/threading2/core/data/export/html_export.py branches/threading2/core/data/export/python_export.py branches/threading2/core/data/export/ruby_export.py branches/threading2/core/data/export/tests/test_python_export.py branches/threading2/core/data/url/xUrllib.py branches/threading2/core/ui/gtkUi/reqResViewer.py branches/threading2/core/ui/gtkUi/rrviews/headers.py branches/threading2/core/ui/gtkUi/rrviews/raw.py Added Paths: ----------- branches/threading2/core/data/export/tests/test_html_export.py branches/threading2/core/data/parsers/HTTPRequestParser.py branches/threading2/core/data/parsers/tests/test_HTTPRequestParser.py Removed Paths: ------------- branches/threading2/core/data/parsers/httpRequestParser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |