I don't think it is the regular expression. While I did have a typo in the 
copy/paste shortened ignoreRegex removing the space which is not present in the 
actual script used indicates the regular expression is okay...

>>> re.match 
>>> (".*req_signup01[.]php|.*distemailhandler[.]php","req_signup01.php")
<_sre.SRE_Match object at 0x00BD7CD0>
>>> re.match 
>>> (".*req_signup01[.]php|.*distemailhandler[.]php","distemailhandler.php")
<_sre.SRE_Match object at 0x00BD7058>

It still appears that the ignoreRegex does not work properly with action= 
items....

Daniel


------------------------------------------------------------------------------

_______________________________________________
W3af-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/w3af-users

Reply via email to