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/impl/xs/XMLSchemaLoader.java line 615: > 613: } > 614: > 615: if (fXSDDescription.isExternal() && > !source.isCreatedByResolver()) { The parameter is "desc", is this checking the right XSDDescription? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32098#discussion_r3683238256
