drupal-graphql / drupal-graphql/graphql
Redirects for case insensitive and end slash not triggering RedirectUrl
Open
3.x
- Dominant language
- PHP
- Stars
- 287
- Forks
- 198
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
The redirect module supports redirection when for case insensitive paths and ending slash character.
For example, https://example.com/ would redirect to https://example.com and likewise https://EXample.com would redirect to https://example.com.
Currently, the EntityCanonical url returns the correct url, but given a redirect is triggered, shouldn't this match the RedirectUrl instead, the same way it does in Drupal?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.