You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ge...@apache.org on 2022/10/31 18:42:02 UTC

[solr] branch main updated (67034a5a55d -> c8612885580)

This is an automated email from the ASF dual-hosted git repository.

gerlowskija pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


    from 67034a5a55d SOLR-16511: Make sure no array/list index can be -1 (#1153)
     add c8612885580 SOLR-16491: Create v2 equivalent for /admin/info/key (#1123)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/solr/core/CoreContainer.java   | 22 +++++---
 .../solr/security/PKIAuthenticationPlugin.java     |  9 ++--
 .../org/apache/solr/security/PublicKeyAPI.java     | 61 ++++++++++++++++++++++
 .../org/apache/solr/security/PublicKeyHandler.java | 58 ++++++++++----------
 ...{PublicKeyHandler.java => SolrNodeKeyPair.java} | 58 +++++++-------------
 .../apache/solr/security/PublicKeyAPITest.java}    | 19 ++++++-
 6 files changed, 146 insertions(+), 81 deletions(-)
 create mode 100644 solr/core/src/java/org/apache/solr/security/PublicKeyAPI.java
 copy solr/core/src/java/org/apache/solr/security/{PublicKeyHandler.java => SolrNodeKeyPair.java} (51%)
 copy solr/core/src/{java/org/apache/solr/handler/configsets/package-info.java => test/org/apache/solr/security/PublicKeyAPITest.java} (61%)