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]
