- πΊπΈUnited States DamienMcKenna NH, USA
We ran into this bug on a site when someone loaded an oddly formatted URL. In fairness it was a bot trying to find an attack vector on the site, but it still shouldn't have caused an error when it should have been displaying a 404 error page.
- π¨π¦Canada joelpittet Vancouver
Patch in #46 totally puts a dent in this for us, we got around 600+ logs directly related to this. Thanks @Berdir.
Thanks @alexpott for taking this upstream as well though it looks like it might have stalled?
- Merge request !8485Issue #3167426: CurrentPathStack::getPath should always return a path with leading slashes β (Open) created by berdir
- πΊπΈUnited States georob
Rerolled the patch from #46 for 10.3. Applies successfully. Successfully addresses the test criteria still.