src/java.xml/share/classes/com/sun/org/apache/xerces/internal/utils/XMLSecurityManager.java
changeset 47312 d4f959806fe9
parent 47216 71c04702a3d5
equal deleted inserted replaced
47311:ff631a3cadbc 47312:d4f959806fe9
     1 /*
     1 /*
     2  * Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    26 package com.sun.org.apache.xerces.internal.utils;
    26 package com.sun.org.apache.xerces.internal.utils;
    27 
    27 
    28 import com.sun.org.apache.xerces.internal.impl.Constants;
    28 import com.sun.org.apache.xerces.internal.impl.Constants;
    29 import com.sun.org.apache.xerces.internal.util.SecurityManager;
    29 import com.sun.org.apache.xerces.internal.util.SecurityManager;
    30 import java.util.concurrent.CopyOnWriteArrayList;
    30 import java.util.concurrent.CopyOnWriteArrayList;
       
    31 import jdk.xml.internal.SecuritySupport;
    31 import org.xml.sax.SAXException;
    32 import org.xml.sax.SAXException;
    32 
    33 
    33 /**
    34 /**
    34  * This class manages standard and implementation-specific limitations.
    35  * This class manages standard and implementation-specific limitations.
    35  *
    36  *