You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Johannes Koch (JIRA)" <ji...@apache.org> on 2008/02/28 15:35:51 UTC

[jira] Updated: (HTTPCLIENT-755) Use of java.net.URI.resolve() is buggy

     [ 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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org