Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.15.0
Description
On JDK 17, the classes of proxies are created in dynamically created packages. The current implemention of SanctionedSerializablesFilterPattern does not recognize those packages, and so rejects all proxy objects.
So far I've seen two dynamically created proxy packages:
- jdk.proxy2
- jdk.proxy3
Adding "jdk.proxy*" to the SanctionedSerializablesFilterPattern fixes the problem, at the risk of accepting an overly broad set of classes.
Attachments
Issue Links
- links to