JDK-8264859 : Implement Context-Specific Deserialization Filters
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.io:serialization
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-04-07
  • Updated: 2021-07-14
  • Resolved: 2021-06-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 17
17 b26Fixed
Related Reports
Blocks :  
CSR :  
Relates :  
Sub Tasks
JDK-8270478 :  
Description
Implement Context-specific Deserialization filters as per JEP 415.
Comments
Changeset: 13d61804 Author: Roger Riggs <rriggs@openjdk.org> Date: 2021-06-09 12:30:07 +0000 URL: https://git.openjdk.java.net/jdk/commit/13d618042112aa761ef256aa35ec0a8b808cd78b
09-06-2021

PR: https://github.com/openjdk/jdk/pull/3996 Javadoc for ObjectInputFilter, ObjectInputFilter.Config, and ObjectInputStream is: http://cr.openjdk.java.net/~rriggs/filter-factory/java.base/java/io/package-summary.html
12-05-2021