You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by bu...@apache.org on 2003/01/25 01:41:04 UTC

DO NOT REPLY [Bug 16412] New: - Using a deprecated URLEncoder method

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=16412>.
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=16412

Using a deprecated URLEncoder method

           Summary: Using a deprecated URLEncoder method
           Product: Commons
           Version: 2.0 Alpha 1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HttpClient
        AssignedTo: commons-httpclient-dev@jakarta.apache.org
        ReportedBy: jsdever@apache.org


[javac] /org/apache/commons/httpclient/methods/GetMethod.java:394: warning:
encode(java.lang.String) in java.net.URLEncoder has been deprecated
    [javac]                 String encodedPath = URLEncoder.encode(getPath());

This method is deprecated in J2sdk1.4