Re: [mod-security-users] Apache 2.2.0 - Mod Security 1.9.1 - Webdav Folder
Brought to you by:
victorhora,
zimmerletw
|
From: Philippe B. <pbo...@ci...> - 2005-12-05 09:38:13
|
Hi, If think I had issues with Webdav/IE too. You should replace this : > SecFilterSelective HTTP_Content-Type >"!(^application/x-www-form-urlencoded$|^multipart/form-data;)" With this : SecFilterSelective HTTP_Content-Type "!(^$|^application/x-www-form-urlencoded$|^multipart/form-data|^text/xml)" It worked for me. Sincerely, Philippe Bourcier |