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

Add better support for malformed URIs #1322

Merged
merged 3 commits into from
Jan 26, 2023

Conversation

twsouthwick
Copy link
Member

@twsouthwick twsouthwick commented Jan 26, 2023

An ability to rewrite relationship URIs was introduced in v2.12. However, this required someone to opt in and manually write support. This change attempts to enable support for these malformed URIs out of the box. Later changes will move this to be an opt-in feature due to the potential performance hit (especially for readonly packages that will essentially be duplicated).

Fixes #715

An ability to rewrite relationship URIs was introduced in v2.12. However, this required someone to opt in and manually write support. This change attempts to enable support for these malformed URIs out of the box. Later changes will move this to be an opt-in feature due to the potential performance hit (especially for readonly packages that will essentially be duplicated).
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.

One illegal uri in Relationship will destroy the document parsing
1 participant