You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by Eric Johnson <er...@tibco.com> on 2003/06/25 20:40:33 UTC

[PATCH] Encoding problems with webdavclient.jar

I seem to find that when I'm submitting patches to Slide, they tend to 
hit a lot of files. Oh well.  Hopefully the attached patch will come 
through.

In regards to bug 
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11410, I believe this 
fixes a number of issues.  At least at this first try, I'm not 
submitting it as an attachment to that bug, as my patch touches on a 
number of unrelated issues as well.

Specifically:

    * All JDK 1.4 related Javadoc warnings have fixed.
    * Miscellaneous other Javadoc cleanups
    * All of the webDAV "method" classes take *already encoded* paths as
      their parameters.  This is a critical change for clients of the
      library who expect to use these methods just like HttpClient
      methods, and pass full URLs to the method constructors, not just
      paths relative to one server.
    * Deprecation warnings related to HttpClient have been removed.

Thank you for considering the patch.

-Eric Johnson