ENH: allow trailing white-spaces in lighttpd-auth.conf

now catches the one in testcases/files/logs/lighttpd
pull/16/head
Yaroslav Halchenko 2011-12-25 10:00:50 -05:00
parent 683d4f269d
commit 4c76fb3b54
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
# Notes.: regex to match wrong passwords as notified by lighttpd's auth Module # Notes.: regex to match wrong passwords as notified by lighttpd's auth Module
# Values: TEXT # Values: TEXT
# #
failregex = .*http_auth.*password doesn\'t match.*IP: <HOST>$ failregex = .*http_auth.*password doesn\'t match.*IP: <HOST>\s*$
# Option: ignoreregex # Option: ignoreregex