RFR: 8272702: Resolving URI relative path with no / may lead to incorrect toString [v4]
KIRIYAMA Takuya
duke at openjdk.org
Mon Aug 22 06:33:46 UTC 2022
On Tue, 9 Aug 2022 11:02:31 GMT, KIRIYAMA Takuya <duke at openjdk.org> 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?
>
> KIRIYAMA Takuya has updated the pull request incrementally with one additional commit since the last revision:
>
> 8272702: Resolving URI relative path with no / may lead to incorrect toString
I'm sorry for the late reply. I appreciate all reviews.
@dfuch
Can I ask you to sponsor this fix?
-------------
PR: https://git.openjdk.org/jdk/pull/8899
More information about the net-dev
mailing list