#:185: add https to the required to be removed list of schemes when mapping ns to java package
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
diff --git a/spec/src/main/asciidoc/appD-binding_xml.adoc b/spec/src/main/asciidoc/appD-binding_xml.adoc
index 26ae3ba..5d28ee2 100644
--- a/spec/src/main/asciidoc/appD-binding_xml.adoc
+++ b/spec/src/main/asciidoc/appD-binding_xml.adoc
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2020 Contributors to the Eclipse Foundation
+// Copyright (c) 2020, 2021 Contributors to the Eclipse Foundation
//
[appendix]
@@ -307,7 +307,7 @@
beginning of the URI, if present. +
Since there is no formal syntax to identify the optional URI scheme,
restrict the schemes to be removed to case insensitive checks for
-schemes `"http"` and `"urn"`.
+schemes `"http"`, `"https"` and `"urn"`.
+
[source]
----