[W3af-svn-notify] SF.net SVN: w3af:[6359] branches/threading2
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2012-12-13 17:26:30
|
Revision: 6359 http://w3af.svn.sourceforge.net/w3af/?rev=6359&view=rev Author: andresriancho Date: 2012-12-13 17:26:23 +0000 (Thu, 13 Dec 2012) Log Message: ----------- * Identified and fixed bug in document parser cache where two completely different URLs returned the same body and the cache returned an incorrect parser * PEP8 module name change for dpCache * Unittested bug and basic features in dpcache Modified Paths: -------------- branches/threading2/core/data/request/factory.py branches/threading2/plugins/audit/global_redirect.py branches/threading2/plugins/crawl/find_captchas.py branches/threading2/plugins/crawl/web_spider.py branches/threading2/plugins/grep/get_emails.py branches/threading2/plugins/grep/html_comments.py branches/threading2/plugins/grep/http_auth_detect.py branches/threading2/plugins/grep/meta_tags.py branches/threading2/plugins/grep/strange_parameters.py branches/threading2/plugins/infrastructure/find_vhosts.py branches/threading2/plugins/infrastructure/finger_bing.py branches/threading2/plugins/infrastructure/finger_google.py Added Paths: ----------- branches/threading2/core/data/parsers/parser_cache.py branches/threading2/core/data/parsers/tests/test_parser_cache.py Removed Paths: ------------- branches/threading2/core/data/parsers/dpCache.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |