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

Remove unused class #1293

Merged
merged 1 commit into from
Apr 15, 2024
Merged

Conversation

tvdijen
Copy link
Contributor

@tvdijen tvdijen commented Apr 15, 2024

I ran into this because I want to harden my PHP install by setting allow_url_fopen to false..

I've discussed this on Slack with @thijskh and the class is not being used anywhere at all..
Thijs thought this was an old feature where it was possible to enable schema-validation on messages and/or metadata, but it no longer exists.

An alternative to this removal would be to restore the feature, but use local certs from the saml2-lib, that has all of them available for use without downloading them from anywhere remote.

@tvdijen tvdijen added maintenance proposed-removal Discussion whether given functionality should be removed labels Apr 15, 2024
Copy link
Member

@thijskh thijskh left a comment

Choose a reason for hiding this comment

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

Thanks, indeed this has not been doing anything for years and apparently was not missed. If it’s required in the future we can implement it in a more modern way.

@thijskh thijskh merged commit d27762c into OpenConext:master Apr 15, 2024
2 checks passed
@tvdijen tvdijen deleted the cleanup/remove-unused-class branch April 16, 2024 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance proposed-removal Discussion whether given functionality should be removed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants