-
Bug
-
Resolution: Fixed
-
P3
-
11, 13, 14
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8237937 | 15 | Roger Riggs | P3 | Resolved | Fixed | b08 |
JDK-8238031 | 14.0.2 | Roger Riggs | P3 | Resolved | Fixed | b01 |
JDK-8238044 | 14.0.1 | Roger Riggs | P3 | Resolved | Fixed | b02 |
The initialization of the jdk.serialFilter should take into account other ways of starting the Java Virtual Machine other than the command line.
The class javadoc of java.io.ObjectInputFilter.Config says:
- * If the system property {@systemProperty jdk.serialFilter} is defined on the command line,
- * it is used to configure the filter.
- * If the system property is not defined on the command line, and the
- * {@link java.security.Security} property {@code jdk.serialFilter} is defined
- * then it is used to configure the filter.
The class javadoc of java.io.ObjectInputFilter.Config says:
- * If the system property {@systemProperty jdk.serialFilter} is defined on the command line,
- * it is used to configure the filter.
- * If the system property is not defined on the command line, and the
- * {@link java.security.Security} property {@code jdk.serialFilter} is defined
- * then it is used to configure the filter.
- backported by
-
JDK-8237937 Clarify initialization of jdk.serialFilter
-
- Resolved
-
-
JDK-8238031 Clarify initialization of jdk.serialFilter
-
- Resolved
-
-
JDK-8238044 Clarify initialization of jdk.serialFilter
-
- Resolved
-
- links to
-
Commit openjdk/panama-foreign/933bb55c