From 1dd1d8899c124d5578c0e6ef658105be5fecdad8 Mon Sep 17 00:00:00 2001 From: Jeremie Laval Date: Fri, 30 Nov 2012 12:50:26 +0000 Subject: [webdoc] Disable query string checking, doesn't play well with our URLS with generic parameters among other. A better solution would be to remove the offending characters in requestPathInvalidCharacters configuration option but it's not currently implemented in our ASP.NET. --- webdoc/web.config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webdoc/web.config') diff --git a/webdoc/web.config b/webdoc/web.config index 1cef88e2..5a50857b 100644 --- a/webdoc/web.config +++ b/webdoc/web.config @@ -8,6 +8,8 @@ + + -- cgit v1.2.3