On Thu, 26 May 2022 09:18:56 GMT, KIRIYAMA Takuya <d...@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