Draft: Trim the path after decoding.
1 unresolved thread
1 unresolved thread
Closes #3456244
Merge request reports
Activity
added 2 commits
- Resolved by catch
added 1 commit
- a23da136 - Deprecate the service instead of removing it.
- Resolved by catch
463 464 $key_parts[] = '[' . $provider . ']=' . $key_part; 464 465 } 465 466 466 return 'route:' . implode(':', $key_parts) . ':' . $request->getPathInfo(); 467 return 'route:' . implode(':', $key_parts) . ':' . trim(urldecode($request->getPathInfo())); changed this line in version 12 of the diff
added 1 commit
- a4bddc9b - Duplicate the logic more consistently and add a @todo.
added 104 commits
-
a4bddc9b...2d94b30e - 90 commits from branch
project:11.x
- 2d94b30e...fee73d95 - 4 earlier commits
- 0d34b11d - user/login.
- 1d6d5c5f - Deprecate PathProcessorDecode
- 8e02532e - Move urldecoding into RouteProvider.
- 0247144b - Add CR to deprecation message.
- b755868a - Remove test coverage of deprecated class.
- 927df7cf - Remove no-longer relevant test coverage.
- fead0064 - Deprecate the service instead of removing it.
- 43f58cba - Apply 1 suggestion(s) to 1 file(s)
- 92bfa534 - Duplicate the logic more consistently and add a @todo.
- be78d64c - Deprecate in 11.1 instead of 10.4
Toggle commit list-
a4bddc9b...2d94b30e - 90 commits from branch
Please register or sign in to reply