Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

8268826: Cleanup Override in Context-Specific Deserialization Filters #85

Closed
wants to merge 7 commits into from
Closed

8268826: Cleanup Override in Context-Specific Deserialization Filters #85

wants to merge 7 commits into from

Commits on Jun 16, 2021

  1. JDK-8268827: Cleanup Implement Context-Specific Deserialization Filters

    JDK-8268615: (doc) Eratta in javadoc for ObjectInputFilter Example
    RogerRiggs committed Jun 16, 2021
    Copy the full SHA
    9471e4e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Remove jdk.serialFilterFactory "OVERRIDE" special handling.

    Correct description of the example of allowing platform or bootstrap classes in OIF.
    Cleanup of logging of filter tracing.
    RogerRiggs committed Jun 21, 2021
    Copy the full SHA
    0add8a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Simplify error case handling during filter factory initialization

    by ensuring that Config.setSerialFilterFactory throws IllegalStateException
    if called as a side effect of class loading and initialization.
    RogerRiggs committed Jun 22, 2021
    Copy the full SHA
    cf6f5ed View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Improve exception cases and messages when the jdk.serialFilterFactory

    is misconfigured and test those faults.
    Fix typo in java.security-extra-factory test config
    RogerRiggs committed Jun 23, 2021
    Copy the full SHA
    0ac107e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Copy the full SHA
    89df22e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Update logging of faults in jdk.serialFilterFactory to log only the e…

    …xception message
    
    Simplify the logging.properties to only the needed settings
    RogerRiggs committed Jun 25, 2021
    Copy the full SHA
    ca66a7b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Update SerialFactoryExample.PredicateFilter to match the OIF implemen…

    …tation
    
    Test cleanup; enable logging of serialization on the command line (remove static)
    Remove obsolete comment about jdk.serialFilter
    Fix typo in StaticProperty.java
    RogerRiggs committed Jul 7, 2021
    Copy the full SHA
    e48f4d7 View commit details
    Browse the repository at this point in the history