-
Backport
-
Resolution: Fixed
-
P3
-
18
-
None
The effects of invalid values of `jdk.serialFilter` and `jdk.serialFilterFactory` properties are under specified. The behavior for invalid values of the two properties is different, use an unconventional exception type, `ExceptionInInitializerError` and leave the `OIF.Config` class uninitialized.
When the value of the `jdk.serialFilter` or `jdk.serialFilterFactory` system property or security property is invalid, the exception message should be an aid to correct the error and deserialization should be disabled.
When the value of the `jdk.serialFilter` or `jdk.serialFilterFactory` system property or security property is invalid, the exception message should be an aid to correct the error and deserialization should be disabled.
- backport of
-
JDK-8278087 Deserialization filter and filter factory property error reporting under specified
- Closed