Integrated: 8253761: Wrong URI syntax printed by jar --describe-module

Christian Stein cstein at openjdk.java.net
Mon Oct 5 18:19:47 UTC 2020


On Tue, 29 Sep 2020 05:38:18 GMT, Christian Stein <cstein at openjdk.org> wrote:

> This commit replaces `"/!"` with `"!/"` in order to generate
> valid URIs when printing a module description of a modular
> JAR file. A valid URI is described here: [1]
> 
> https://bugs.openjdk.java.net/browse/JDK-8253761
> 
> [1] https://docs.oracle.com/en/java/javase/15/docs/api/java.base/java/net/JarURLConnection.html

This pull request has now been integrated.

Changeset: f2f77f7b
Author:    Christian Stein <cstein at openjdk.org>
Committer: Alan Bateman <alanb at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/f2f77f7b
Stats:     12 lines in 3 files changed: 4 ins; 0 del; 8 mod

8253761: Wrong URI syntax printed by jar --describe-module

Reviewed-by: alanb

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

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


More information about the core-libs-dev mailing list