History log of /openjdk10/jdk/src/java.base/share/classes/java/io/ObjectInputFilter.java
Revision Date Author Comments
# 17574:6256e94781f5 16-Aug-2017 rriggs

8185346: Relax RMI Registry Serial Filter to allow arrays of any type
Summary: Registry filter should allow arrays of any type
Reviewed-by: dfuchs, smarks, coffeys


# 17000:fa3c4a60a616 07-Apr-2017 alanb

8177530: Module system implementation refresh (4/2017)
Reviewed-by: mchung, alanb
Contributed-by: alan.bateman@oracle.com, mandy.chung@oracle.com


# 16897:5548e024cbcf 15-Mar-2017 mli

8176563: @since value errors in apis of java.base/java.logging module
Reviewed-by: alanb, chegar, dfuchs, dholmes, martin, naoto, rriggs


# 16220:47e0091b0fbe 07-Dec-2016 rriggs

8170291: Unpredictable results of j.i.ObjectInputFilter::createFilter
Reviewed-by: dfuchs


# 16141:6a8da2c37469 23-Nov-2016 rriggs

8169645: ObjectInputFilter Config spec is ambiguous regarding overriding the filter via System properties
Reviewed-by: bpb


# 15740:fc037e62b9a4 04-Oct-2016 rriggs

8155760: Implement Serialization Filtering
8166739: Improve extensibility of ObjectInputFilter information passed to the filter
Reviewed-by: dfuchs, chegar, briangoetz, plevart