mirror of https://github.com/apache/lucene.git
SOLR-1448: add weblogic.xml to webapp
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@823247 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aaa638d188
commit
11c0f72446
|
@ -586,7 +586,6 @@ Bug Fixes
|
|||
when count > 1. To fix, the extendedResults format was changed.
|
||||
(Uri Boness, yonik)
|
||||
|
||||
|
||||
66. SOLR-1381: Fixed improper handling of fields that have only term positions and not term offsets during Highlighting (Thorsten Fischer, gsingers)
|
||||
|
||||
67. SOLR-1427: Fixed registry.jsp issue with MBeans (gsingers)
|
||||
|
@ -599,6 +598,8 @@ Bug Fixes
|
|||
|
||||
70. SOLR-1481: Fixed omitHeader parameter for PHP ResponseWriter. (Jun Ohtani via billa)
|
||||
|
||||
71. SOLR-1448: Add weblogic.xml to solr webapp to enable correct operation in
|
||||
WebLogic. (Ilan Rabinovitch via yonik)
|
||||
|
||||
Other Changes
|
||||
----------------------
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<weblogic-web-app
|
||||
xmlns="http://www.bea.com/ns/weblogic/90"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-web-app.xsd">
|
||||
|
||||
<container-descriptor>
|
||||
<filter-dispatched-requests-enabled>false</filter-dispatched-requests-enabled>
|
||||
</container-descriptor>
|
||||
|
||||
</weblogic-web-app>
|
||||
|
Loading…
Reference in New Issue