# HG changeset patch # User lancea # Date 1558724818 14400 # Node ID 4947a097db60d91220aa2d3cd6a4f2f2bd815e2b # Parent 4ccc8d8bc02b6020cf9c9613bec7c8403e6f376c 8224682: Remove the com.sun.CORBA.ORBIorTypeCheckRegistryFilter security property Reviewed-by: bchristi diff -r 4ccc8d8bc02b -r 4947a097db60 src/java.base/share/conf/security/java.security --- a/src/java.base/share/conf/security/java.security Fri May 24 10:28:21 2019 -0700 +++ b/src/java.base/share/conf/security/java.security Fri May 24 15:06:58 2019 -0400 @@ -1022,27 +1022,6 @@ # java.rmi.dgc.Lease;\ # maxdepth=5;maxarray=10000 -# CORBA ORBIorTypeCheckRegistryFilter -# Type check enhancement for ORB::string_to_object processing -# -# An IOR type check filter, if configured, is used by an ORB during -# an ORB::string_to_object invocation to check the veracity of the type encoded -# in the ior string. -# -# The filter pattern consists of a semi-colon separated list of class names. -# The configured list contains the binary class names of the IDL interface types -# corresponding to the IDL stub class to be instantiated. -# As such, a filter specifies a list of IDL stub classes that will be -# allowed by an ORB when an ORB::string_to_object is invoked. -# It is used to specify a white list configuration of acceptable -# IDL stub types which may be contained in a stringified IOR -# parameter passed as input to an ORB::string_to_object method. -# -# Note: This property is currently used by the JDK Reference implementation. -# It is not guaranteed to be examined and used by other implementations. -# -#com.sun.CORBA.ORBIorTypeCheckRegistryFilter=binary_class_name;binary_class_name - # # JCEKS Encrypted Key Serial Filter # diff -r 4ccc8d8bc02b -r 4947a097db60 test/lib/jdk/test/lib/security/JDKSecurityProperties.java --- a/test/lib/jdk/test/lib/security/JDKSecurityProperties.java Fri May 24 10:28:21 2019 -0700 +++ b/test/lib/jdk/test/lib/security/JDKSecurityProperties.java Fri May 24 15:06:58 2019 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -29,7 +29,6 @@ public final class JDKSecurityProperties { public static final List jdkProps = List.of( - "com.sun.CORBA.ORBIorTypeCheckRegistryFilter", "crypto.policy", "jceks.key.serialFilter", "jdk.certpath.disabledAlgorithms",