So, finally, I could make slide work with UTF-8 URIs, but now it does not work with ISO-8859-1 again (not that bad).

Unfortunately this can only be considered a HACK, as the servlet path provided by tomcat is decoded incorrectly (how to fix or configure that?).

My workaround is to get the raw URI in WebdavUtils.getRelativePath from tomcat and use org.apache.util.URLUtil.URLDecode to decode it.

Any experts around? Any thoughts?

Oliver

P.S.: I use tomcat 4.0.6



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to