Index: openacs-4/packages/xotcl-core/tcl/50-protocol-handler-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/50-protocol-handler-procs.tcl,v diff -u -N -r1.28 -r1.29 --- openacs-4/packages/xotcl-core/tcl/50-protocol-handler-procs.tcl 27 Jun 2018 16:51:37 -0000 1.28 +++ openacs-4/packages/xotcl-core/tcl/50-protocol-handler-procs.tcl 27 Jun 2018 16:55:39 -0000 1.29 @@ -280,11 +280,10 @@ -propstats:required {-propstatus true} } { - set encoded_href [string map {& & < < > >} [ns_urlencode -part path {*}[split $href /]]] #:log "multiStatusResonse href $href propstats $propstats" append reply \n \ {} \ - "\n$encoded_href\n" + "\n$href\n" # The multi-status respons has 2 formats # - with (used in PROPFIND and PROPPATCH) # - without (used in other cases, e.g. DELETE, COPY, MOVE for collections) @@ -312,9 +311,6 @@ } } append reply \n - - # ns_log notice "multiStatusResponse $reply" - return $reply } ProtocolHandler instproc multiStatusError {status} {