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

Fixes uri, uri-reference, iri, iri-reference formats and does iri to uri conversion #983

Merged
merged 3 commits into from
Mar 5, 2024

Conversation

justin-tay
Copy link
Contributor

Closes #981

  • The uri and uri-reference formats now reject non ASCII strings and does not allow [ or ] in query strings
  • The iri and iri-reference formats now does not allow [ or ] in query strings
  • The UriSchemaLoader now ensures proper conversion from IRI to URI eg. converting internationalized domain names or url encoding query parameters

@stevehu stevehu merged commit eea61d6 into networknt:master Mar 5, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

format uri does not validate correctly
2 participants