Commit 43d1d2d4 authored by Lukas Jungmann's avatar Lukas Jungmann
Browse files

#:185: add https to the required to be removed list of schemes when mapping ns to java package

Signed-off-by: default avatarLukas Jungmann <lukas.jungmann@oracle.com>
parent 7b78b7f9
No related merge requests found
// //
// Copyright (c) 2020 Contributors to the Eclipse Foundation // Copyright (c) 2020, 2021 Contributors to the Eclipse Foundation
// //
[appendix] [appendix]
...@@ -307,7 +307,7 @@ to a Java package name. The example URI, ...@@ -307,7 +307,7 @@ to a Java package name. The example URI,
beginning of the URI, if present. + beginning of the URI, if present. +
Since there is no formal syntax to identify the optional URI scheme, Since there is no formal syntax to identify the optional URI scheme,
restrict the schemes to be removed to case insensitive checks for restrict the schemes to be removed to case insensitive checks for
schemes `"http"` and `"urn"`. schemes `"http"`, `"https"` and `"urn"`.
+ +
[source] [source]
---- ----
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment