Fast404 path checking with Redirect module language UND

Created on 24 April 2024, about 1 year ago

Problem/Motivation

This is a followup of πŸ› Fast404 path checking is incompatible with Redirect module Fixed which added support for the redirect module. The redirect module allows redirects to be added with langcode 'UND' (LanguageInterface::LANGCODE_NOT_SPECIFIED). We should probably check for this as well.

Steps to reproduce

  • Create a redirect for langcode LanguageInterface::LANGCODE_NOT_SPECIFIED in a multilangual environment.
  • Enable Fast404 with path checking and redirect support.
  • Verify the redirect does not work as expected.

Proposed resolution

Add an extra check for langcode LanguageInterface::LANGCODE_NOT_SPECIFIED

Remaining tasks

  • Write a patch
  • Review
  • Commit

User interface changes

-

API changes

-

Data model changes

-

πŸ› Bug report
Status

Active

Version

3.0

Component

Code

Created by

πŸ‡³πŸ‡±Netherlands seanB Netherlands

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024