check_for_forbidden_characters() cosmetics:
authorFabian Keil <fk@fabiankeil.de>
Tue, 19 May 2009 14:45:16 +0000 (14:45 +0000)
committerFabian Keil <fk@fabiankeil.de>
Tue, 19 May 2009 14:45:16 +0000 (14:45 +0000)
commit9bb0dab1200c2dd1bbee6e54c9364c5d9af86921
tree77f79765aea7c9dc60b8f05eb6019606b361bffb
parente72b401da5537a14b29e945944926373cb251825
check_for_forbidden_characters() cosmetics:
- Don't unnecessarily escape '?' and '/' inside the character class.
- Use a more appropriate variable name.
- Compile the regex only once. While it doesn't matter, it doesn't hurt either.
tools/privoxy-regression-test.pl