Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Nightly Builds
-
None
-
None
-
Operating System: Linux
Platform: PC
-
36392
Description
I try to make a FileObject.copy() with :
tar:gz:http://mywebsite/mytar.tar.gz!/mytar.tar!/myfile
I have a error :
Could not copy "tar:gz:http://mywebsite/mytar.tar.gz%21/!/mytar.tar!/myfile"
because it does not exist.
I have notive in the log file the strange %21/ character at the end of the http
URL whereas I have not provided it in the source code.
On the other hand, if I use tgz:http://mywebsite/mytar.tar.gz!/myfile in place
of tar:gz:http, I have no problem, the copy is OK.