On Thu, 30 Jul 2026 06:20:27 GMT, Joe Wang <[email protected]> wrote:

> Refer to the CSR, this is the implementation for the Resource.Access property.
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xinclude/XIncludeHandler.java
 line 1718:

> 1716:             }
> 1717:             String accessError = 
> SecuritySupport.checkAccess(expandedSystemId,
> 1718:                     fSecurityManager, null, 
> JdkConstants.ACCESS_EXTERNAL_ALL);

Does eap = null just mean a null error message?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/32098#discussion_r3683379835

Reply via email to