You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by GitBox <gi...@apache.org> on 2022/01/19 09:42:39 UTC

[GitHub] [manifoldcf] mguenther opened a new pull request #113: Enforces pre-emptive basic auth for Solr output connector

mguenther opened a new pull request #113:
URL: https://github.com/apache/manifoldcf/pull/113


   The underlying Apache HTTP client uses universal basic auth for the first request, then caches the resp. auth-related data and switches to pre-emptive basic auth for subsequent requests that target the same host. This seems to cause problems requests that alter state at Solr (POST/DELETE). This situation can be easily remedied by enforcing pre-emptive basic auth for the first request.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@manifoldcf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [manifoldcf] asfgit closed pull request #113: Enforce pre-emptive basic auth for Solr output connector

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #113:
URL: https://github.com/apache/manifoldcf/pull/113


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@manifoldcf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [manifoldcf] schuch commented on pull request #113: Enforce pre-emptive basic auth for Solr output connector

Posted by GitBox <gi...@apache.org>.
schuch commented on pull request #113:
URL: https://github.com/apache/manifoldcf/pull/113#issuecomment-1019111301


   Thanks for reporting. I raised https://issues.apache.org/jira/browse/CONNECTORS-1694 for tracking this in Apache JIRA.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@manifoldcf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [manifoldcf] schuch commented on pull request #113: Enforce pre-emptive basic auth for Solr output connector

Posted by GitBox <gi...@apache.org>.
schuch commented on pull request #113:
URL: https://github.com/apache/manifoldcf/pull/113#issuecomment-1022947513


   The patch was accepted with https://github.com/apache/manifoldcf/commit/82dfbe3ccde2ad4ecd6df100dd9bc6dcc86898cc
   Many thanks for the contribution Markus! ❤️


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@manifoldcf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org