RFR: 8277322: Document that setting an invalid property jdk.serialFilter disables deserialization
Roger Riggs
rriggs at openjdk.java.net
Thu Dec 2 16:19:33 UTC 2021
On Mon, 22 Nov 2021 19:57:25 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
> The effects of an invalid `jdk.serialFilter` property are not completely documented. If the value of the system property jdk.serialFilter is invalid, deserialization should not be possible and it should be clear in the specification.
>
> Specify an implementation specific exception is thrown in the case where deserialization is invoked after reporting the invalid jdk.serialFilter.
Superceded by https://github.com/openjdk/jdk/pull/6645.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6508
More information about the core-libs-dev
mailing list