Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[BUGFIX] Add current hostname to "additionalParametersForChash" (#47) #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stephanschuler
Copy link
Contributor

The internal chash cache (database table tx_realurl_chashcache) maps
a given combination of query string and query parameters to a single
chash value. It's intended to not recalculate chashe values when
resolving GETvars from SEO URLs but to just look them up.

This can conflict when common non-page records should be displayed on
different detail pages on different root pages that share the same
language and by accident the same page path to the detail page.

…um#47)

The internal chash cache (database table tx_realurl_chashcache) maps
a given combination of query string and query parameters to a single
chash value. It's intended to not recalculate chashe values when
resolving GETvars from SEO URLs but to just look them up.

This can conflict when common non-page records should be displayed on
different detail pages on different root pages that share the same
language and by accident the same page path to the detail page.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant