Creating HttpEntityEnclosingRequestBase with a repeatable entity

2019-07-08 Thread Tomer Shahar
Hi. I'm using solrj (7.3.1). I encountered an error for delete queries that fail on an unauthorized exception. I noticed other requests succeed. I managed to track it down to NTLM authentications. org.apache.http.impl.execchain.MainClientExec (line 315) will remove authentication headers

Creating HttpEntityEnclosingRequestBase with a repeatable entity

2019-07-04 Thread Tomer Shahar
Hi. I'm using solrj (7.3.1). I encountered an error for delete queries that fail on an unauthorized exception. I noticed other requests succeed. I managed to track it down to NTLM authentications. org.apache.http.impl.execchain.MainClientExec (line 315) will remove authentication headers