Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Use POST for Solr queries to be able to avoid enabled remote and body streaming #3750

Closed
5 tasks done
dkd-kaehm opened this issue Aug 8, 2023 · 1 comment · Fixed by #4073
Closed
5 tasks done
Assignees

Comments

@dkd-kaehm
Copy link
Collaborator

dkd-kaehm commented Aug 8, 2023

What should be done in the scope of this task?

EXT:solr uses remote and body streams for delete queries. This should be avoided in future.
See:

Todos:

Related: #3748

Target Version:

  • 13 aka main, but only after branching release-12.0.x
dkd-friedrich added a commit to dkd-friedrich/ext-solr that referenced this issue May 17, 2024
Drops the usage of content streams for Solr queries, this
removes the dependency to SOLR_ENABLE_STREAM_BODY.

Resolves: TYPO3-Solr#3750
dkd-friedrich added a commit to dkd-friedrich/ext-solr that referenced this issue May 17, 2024
Drops the usage of content streams for Solr queries, this
removes the dependency to SOLR_ENABLE_STREAM_BODY.

Resolves: TYPO3-Solr#3750
dkd-kaehm pushed a commit that referenced this issue May 17, 2024
Drops the usage of content streams for Solr queries, this
removes the dependency to SOLR_ENABLE_STREAM_BODY.

Resolves: #3750
@dkd-friedrich
Copy link
Member

Done in #4073

Upcoming rebase of main Branch will include this adaptions for EXT:solr 13

dkd-kaehm pushed a commit to dkd-kaehm/ext-solr that referenced this issue Jun 6, 2024
Drops the usage of content streams for Solr queries, this
removes the dependency to SOLR_ENABLE_STREAM_BODY.

Resolves: TYPO3-Solr#3750
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 a pull request may close this issue.

2 participants