Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[HttpKernel] Correctly Render Signed URIs Containing Fragments#29679
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Rebuild the URL with the computed hash instead of appending it onto the end of the URI, preventing incorrect formatting when dealing with URIs containing fragments.
e4cfa4e tob9ece6bComparenicolas-grekas commentedDec 25, 2018
Hi Zan, I'm not sure I get what this fixes? From the description, I feel like this is just a different way to achieve the same. Can you give some more hints please? Thanks :) |
zanbaldwin commentedDec 25, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Sorry, I should have given an example! Before: After: |
fabpot commentedJan 5, 2019
Thank you@zanbaldwin. |
…ents (zanbaldwin)This PR was merged into the 3.4 branch.Discussion----------[HttpKernel] Correctly Render Signed URIs Containing Fragments| Q | A| ------------- | ---| Branch? | `3.4`| Bug fix? | yes| New feature? | no| BC breaks? | no?| Deprecations? | no| Tests pass? | yes| Fixed tickets | n/a| License | MIT| Doc PR | n/a- Rebuild the URL with the computed hash instead of appending it onto the end of the fragment.- Update unit tests, and add new unit test to cover URIs that include fragments.Commits-------b9ece6b [HttpKernel] Correctly Render Signed URIs Containing Fragments
3.4