[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Johannes Koch updated HTTPCLIENT-755:
-------------------------------------

    Attachment: URIresolve_patch_20080228.txt

This patch adds the static resolve methods to URLUtils and changes the use of 
URI.resolve in DefaultRedirectHandler

> Use of java.net.URI.resolve() is buggy
> --------------------------------------
>
>                 Key: HTTPCLIENT-755
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-755
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>            Reporter: Johannes Koch
>         Attachments: URIresolve_patch_20080228.txt
>
>
> The use of java.net.URI.resolve() is buggy (see 
> <http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4708535>). Affected 
> class: org.apache.http.impl.client.DefaultRedirectHandler.
> Proposed solution: Create a resolve(URI, String) method in 
> o.a.h.client.utils.URLUtils.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to