sulu / SuluRedirectBundle

Sulu bundle for managing redirects
MIT License
18 stars 19 forks source link

Added rawurldecode to decode path-info before searching for route #14

Closed wachterjohannes closed 6 years ago

wachterjohannes commented 6 years ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets none
Related issues/PRs none
License MIT

What's in this PR?

This PR fixes an issue with umlauts in the source. The server encodes the URL and Symfony returns this in getPathInfo. We use this to find the redirect-route. This leads into a not found route.