Hi,
I created a bug # 31993 and attached a patch to solve the URL decoding issues to support japanese and other double byte charsets. Use the most recent file id=13287, the first one contained some changes not related to this issue. My tree contained a lot of irrelevant white space changes, so apply the patch with the --ignore-whitespace flag on the patch command. The code is fairly well commented and together with the notes in the bug report, it explains the issues addressed.
If urlEncoding is UTF-8, there should be no difference in behaviour from the current code, please confirm that. I did do some refactoring, so the code paths are not exactly the same, though. To support japanese or any other non-latin language set the urlEncoding property in slide.properties file to the appropiate charset for your language. For example, to work with japanese Windows set urlEncoding=MS932 which is the Microsoft version of Shift_JIS. Again, MS always implements its own non-compliant version of all standards. No further changes to Tomcat are required since this patch will process the raw URLs directly instead of relying on the container. Note that my application may not use all the WedDAV methods, I only fixed the ones used by MS WebFolders, NetDrive and my application. In particular, I haven't tested the DeltaV related things, so I don't know if they work. I will very soon add versioning to my application, at which time I should address any issues that pop up.
This only fixes the server, the Slide client may required changes also, I haven't merged the 2.1b2 client yet. I'll do so next and submit any fixes required also.
Carlos
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
