mirror of https://github.com/apache/lucene.git
SOLR-2676: default welcome-file-list in solr.war
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1152024 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
30b663ff3a
commit
b6de525da5
|
@ -394,6 +394,9 @@ Bug Fixes
|
|||
* SOLR-2669: Fix backwards validation of field properties in
|
||||
SchemaField.calcProps (hossman)
|
||||
|
||||
* SOLR-2676: Add "welcome-file-list" to solr.war so admin UI works correctly
|
||||
in servlet containers such as WebSphere that do not use a default list
|
||||
(Jay R. Jaeger, hossman)
|
||||
|
||||
Other Changes
|
||||
----------------------
|
||||
|
|
|
@ -99,4 +99,9 @@
|
|||
<mime-type>application/xslt+xml</mime-type>
|
||||
</mime-mapping>
|
||||
|
||||
<welcome-file-list>
|
||||
<welcome-file>index.jsp</welcome-file>
|
||||
<welcome-file>index.html</welcome-file>
|
||||
</welcome-file-list>
|
||||
|
||||
</web-app>
|
||||
|
|
Loading…
Reference in New Issue