فهرست منبع

Log4J no longer expected in servlet container classpath.

Ben Alex 20 سال پیش
والد
کامیت
c8706c33ac

+ 1 - 0
doc/xdocs/changes.xml

@@ -28,6 +28,7 @@
     <release version="0.7.1" date="CVS">
       <action dev="benalex" type="update">Made ConfigAttributeDefinition and ConfigAttribute Serializable</action>
       <action dev="benalex" type="update">FilterToBeanProxy now searches hierarchical bean factories</action>
+      <action dev="benalex" type="fix">Contacts sample web.xml no longer expect Log4j to be in classpath</action>
     </release>
     <release version="0.7.0" date="2005-01-16">
       <action dev="carlossg" type="add">Major CVS repository restructure to support Maven and eliminate libraries</action>

+ 2 - 0
samples/contacts/src/main/webapp/ca/WEB-INF/web.xml

@@ -56,9 +56,11 @@
 		<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
 	</listener>
 
+	<!--
     <listener>
 		<listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
 	</listener>
+	 -->
 	
   <!--
 	- Provides core MVC application controller. See contacts-servlet.xml.

+ 2 - 0
samples/contacts/src/main/webapp/cas/WEB-INF/web.xml

@@ -127,9 +127,11 @@
 		<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
 	</listener>
 
+	<!--
     <listener>
 		<listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
 	</listener>
+	 -->
 	
   <!--
 	- Provides core MVC application controller. See contacts-servlet.xml.

+ 3 - 1
samples/contacts/src/main/webapp/filter/WEB-INF/web.xml

@@ -123,10 +123,12 @@
 		<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
 	</listener>
 
+	<!--
     <listener>
 		<listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
 	</listener>
-	
+	 -->
+	 
   <!--
 	- Provides core MVC application controller. See contacts-servlet.xml.
     -->