[jira] [Commented] (SOLR-9399) Delete requests do not send credentials & fails for Basic Authentication

2018-11-15 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16689005#comment-16689005 ] Erick Erickson commented on SOLR-9399: -- It's highly unlikely that this would cause an official

[jira] [Commented] (SOLR-9399) Delete requests do not send credentials & fails for Basic Authentication

2018-11-15 Thread Jeff Walraven (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688890#comment-16688890 ] Jeff Walraven commented on SOLR-9399: - Could we get this patch applied to major version 6 as well? >

[jira] [Commented] (SOLR-9399) Delete requests do not send credentials & fails for Basic Authentication

2018-04-02 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16422717#comment-16422717 ] Erick Erickson commented on SOLR-9399: -- Closing this one, SOLR-12161 has the spin-off where updates

[jira] [Commented] (SOLR-9399) Delete requests do not send credentials & fails for Basic Authentication

2018-04-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16422716#comment-16422716 ] ASF subversion and git services commented on SOLR-9399: --- Commit

[jira] [Commented] (SOLR-9399) Delete requests do not send credentials & fails for Basic Authentication

2018-04-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16422714#comment-16422714 ] ASF subversion and git services commented on SOLR-9399: --- Commit

[jira] [Commented] (SOLR-9399) Delete requests do not send credentials & fails for Basic Authentication

2018-04-02 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-9399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16422713#comment-16422713 ] Jan Høydahl commented on SOLR-9399: --- Thanks Erick! > Delete requests do not send credentials & fails for

[jira] [Commented] (SOLR-9399) Delete requests do not send credentials & fails for Basic Authentication

2018-04-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16422711#comment-16422711 ] ASF subversion and git services commented on SOLR-9399: --- Commit

[jira] [Commented] (SOLR-9399) Delete requests do not send credentials & fails for Basic Authentication

2018-04-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16422704#comment-16422704 ] ASF subversion and git services commented on SOLR-9399: --- Commit

[jira] [Commented] (SOLR-9399) Delete requests do not send credentials & fails for Basic Authentication

2017-04-24 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-9399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15980798#comment-15980798 ] Jan Høydahl commented on SOLR-9399: --- How does this issue compare to SOLR-10453? Will this

[jira] [Commented] (SOLR-9399) Delete requests do not send credentials & fails for Basic Authentication

2017-04-24 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-9399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15980778#comment-15980778 ] Jan Høydahl commented on SOLR-9399: --- Anyone who is able to write a failing test for this issue so it can

[jira] [Commented] (SOLR-9399) Delete requests do not send credentials & fails for Basic Authentication

2016-10-31 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-9399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15622084#comment-15622084 ] Jan Høydahl commented on SOLR-9399: --- I think this won't make it for 6.3 unless someone can get the unit

Re: [jira] [Commented] (SOLR-9399) Delete requests do not send credentials & fails for Basic Authentication

2016-10-27 Thread Susheel Kumar
Hello Jan, Can this one line change in UpdateRequest.java be included for 6.3 release while we continue to improve/fix the unit tests. The unit tests are also added but somehow they do not fail correctly. We really wanted to have this change SOLR-9399

Re: [jira] [Commented] (SOLR-9399) Delete requests do not send credentials & fails for Basic Authentication

2016-10-21 Thread Susheel Kumar
and this behavior of not failing update.process() with bad credentials only seen within the test / for the test cluster created within the BasicAuthIntegrationTest. If I point it to external cluster, the same code i.e. update.process() fails for bad credentials. Something is weird / missing in

[jira] [Commented] (SOLR-9399) Delete requests do not send credentials & fails for Basic Authentication

2016-10-21 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-9399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15594893#comment-15594893 ] Jan Høydahl commented on SOLR-9399: --- Did some more testing and managed to have the CloudSolrClient

Re: [jira] [Commented] (SOLR-9399) Delete requests do not send credentials & fails for Basic Authentication

2016-10-20 Thread Susheel Kumar
Hi Jan, Alan, I am having same issue, unable to make the delete/update/query tests fails for basic authentication. Interestingly after setting up cluster, collection and upload of security.json within the test and putting a breakpoint, if i open the URL

[jira] [Commented] (SOLR-9399) Delete requests do not send credentials & fails for Basic Authentication

2016-10-20 Thread Susheel Kumar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15592077#comment-15592077 ] Susheel Kumar commented on SOLR-9399: - I recall something similar experience but let me again look

[jira] [Commented] (SOLR-9399) Delete requests do not send credentials & fails for Basic Authentication

2016-10-20 Thread Susheel Kumar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15592078#comment-15592078 ] Susheel Kumar commented on SOLR-9399: - I recall something similar experience but let me again look

[jira] [Commented] (SOLR-9399) Delete requests do not send credentials & fails for Basic Authentication

2016-10-20 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-9399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15591884#comment-15591884 ] Jan Høydahl commented on SOLR-9399: --- I tested manually that your fix works, and started carving out a

Re: [jira] [Commented] (SOLR-9399) Delete requests do not send credentials & fails for Basic Authentication

2016-10-20 Thread Susheel Kumar
Sure, let me look into the tests. On Thu, Oct 20, 2016 at 9:06 AM, ASF GitHub Bot (JIRA) wrote: > > [ https://issues.apache.org/jira/browse/SOLR-9399?page= > com.atlassian.jira.plugin.system.issuetabpanels:comment- > tabpanel=15591769#comment-15591769 ] > > ASF GitHub Bot

[jira] [Commented] (SOLR-9399) Delete requests do not send credentials & fails for Basic Authentication

2016-10-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15591769#comment-15591769 ] ASF GitHub Bot commented on SOLR-9399: -- Github user romseygeek commented on the issue:

[jira] [Commented] (SOLR-9399) Delete requests do not send credentials & fails for Basic Authentication

2016-10-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15591733#comment-15591733 ] ASF GitHub Bot commented on SOLR-9399: -- Github user susheelks commented on the issue: