Merged in julceslau/processmaker (pull request #2068)

Little fix on file 'gulliver/thirdparty/pear/HTTP/WebDAV/Server.php'
This commit is contained in:
Julio Cesar Laura Avendaño
2015-04-30 21:06:38 -04:00

View File

@@ -682,7 +682,7 @@ class HTTP_WebDAV_Server
$filter = new InputFilter(); $filter = new InputFilter();
$ns_defs = $filter->xssFilterHard($ns_defs); $ns_defs = $filter->xssFilterHard($ns_defs);
echo ' <D:response '.$ns_defs.'>\n'; echo ' <D:response '.$ns_defs.">\n";
/* TODO right now the user implementation has to make sure /* TODO right now the user implementation has to make sure
collections end in a slash, this should be done in here collections end in a slash, this should be done in here