Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[FrameworkBundle] Fix paths with % in it (like urlencoded)#17307
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
scaytrase commentedJan 8, 2016
| Q | A |
|---|---|
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Tests pass? | Travis passed |
| Fixed tickets | #17306 |
| License | MIT |
| Doc PR | none |
dosten commentedJan 8, 2016
This is a BC break, you need to manually escape the % char |
scaytrase commentedJan 8, 2016
@dosten How should this be a BC break? Kernel parameter |
scaytrase commentedJan 8, 2016
i.e if we have path |
Tobion commentedJan 9, 2016
The better fix is to only apply the |
scaytrase commentedJan 9, 2016
@Tobion Yes, and this would have more clear logic with sprifntf. Does this one looks better? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
line 575 can reuse $rootDir
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
@Tobion updated
Tobion commentedJan 9, 2016
👍 Status: Reviewed |
fabpot commentedJan 11, 2016
Thank you@scaytrase. |
… (scaytrase)This PR was merged into the 2.3 branch.Discussion----------[FrameworkBundle] Fix paths with % in it (like urlencoded)| Q | A| ------------- | ---| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | Travis passed| Fixed tickets |#17306| License | MIT| Doc PR | noneCommits-------de7b4d7Fix#17306 Paths with % in it are note allowed (like urlencoded)