What steps will reproduce the problem?
1.Add a whitelist
BasicRule wl:0 "mz:$URL:/A.html"
2.Request
curl http://my-site/A.html?'''''''''
What is the expected output? What do you see instead?
Request in step 2 should be blocked by naxsi, but it didn't. Naxsi lowercase
URL when creation hash table but when matching request URI, it use "A.html".
URI is case-sensitive, is it more rational to not lowercase URL when creating
hash table?
What version of the product are you using? On what operating system?
naxsi-0.50, centos 5.8
Original issue reported on code.google.com by bandnew...@gmail.com on 19 Aug 2013 at 10:02
Original issue reported on code.google.com by
bandnew...@gmail.com
on 19 Aug 2013 at 10:02