You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by up...@apache.org on 2015/10/24 05:06:56 UTC

svn commit: r1710304 - /lucene/dev/branches/branch_5x/solr/webapp/web/WEB-INF/web.xml

Author: upayavira
Date: Sat Oct 24 03:06:55 2015
New Revision: 1710304

URL: http://svn.apache.org/viewvc?rev=1710304&view=rev
Log:
SOLR-7858 Switch index.html to use LoadAdminUIServlet on 5x branch

Modified:
    lucene/dev/branches/branch_5x/solr/webapp/web/WEB-INF/web.xml

Modified: lucene/dev/branches/branch_5x/solr/webapp/web/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/webapp/web/WEB-INF/web.xml?rev=1710304&r1=1710303&r2=1710304&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/webapp/web/WEB-INF/web.xml (original)
+++ lucene/dev/branches/branch_5x/solr/webapp/web/WEB-INF/web.xml Sat Oct 24 03:06:55 2015
@@ -145,6 +145,11 @@
   </servlet-mapping>
 
   <servlet-mapping>
+    <servlet-name>LoadAdminUI</servlet-name>
+    <url-pattern>/index.html</url-pattern>
+  </servlet-mapping>
+
+  <servlet-mapping>
     <servlet-name>SolrRestApi</servlet-name>
     <url-pattern>/schema/*</url-pattern>
   </servlet-mapping>