openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 6ac0b5a9772c3cbcb1d45e8c390aced50b392a87
parent a378b1ccb0c435378d2688280ed17417fabf9984
Author: dankert <devnull@localhost>
Date:   Mon, 26 Feb 2007 23:02:18 +0100

Auch "text/xml" erlauben (f?r WebDAV)

Diffstat:
doc/examples/mod-security.conf | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/examples/mod-security.conf b/doc/examples/mod-security.conf @@ -26,7 +26,8 @@ # HTTP-POST-Daten verarbeiten SecFilterScanPOST On - SecFilterSelective HTTP_Content-Type "!(^$|^application/x-www-form-urlencoded$|^multipart/form-data;)" + #SecFilterSelective HTTP_Content-Type "!(^$|^application/x-www-form-urlencoded$|^multipart/form-data;)" + SecFilterSelective HTTP_Content-Type "!(^$|^text/xml.*|^application/x-www-form-urlencoded$|^multipart/form-data;)" # Require Content-Length to be provided with # every POST request