Custom search path SHOULD start with a slash

Created on 16 September 2022, over 2 years ago
Updated 16 February 2023, about 2 years ago

Problem/Motivation

Starting internal URLs with a slash is a standard in Drupal 8+
So instead of triggering an error, IF it STARTS with a slash, it should be required to start with a slash.

Existing installations will need an update hook to prepend the / to existing values.

To validate the entered path, we could use:
$destination = Url::fromUserInput($path);
if ($destination->isRouted()) {
// Valid internal path.
}
but will have to do some cleanup before like removing the @keys variable.
We should discuss all possible cases, like URL parameters ?&=@keys also

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

2.0

Component

Code

Created by

🇩🇪Germany Anybody Porta Westfalica

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024