WebDAV Servlet Q (beginner)

From: Alvaro Coronel <acoronel@xxx.com.uy>
Date: Wed Apr 03 2002 - 07:43:14 PST

Hello there.

I have been trying the WebDAV servlet that comes with Resin, and found the
following problem:

using Resin (2.0.4, 2.0.5 or 2.1) on Windows 2000 with Java 1.3 and Explorer
5.5, I try to move a file called "Año" (year in spanish) to the web folder.
I get an HTTP 400 error with the message string "Bad Request The URL
contains escaped bytes unsupported by the utf-8 encoding."

I have been looking at the source code. The exception seems to be thrown in
the
normalizeUriEscape() method of the com.caucho.server.http.Invocation class.

The request to the servlet was "HEAD /cm/webdav/a%F1o2002 HTTP/1.1".

I really don´t know how to follow from here. Is MS Explorer character
encoding broken? anyone can offer any pointers I can use to carry on
investigating?

TIA

Alvaro Coronel
Received on Wed 03 Apr 2002 07:43:14 -0800

This archive was generated by hypermail 2.1.8 : Thu Sep 28 2006 - 20:17:00 PDT