- Issue created by @catch
- Status changed to Needs review
about 1 year ago 7:32pm 14 April 2024 - π¬π§United Kingdom catch
Probably the main issue with this is it might prevent redirect/global redirect from always redirecting to the trailing forward slash version of the path - previously that redirect would have prevented page caching from writing to the cache due to the redirect.
Maybe if redirect runs in an early enough middleware it might not though, or we could open an issue about it?
- Status changed to Needs work
about 1 year ago 1:49pm 15 April 2024 - πΊπΈUnited States smustgrave
Seems to caused a cache test failure in blocks.
- π¬π§United Kingdom longwave UK
RedirectLeadingSlashesSubscriber adds a cacheable redirect if there are multiple leading slashes, should we just extend this to trailing slashes?