plantuml/test/net/sourceforge/plantuml/security
soloturn 75443a5d28 java-20 deprecates new URL(), use new URI()
cite from the ticket towards openjdk:
The URL class does not itself encode or decode any URL components
according to the escaping mechanism defined in RFC2396. It is the
responsibility of the caller to encode any fields, ...

In Java SE 1.4 a new class, java.net.URI, has been added to mitigate
some of the shortcoming of java.net.URL. Conversion methods to create
an URL from an URI were also added.

references:
* https://inside.java/2023/02/15/quality-heads-up/
* https://bugs.openjdk.org/browse/JDK-8294241
2023-07-08 22:58:42 +02:00
..
authentication Packages move and bugfix 2023-02-22 19:43:48 +01:00
SFileTest.java Packages move and bugfix 2023-02-22 19:43:48 +01:00
SURLTest.java java-20 deprecates new URL(), use new URI() 2023-07-08 22:58:42 +02:00
SecurityProfileTest.java chore: add tests for testCanWeReadThisEnvironmentVariable 2023-06-13 20:20:32 +02:00
SecurityUtilsTest.java Packages move and bugfix 2023-02-22 19:43:48 +01:00