[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&focusedCommentId=16689005#comment-16689005 ] Erick Erickson commented on SOLR-9399: -- It's highly unlikely that this would cause an

[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&focusedCommentId=16688890#comment-16688890 ] Jeff Walraven commented on SOLR-9399: - Could we get this patch applied to major versio

[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&focusedCommentId=16422717#comment-16422717 ] Erick Erickson commented on SOLR-9399: -- Closing this one, SOLR-12161 has the spin-off

[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&focusedCommentId=16422716#comment-16422716 ] ASF subversion and git services commented on SOLR-9399: --- Commit ade30

[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&focusedCommentId=16422714#comment-16422714 ] ASF subversion and git services commented on SOLR-9399: --- Commit ffd46

[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&focusedCommentId=16422713#comment-16422713 ] Jan Høydahl commented on SOLR-9399: --- Thanks Erick! > Delete requests do not send credent

[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&focusedCommentId=16422711#comment-16422711 ] ASF subversion and git services commented on SOLR-9399: --- Commit b217f

[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&focusedCommentId=16422704#comment-16422704 ] ASF subversion and git services commented on SOLR-9399: --- Commit d2cb6

[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&focusedCommentId=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-23 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-9399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15980778#comment-15980778 ] Jan Høydahl commented on SOLR-9399: --- Anyone who is able to write a failing test for this

[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&focusedCommentId=15622084#comment-15622084 ] Jan Høydahl commented on SOLR-9399: --- I think this won't make it for 6.3 unless someone ca

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 t

[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&focusedCommentId=15594893#comment-15594893 ] Jan Høydahl commented on SOLR-9399: --- Did some more testing and managed to have the CloudS

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 "http://127.0.0.1:/solr/admin/authentication

[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&focusedCommentId=15592077#comment-15592077 ] Susheel Kumar commented on SOLR-9399: - I recall something similar experience but let me

[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&focusedCommentId=15592078#comment-15592078 ] Susheel Kumar commented on SOLR-9399: - I recall something similar experience but let me

[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&focusedCommentId=15591884#comment-15591884 ] Jan Høydahl commented on SOLR-9399: --- I tested manually that your fix works, and started c

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&focusedCommentId=15591769#comment-15591769 ] > > ASF GitHub Bot co

[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&focusedCommentId=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&focusedCommentId=15591733#comment-15591733 ] ASF GitHub Bot commented on SOLR-9399: -- Github user susheelks commented on the issue:

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

2016-08-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15416319#comment-15416319 ] ASF GitHub Bot commented on SOLR-9399: -- GitHub user susheelks opened a pull request: