[jira] [Created] (CONNECTORS-1694) Enforce pre-emptive basic auth for Solr output connector

2022-01-22 Thread Markus Schuch (Jira)
Markus Schuch created CONNECTORS-1694:
-

 Summary: Enforce pre-emptive basic auth for Solr output connector
 Key: CONNECTORS-1694
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1694
 Project: ManifoldCF
  Issue Type: Bug
Reporter: Markus Schuch
 Attachments: 113.patch

>From https://github.com/apache/manifoldcf/pull/113
{quote}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.
{quote}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (CONNECTORS-1694) Enforce pre-emptive basic auth for Solr output connector

2022-01-22 Thread Markus Schuch (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Markus Schuch updated CONNECTORS-1694:
--
Attachment: 113.patch

> Enforce pre-emptive basic auth for Solr output connector
> 
>
> Key: CONNECTORS-1694
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1694
> Project: ManifoldCF
>  Issue Type: Bug
>Reporter: Markus Schuch
>Priority: Major
> Attachments: 113.patch
>
>
> From https://github.com/apache/manifoldcf/pull/113
> {quote}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.
> {quote}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


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

2022-01-22 Thread GitBox


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-unsubscr...@manifoldcf.apache.org

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




[jira] [Commented] (CONNECTORS-1694) Basic auth for Solr output connector not working for POST/DELETE requests

2022-01-22 Thread Markus Schuch (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17480382#comment-17480382
 ] 

Markus Schuch commented on CONNECTORS-1694:
---

I will test this and see if it can be reproduced

> Basic auth for Solr output connector not working for POST/DELETE requests
> -
>
> Key: CONNECTORS-1694
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1694
> Project: ManifoldCF
>  Issue Type: Bug
>Reporter: Markus Schuch
>Priority: Major
> Attachments: 113.patch
>
>
> From https://github.com/apache/manifoldcf/pull/113
> {quote}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.
> {quote}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (CONNECTORS-1694) Basic auth for Solr output connector not working for POST/DELETE requests

2022-01-22 Thread Markus Schuch (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Markus Schuch updated CONNECTORS-1694:
--
Summary: Basic auth for Solr output connector not working for POST/DELETE 
requests  (was: Enforce pre-emptive basic auth for Solr output connector)

> Basic auth for Solr output connector not working for POST/DELETE requests
> -
>
> Key: CONNECTORS-1694
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1694
> Project: ManifoldCF
>  Issue Type: Bug
>Reporter: Markus Schuch
>Priority: Major
> Attachments: 113.patch
>
>
> From https://github.com/apache/manifoldcf/pull/113
> {quote}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.
> {quote}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (CONNECTORS-1604) Documentation to run Manifold over SSL

2022-01-22 Thread Karl Wright (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17480386#comment-17480386
 ] 

Karl Wright commented on CONNECTORS-1604:
-

Two points:
First, the standard configuration files for jetty are included in all example 
distributions and are provided to Jetty during startup of the webapps.  So you 
should be able to configure Jetty any way you like.  We are not Jetty experts, 
however, and how you do this changes from Jetty release to release.  The best 
we can do is point at Jetty documentation somewhere.

Second, the examples contain webapp files which do not need to be deployed on 
Jetty but can easily be deployed on Tomcat.  If you cannot get anywhere with 
Jetty you always have that option.


> Documentation to run Manifold over SSL
> --
>
> Key: CONNECTORS-1604
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1604
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: DK
>Priority: Major
>
> Documentation does not talk about running manifold over SSL anywhere. I am 
> sure lot of users who deployed manifold in prod configured ssl. I tried to 
> configure SSL without success. Can someone point me to instructions to run 
> manifold over SSL please?
> Thanks



--
This message was sent by Atlassian Jira
(v8.20.1#820001)