Skip to content

[BUGFIX] Don't cache pages during solr indexing#465

Merged
lochmueller merged 2 commits into
lochmueller:mainfrom
BastiLu:main
May 29, 2026
Merged

[BUGFIX] Don't cache pages during solr indexing#465
lochmueller merged 2 commits into
lochmueller:mainfrom
BastiLu:main

Conversation

@BastiLu
Copy link
Copy Markdown
Contributor

@BastiLu BastiLu commented May 28, 2026

In EXT:solr version 14, indexing requests are
executed via subrequests instead of HTTP/HTTPS.

Additionally, query parameters were moved
to a custom request attribute
solr.indexingInstructions,
which still allows identifying indexing requests.

Due to the change to subrequests, it seems
necessary to also trigger the
SolrIndexingProcessListener with the
CacheRuleEvent (PrepareMiddleware).

Resolves: #464

Short description

...

Related Issue

...

More Details

  • Work in Progress?
  • Open Issues?

BastiLu and others added 2 commits May 28, 2026 15:23
In EXT:solr version 14, indexing requests are
executed via subrequests instead of HTTP/HTTPS.

Additionally, query parameters were moved
to a custom request attribute
`solr.indexingInstructions`,
which still allows identifying indexing requests.

Due to the change to subrequests, it seems
necessary to also trigger the
`SolrIndexingProcessListener` with the
CacheRuleEvent (PrepareMiddleware).

Resolves: lochmueller#464
@lochmueller lochmueller merged commit 713a989 into lochmueller:main May 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TYPO3 14: frontend.cache.instruction are ignored in GenerateMiddleware

2 participants