- πΊπΈUnited States mtalt Maryland
This appears to have been duplicated in https://www.drupal.org/project/country_path/issues/3258438 β , which has been resolved.
- Status changed to Closed: duplicate
almost 2 years ago 1:01pm 29 March 2023
Using domain_config_ui (part of
Domain Access β
I'm running into the error Unrouted URIs do not have internal representations
. It's from a change from
this β
issue that has highlighted a wider issue.
The regex in \Drupal\country_path\HttpKernel\CountryPathProcessor::processInbound()
isn't very strict and so the Url creation in domain_config_ui_path_is_registered()
leads to /user/1/edit being transformed to er/1/edit and therefore is invalid when getInternalPath()
is called.
I also think it's more easily reproduced as follows, without the need for domain_config_ui_path_is_registered.
Make the regex stricter, while also accounting for the homepage.
Review & tests.
None
None
None
Closed: duplicate
1.4
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This appears to have been duplicated in https://www.drupal.org/project/country_path/issues/3258438 β , which has been resolved.