[jdk17u-dev] Integrated: 8272702: Resolving URI relative path with no / may lead to incorrect toString

Radim Vansa duke at openjdk.org
Fri Feb 24 15:07:17 UTC 2023


On Thu, 16 Feb 2023 12:38:24 GMT, Radim Vansa <duke at openjdk.org> wrote:

> I backport this as it affects to JDK 17.
> Does not apply clean due to a conflict with https://bugs.openjdk.org/browse/JDK-8285521 but it's the same logic.
> 
> ---------
> ### Progress
> - [ ] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer))
> - [x] Change must not contain extraneous whitespace
> - [x] Commit message must refer to an issue
> 
> ### Error
>  ⚠️ The pull request body must not be empty.
> 
> 
> 
> ### Reviewing
> <details><summary>Using <code>git</code></summary>
> 
> Checkout this PR locally: \
> `$ git fetch https://git.openjdk.org/jdk17u-dev pull/1176/head:pull/1176` \
> `$ git checkout pull/1176`
> 
> Update a local copy of the PR: \
> `$ git checkout pull/1176` \
> `$ git pull https://git.openjdk.org/jdk17u-dev pull/1176/head`
> 
> </details>
> <details><summary>Using Skara CLI tools</summary>
> 
> Checkout this PR locally: \
> `$ git pr checkout 1176`
> 
> View PR using the GUI difftool: \
> `$ git pr show -t 1176`
> 
> </details>
> <details><summary>Using diff file</summary>
> 
> Download this PR as a diff file: \
> <a href="https://git.openjdk.org/jdk17u-dev/pull/1176.diff">https://git.openjdk.org/jdk17u-dev/pull/1176.diff</a>
> 
> </details>

This pull request has now been integrated.

Changeset: bf4e6590
Author:    Radim Vansa <rvansa at azul.com>
Committer: Paul Hohensee <phh at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/bf4e6590c629883d424db2ca01fac5b0f200ac9f
Stats:     29 lines in 2 files changed: 24 ins; 0 del; 5 mod

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

Reviewed-by: phh
Backport-of: 79597f1ea6844f374beeeba219719cd9d5fe7d03

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

PR: https://git.openjdk.org/jdk17u-dev/pull/1176


More information about the jdk-updates-dev mailing list