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

fix: replace filter_var for uri and uri-reference to userland code to be RFC 3986 compliant #800

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DannyvdSluijs
Copy link
Collaborator

This pull request introduces new validators for URI and relative references and integrates them into the FormatConstraint class. The changes also include corresponding unit tests to ensure the validators work as expected.

New Validators:

Integration into FormatConstraint:

Unit Tests:

Closing keywords

fixes #685

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.

URI schemas incorrectly validated with FILTER_VALIDATE_URL
1 participant