From 22f3c1df58de6fa7316afec5957f144cb2443cd0 Mon Sep 17 00:00:00 2001 From: "marcelo.cuiza" Date: Thu, 30 Apr 2015 18:06:35 -0400 Subject: [PATCH] Validaciones nuevas incidencias reporte veracode 29-04-15 --- gulliver/thirdparty/pear/HTTP/WebDAV/Server.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gulliver/thirdparty/pear/HTTP/WebDAV/Server.php b/gulliver/thirdparty/pear/HTTP/WebDAV/Server.php index 78803c9cb..e361be448 100755 --- a/gulliver/thirdparty/pear/HTTP/WebDAV/Server.php +++ b/gulliver/thirdparty/pear/HTTP/WebDAV/Server.php @@ -682,7 +682,7 @@ class HTTP_WebDAV_Server $filter = new InputFilter(); $ns_defs = $filter->xssFilterHard($ns_defs); - echo ' \n'; + echo ' \n'; /* TODO right now the user implementation has to make sure collections end in a slash, this should be done in here @@ -1171,7 +1171,7 @@ class HTTP_WebDAV_Server $filter = new InputFilter(); $val = $filter->xssFilterHard($val); - echo 'The service does not support \'$val\' content encoding'; + echo 'The service does not support \''.$val.'\' content encoding'; return; case 'HTTP_CONTENT_LANGUAGE': // RFC 2616 14.12 @@ -1230,7 +1230,7 @@ class HTTP_WebDAV_Server $filter = new InputFilter(); $key = $filter->xssFilterHard($key); - echo 'The service does not support \'$key\' '; + echo 'The service does not support \''.$key.'\' '; return; } }