RFR: 8272707: Resolving URI relative path with no / may lead to incorrect toString

Alexey Ivanov aivanov at openjdk.java.net
Thu May 26 12:03:33 UTC 2022


On Thu, 26 May 2022 09:18:56 GMT, KIRIYAMA Takuya <duke at openjdk.java.net> wrote:

> Consider an authority component without trailing "/" as a base URI. When resolving a relative path against this base URI, the resulting URI is a concatenated URI without "/".
> This behaviour should be fixed, which is rationalized by rfc3986#section-5.2.3.
> Could you review this fix?

@tkiriyama You're using the wrong bugid. [JDK-8272707](https://bugs.openjdk.java.net/browse/JDK-8272707) has nothing to do with URI. Please use the correct bugid.

-------------

PR: https://git.openjdk.java.net/jdk/pull/8899


More information about the net-dev mailing list