Re: [mod-security-users] Encoding-Problems
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2006-02-06 11:41:44
|
Harald Volz wrote:
> Hi,
> I have still problems with special characters:
>
> ...
>
>
> gsmanagement%20und%20Teamentwicklung&F_Abgelaufen=0
> &Gesperrt=offen&-token=Ver%e4nderungsmanagement%2
There's an invalid bit in the above URL.. here ^^
It's missing the second character. You can allow the requests
with invalid URL encoding through by changing:
SecFilterCheckURLEncoding On
to
SecFilterCheckURLEncoding Off
--
Ivan Ristic, Technical Director
Thinking Stone, http://www.thinkingstone.com
ModSecurity: Open source Web Application Firewall
|