[java-identity-provider] branch master updated: IDP-1274 - "illegal reflective access" under Java 9, 10

Scott Cantor cantor.2 at osu.edu
Mon Sep 17 18:59:01 EDT 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=28c48c87fd382c5648d5430c37ad835a226a3177

The following commit(s) were added to refs/heads/master by this push:
       new  28c48c8   IDP-1274 - "illegal reflective access" under Java 9, 10
28c48c8 is described below

commit 28c48c87fd382c5648d5430c37ad835a226a3177
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 17 18:58:59 2018 -0400

    IDP-1274 - "illegal reflective access" under Java 9, 10
    
    https://issues.shibboleth.net/jira/browse/IDP-1274
    
    Remove explicit security manager attribute.
---
 idp-conf/src/main/resources/system/conf/global-system.xml | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/idp-conf/src/main/resources/system/conf/global-system.xml b/idp-conf/src/main/resources/system/conf/global-system.xml
index 256b999..f454db4 100644
--- a/idp-conf/src/main/resources/system/conf/global-system.xml
+++ b/idp-conf/src/main/resources/system/conf/global-system.xml
@@ -127,15 +127,8 @@
             p:coalescing="true"
             p:ignoreComments="true"
             p:ignoreElementContentWhitespace="true"
-            p:namespaceAware="true">
-        <property name="builderAttributes">
-            <map>
-                <!-- Sun/Oracle is the default, for Xerces, set property to org.apache.xerces.util.SecurityManager -->
-                <entry key="http://apache.org/xml/properties/security-manager">
-                    <bean class="%{idp.xml.securityManager:com.sun.org.apache.xerces.internal.util.SecurityManager}" />
-                </entry>
-            </map>
-        </property>
+            p:namespaceAware="true"
+            p:securityManagerAttributeName="http://apache.org/xml/properties/security-manager">
         <property name="builderFeatures">
             <map>
                 <entry key="http://apache.org/xml/features/disallow-doctype-decl">

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list