From cce7ba9b2f1849930fc83cb5ede580f26c6d31f6 Mon Sep 17 00:00:00 2001 From: Ishan Chattopadhyaya Date: Wed, 15 Mar 2017 17:25:06 +0530 Subject: [PATCH] SOLR-9516: Fix: Admin UI (angular) didn't work with Kerberos --- solr/CHANGES.txt | 2 ++ solr/webapp/web/WEB-INF/web.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index b3ce30cbf08..0f1f488d890 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -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 ---------------------- diff --git a/solr/webapp/web/WEB-INF/web.xml b/solr/webapp/web/WEB-INF/web.xml index 5278ae58c59..5ebce106b32 100644 --- a/solr/webapp/web/WEB-INF/web.xml +++ b/solr/webapp/web/WEB-INF/web.xml @@ -56,7 +56,7 @@ --> excludePatterns - /css/.+,/js/.+,/img/.+,/tpl/.+ + /libs/.+,/css/.+,/js/.+,/img/.+,/tpl/.+