Skip to content

remove iri_to_uri redirect workaround#2894

Merged
davidism merged 1 commit into3.0.xfrom
itms-uri
May 5, 2024
Merged

remove iri_to_uri redirect workaround#2894
davidism merged 1 commit into3.0.xfrom
itms-uri

Conversation

@davidism
Copy link
Copy Markdown
Member

@davidism davidism commented May 5, 2024

Tell Python < 3.12 to handle the itms-services scheme correctly, rather than using a workaround in Werkzeug. The workaround was too broad and would pass through other ASCII URIs that should have been percent encoded. See python/cpython#104139 (comment) for how to add other schemes. If you find a scheme that needs special handling, please report it to Python.

fixes #2828

tell Python to handle itms-services scheme correctly
@davidism davidism added this to the 3.0.3 milestone May 5, 2024
@davidism davidism merged commit 7555eff into 3.0.x May 5, 2024
@davidism davidism deleted the itms-uri branch May 5, 2024 16:03
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators May 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant