Re: [mod-security-users] Questions about SecFilterCheckURLEncoding
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2003-10-27 22:15:21
|
> if noticed that some of my sites uses special chars like ä,ö,ü. > and i heard that this will be soon allowed in domainnames too. > is it possible to add some special chars to SecFilterCheckURLEncoding? > would be great. SecFilterCheckURLEncoding will never create you problems with special characters. It only verifies that all URL encoded characters are valid (they must contain two HEX digits after the % character). SecFilterForceByteRange START END can create problem in these cases. One possible enhancement is to allow byte ranges, such as: SecFilterForceByteRange "32-126,138,140,200-215" Is this what you had in mind? -- ModSecurity (http://www.modsecurity.org) [ Open source IDS for Web applications ] |