Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update url to HTTPS #13478

Merged
merged 2 commits into from
Apr 22, 2024
Merged

chore: update url to HTTPS #13478

merged 2 commits into from
Apr 22, 2024

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
10 checks passed
@puneetbehl puneetbehl deleted the chore/apache-license branch April 22, 2024 08:09
} catch (Exception e) {
// ignore, parser doesn't support
}
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants