"Remy Maucherat" <[EMAIL PROTECTED]> wrote: > The WebDAV standard seems to be leaning towards "UTF-8 everywhere", because > it's obvious it's next to impossible to solve the i18n problems otherwise. > Some other clients interact very well with internationalized names, like > TeamDrive. WebFolders seems to be willing to convert to the platform > encoding at all costs, and I think it's wrong. > > Maybe the best would be to add a way to specify the behavior in an init > parameter for the WebDAV servlet.
Thank you, Remy. I would appreciate it if you would accept my patch. I have another question. In HTTPUtils.getRelativePath method: 1. Get the path from req.getServletPath() or req.getPathInfo(). 2. Decode the path by decodeURL(). The path is decoded by URLUtil. URLDecode(). I think that req.getPathInfo() returns URL-decoded-string. Why the path is decoded again? --Shinya -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
