-
Bug
-
Resolution: Fixed
-
P3
-
9, 10
-
b25
jdk.httpserver should be moved to the platform class loader and granted with specific permission.
Moving to the platform class loader is trivial:
diff --git a/make/common/Modules.gmk b/make/common/Modules.gmk
--- a/make/common/Modules.gmk
+++ b/make/common/Modules.gmk
@@ -59,7 +59,6 @@
java.security.sasl \
java.xml \
java.xml.crypto \
- jdk.httpserver \
jdk.management \
jdk.net \
jdk.sctp \
@@ -111,6 +110,7 @@
jdk.crypto.ec \
jdk.crypto.pkcs11 \
jdk.dynalink \
+ jdk.httpserver \
jdk.jsobject \
jdk.xml.dom \
jdk.localedata \
Moving to the platform class loader is trivial:
diff --git a/make/common/Modules.gmk b/make/common/Modules.gmk
--- a/make/common/Modules.gmk
+++ b/make/common/Modules.gmk
@@ -59,7 +59,6 @@
java.security.sasl \
java.xml \
java.xml.crypto \
- jdk.httpserver \
jdk.management \
jdk.net \
jdk.sctp \
@@ -111,6 +110,7 @@
jdk.crypto.ec \
jdk.crypto.pkcs11 \
jdk.dynalink \
+ jdk.httpserver \
jdk.jsobject \
jdk.xml.dom \
jdk.localedata \
- relates to
-
JDK-8187471 Identify the minimal permissions required by the jdk.httpserver module
-
- Closed
-