DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11410>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11410 WebdavResource and escaped path parameters to method constructors [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2003-06-20 16:11 ------- The whole thing with correctly escaping URIs has to be reworked in the light of the Commons-Httpclient package. I am currently working on that issue. I propose that all methods take already esacaped URI strings as arguments. That means you have to escape the path yourself before passing it to mkcolMethod(). However if you try this with the current implementation you will run into the problem that the setPath() method of MkcolMethod escapes the path a second time which is wrong (Btw., UnlockMethod exhibits the same problem.) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
