Description of problem: Well, renaming folders does not work ;-) ---snip--- MOVE /zidestore/so/helge/Projects/hhtest1/Documents/Neuer%20Ordner/Neuer%20Ordner HTTP/1.1 Destination: http://dogbert.in.skyrix.com:9000/zidestore/so/helge/Projects/hhtest1/Documents/Neuer%20Ordner/llll Overwrite: F Translate: f ---snap--- gives: ---snip--- HTTP/1.0 404 Not found content-type: text/html; charset="iso-8859-1" content-length: 193 <?xml version="1.0" encoding="ISO-8859-1"?> <html xmlns="http://www.w3.org/1999/xhtml"> <body><h3>An error occured during object publishing</h3><p>did not find target object</p></body> </html> ---snap---
si
Hm, renaming to a new name with spaces indeed does not decode the target name properly! Renamed "test.sxw" to "test renamed.sxw" in Nautilus and got a "test%20renamed.sxw" file in the WebUI. Sigh.
Note: this also shows another issue, the listing of the folder does not properly escape the URL. Even if we have created a file named "a%20b.sxw", the folder-list query should return that properly escaped as "a%2520.sxw" (currently it does not properly escape the % sign)!
OK, works now. We didn't unescape destination URLs, sigh. Fixed in libNGObjWeb v4.2.263 Appropriate escaping of folder child URLs is fixed in Projects.zsp (v1.2.75)