You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2009/10/08 19:54:42 UTC

svn commit: r823247 - in /lucene/solr/trunk: CHANGES.txt src/webapp/web/WEB-INF/weblogic.xml

Author: yonik
Date: Thu Oct  8 17:54:42 2009
New Revision: 823247

URL: http://svn.apache.org/viewvc?rev=823247&view=rev
Log:
SOLR-1448: add weblogic.xml to webapp

Added:
    lucene/solr/trunk/src/webapp/web/WEB-INF/weblogic.xml   (with props)
Modified:
    lucene/solr/trunk/CHANGES.txt

Modified: lucene/solr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?rev=823247&r1=823246&r2=823247&view=diff
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Thu Oct  8 17:54:42 2009
@@ -586,7 +586,6 @@
     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 @@
 
 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
 ----------------------

Added: lucene/solr/trunk/src/webapp/web/WEB-INF/weblogic.xml
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/src/webapp/web/WEB-INF/weblogic.xml?rev=823247&view=auto
==============================================================================
--- lucene/solr/trunk/src/webapp/web/WEB-INF/weblogic.xml (added)
+++ lucene/solr/trunk/src/webapp/web/WEB-INF/weblogic.xml Thu Oct  8 17:54:42 2009
@@ -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>
+

Propchange: lucene/solr/trunk/src/webapp/web/WEB-INF/weblogic.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/solr/trunk/src/webapp/web/WEB-INF/weblogic.xml
------------------------------------------------------------------------------
    svn:executable = *

Propchange: lucene/solr/trunk/src/webapp/web/WEB-INF/weblogic.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL