On Mon, 6 Feb 2023 20:40:08 GMT, Roger Riggs <rri...@openjdk.org> wrote:
> The example code in ObjectInputFilter for the FilterInThread filter factory > does not do what is intended and is poorly described. Clarifies that the > JVM-wide filter and the thread local filter are merged and will reject > classes that are otherwise not accepted or rejected. If a stream specific > filter is set and does not accept or reject a class, the combined filter is > applied. > > This is a doc-only change. This pull request has now been integrated. Changeset: 6f460e48 Author: Roger Riggs <rri...@openjdk.org> URL: https://git.openjdk.org/jdk20/commit/6f460e4885b274f01c9097f41a65c637654858ce Stats: 20 lines in 1 file changed: 4 ins; 9 del; 7 mod 8301863: ObjectInputFilter example incorrectly calls rejectUndecidedClass Reviewed-by: lancea ------------- PR: https://git.openjdk.org/jdk20/pull/121