[users@httpd] Re: 403 Forbidden on unicode urlencoded GET parameters (SecFilter issue)

2015-04-28 Thread Thomas DEBESSE
RLs > RewriteCond %{QUERY_STRING} ^.*(%0|%A|%B|%C|%D|%E|%F).* [NC] > RewriteRule ^(.*)$ - [F] This topic is solved. 2015-04-28 15:42 GMT+02:00 Thomas DEBESSE < thomas.debe...@diocese-frejus-toulon.com>: > Hi, sorry, I don't know why I got a false positive yesterday, but this is > not

[users@httpd] Re: 403 Forbidden on unicode urlencoded GET parameters (SecFilter issue)

2015-04-28 Thread Thomas DEBESSE
ed unicode character (like “%C3%A0”) Apache answers “403 Forbidden” without logging nothing. I just have to call something like that: http://domain/script.php?action=Mettre+%C3%A0+jour to get a 403 Forbidden answer. Do you know what is the cause of this problem? Thank you in advance -- Thomas DEBESSE

[users@httpd] 403 Forbidden on unicode urlencoded GET parameters (SecFilter issue)

2015-04-27 Thread Thomas DEBESSE
do you know what happens? Is this a bug? Thanks in advance. PS: I'm using Apache 2.2.22 on Debian 7 Wheezy. -- Thomas DEBESSE