Skip to content

Conversation

@puneetbehl
Copy link
Contributor

Update to HTTPS url in the Apache License and other places.

Update to HTTPS url in the Apache License and other places.
@puneetbehl puneetbehl merged commit eed8df3 into 7.0.x Apr 22, 2024
@puneetbehl puneetbehl deleted the chore/apache-license branch April 22, 2024 08:09
}
try {
saxParserFactory.setFeature("http://apache.org/xml/features/nonvalidating/load-external-dtd", false);
saxParserFactory.setFeature("https://apache.org/xml/features/nonvalidating/load-external-dtd", false);
Copy link
Contributor

@matrei matrei Apr 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@puneetbehl I don't think these strings should be changed. Aren't they keywords for turning on/off features of the parser?

@matrei
Copy link
Contributor

matrei commented Apr 22, 2024

@puneetbehl Also, should the urls in the Apache license text really be changed?
https://www.apache.org/licenses/LICENSE-2.0.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants