RFR: 8272702: Resolving URI relative path with no / may lead to incorrect toString [v4]

KIRIYAMA Takuya duke at openjdk.org
Tue Aug 9 11:02:31 UTC 2022


> 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

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/8899/files
  - new: https://git.openjdk.org/jdk/pull/8899/files/233e5d23..d64e86b7

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=8899&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=8899&range=02-03

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/8899.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/8899/head:pull/8899

PR: https://git.openjdk.org/jdk/pull/8899


More information about the net-dev mailing list