mirror of https://github.com/apache/lucene.git
SOLR-9516: Fix: Admin UI (angular) didn't work with Kerberos
This commit is contained in:
parent
10b7be59f7
commit
cce7ba9b2f
|
@ -253,6 +253,8 @@ Bug Fixes
|
|||
|
||||
* SOLR-10184: Fix bin/solr so it can run properly on java9 (hossman, Uwe Schindler)
|
||||
|
||||
* SOLR-9516: Admin UI (angular) didn't work with Kerberos (Cassandra Targett, Amrit Sarkar via Ishan Chattopadhyaya)
|
||||
|
||||
Optimizations
|
||||
----------------------
|
||||
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
-->
|
||||
<init-param>
|
||||
<param-name>excludePatterns</param-name>
|
||||
<param-value>/css/.+,/js/.+,/img/.+,/tpl/.+</param-value>
|
||||
<param-value>/libs/.+,/css/.+,/js/.+,/img/.+,/tpl/.+</param-value>
|
||||
</init-param>
|
||||
</filter>
|
||||
|
||||
|
|
Loading…
Reference in New Issue