Re: Non us-ascii character in filenames break. Was: French accent, getting crazy....
delbd <delbd <at> oma.be>
2005-05-02 12:25:41 GMT
I just tried here. It did this:
---------
delbd <at> CAL-12:~$ telnet localhost 8080
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
PUT /intranet/DAV/files/d0_public/AT%C3%A9%C3%A8st.txt HTTP/1.1
Host: localhost:8080
Cookie: JSESSIONID=8189025AFC93A7C96A797041AA042D01
Authorization: Basic ***hidden ;)***
HTTP/1.1 201 Created
Server: Apache-Coyote/1.1
Pragma: No-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 01:00:00 CET
ETag: e4f2657596656c1e468fcd473c84cf41
Content-Length: 0
Date: Mon, 02 May 2005 12:09:01 GMT
--------
This should urldecode to/intranet/DAV/files/d0_public/ATéèst.txt and create an
empty document with that url.
I get this in the tomcat console:
http-8080-Processor24, 02-May-2005 14:18:30, admin, PUT, 201 "Created", 744
ms, /files/d0_public/AT????st.txt
Then i do a propfind (PROPFIND /intranet/DAV/files/d0_public/ HTTP/1.1) using
(Continue reading)