Re: [mod-security-users] "invalid unicode"?
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2005-02-03 16:15:39
|
> What is with the "invalid unicode"? That was a perfectly legit > request, as far as I can tell. If not a bug, then why does > this occur? > User-Agent: ... Fran=E7ais 2.2; It's this character ^ here that causes problems. You need to turn Unicode validation off. Characters over 0x7f have a special meaning in Unicode... --=20 Ivan Ristic (http://www.modsecurity.org) |