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

Oleg Kalnichevski resolved HTTPCLIENT-861.
------------------------------------------

    Resolution: Won't Fix

Johannes,

I get 6 test failures locally. However in all 6 cases HttpClient merely passes 
the call onto JRE's method URI URI#resolve(URI uri). The URI resolution itself 
is handled by JRE code. I am afraid there is simply not much we can do about 
it. This problem should be reported to OpenJDK / Sun / Oracle developers.

Alternatively one could consider contributing a new implementation of that 
method completely independent from JRE code, but I personally think we ought 
not duplicate URI functionality provided by the platform.

Oleg

> URI reference resolution fails examples in RFC 3986
> ---------------------------------------------------
>
>                 Key: HTTPCLIENT-861
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-861
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: HttpClient
>    Affects Versions: 4.0 Beta 2
>            Reporter: Johannes Koch
>            Priority: Minor
>         Attachments: TestURIUtils.java
>
>
> org.apache.http.client.utils.URIUtils.resolve(final URI baseURI, URI 
> reference) fails to resolve some examples from RFC 3986 section 5.3 
> correctly. See TestCase.

-- 
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