Uh oh!
There was an error while loading. Please reload this page.
URI::removeDotSegments() - #4644
Conversation
lonnieezell
commented
May 5, 2021
What's the purpose of making |
MGatner
commented
May 5, 2021
It's marked as an |
lonnieezell
left a comment
There was a problem hiding this comment.
I missed that it was marked internal. While technically still a BC break, when so marked it's a "use at your own risk" feature.
MGatner
commented
May 5, 2021
Agreed! I did check and we don't mention it anywhere in the User Guide, also it looks like the API Docs are smart enough to leave off |
Description
This is "stage one" for some bugfixes in URI resolution. This changes the internal
removeDotSegments()method to static and fixes a logic bug (ltrim()could never leave a single slash).Checklist: