Github user janhoy closed the pull request at:
https://github.com/apache/lucene-solr/pull/458
---
-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org
Github user janhoy commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/458#discussion_r240997747
--- Diff:
solr/core/src/test/org/apache/solr/security/BasicAuthIntegrationTest.java ---
@@ -232,6 +229,17 @@ public void testBasicAuth() throws Exception
Github user janhoy commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/458#discussion_r240523872
--- Diff: solr/core/src/java/org/apache/solr/security/BasicAuthPlugin.java
---
@@ -181,7 +217,54 @@ public boolean getBlockUnknown(){
}
Github user janhoy commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/458#discussion_r240234930
--- Diff: solr/core/src/java/org/apache/solr/security/BasicAuthPlugin.java
---
@@ -172,6 +192,22 @@ public void closeRequest() {
Map getPromptHe
Github user janhoy commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/458#discussion_r240235679
--- Diff: solr/core/src/java/org/apache/solr/security/BasicAuthPlugin.java
---
@@ -181,7 +217,54 @@ public boolean getBlockUnknown(){
}
Github user janhoy commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/458#discussion_r240236834
--- Diff:
solr/core/src/test/org/apache/solr/security/BasicAuthIntegrationTest.java ---
@@ -232,6 +229,17 @@ public void testBasicAuth() throws Exception
GitHub user janhoy opened a pull request:
https://github.com/apache/lucene-solr/pull/458
SOLR-12799: Allow Authentication Plugins to intercept internode requests on
a per-request basis
Framework support for per-request decision on whether to secure inter-node
requests
You can merg