You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
It looks like Rule.match uses Rule.build to generate the new path here, which is already urlencoded. But then MapAdapter.match encodes the resulting path again here.
Environment:
Python version: 3.9.5
Werkzeug version: 2.0.1
The text was updated successfully, but these errors were encountered:
It looks like
Rule.match
usesRule.build
to generate the new path here, which is already urlencoded. But thenMapAdapter.match
encodes the resulting path again here.Environment:
The text was updated successfully, but these errors were encountered: