You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by yo...@apache.org on 2006/12/27 13:26:08 UTC

svn commit: r490487 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/valves/RequestDumperValve.java webapps/docs/changelog.xml

Author: yoavs
Date: Wed Dec 27 04:26:07 2006
New Revision: 490487

URL: http://svn.apache.org/viewvc?view=rev&rev=490487
Log:
Bugzilla 40177: un-depracate RequestDumperValve.

Modified:
    tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/valves/RequestDumperValve.java
    tomcat/container/tc5.5.x/webapps/docs/changelog.xml

Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/valves/RequestDumperValve.java
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/valves/RequestDumperValve.java?view=diff&rev=490487&r1=490486&r2=490487
==============================================================================
--- tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/valves/RequestDumperValve.java (original)
+++ tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/valves/RequestDumperValve.java Wed Dec 27 04:26:07 2006
@@ -49,14 +49,13 @@
  * <p>For a similar mechanism that is portable to all Servlet 2.4
  * containers, check out the "RequestDumperFilter" Filter in the
  * example application (the source for this filter may be found in
- * $CATALINA_HOME/webapps/examples/WEB-INF/classes/filters.
+ * $CATALINA_HOME/webapps/examples/WEB-INF/classes/filters.</p>
  *
- * @deprecated Use the RequestDumperFilter in the examples webapp instead
  * @author Craig R. McClanahan
  * @version $Revision$ $Date$
  */
 
-public class RequestDumperValve  extends ValveBase {
+public class RequestDumperValve extends ValveBase {
     // ----------------------------------------------------- Instance Variables
 
 

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=490487&r1=490486&r2=490487
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Wed Dec 27 04:26:07 2006
@@ -177,7 +177,7 @@
       </fix>
       <fix>
         <bug>40177</bug>: add more warnings to documentation about RequestDumperValve
-        character encoding.  Deprecate this Valve in favor of RequestDumperFilter. (yoavs)
+        character encoding.  (yoavs)
       </fix>
       <fix>
         <bug>39255</bug>: NPE in AuthenticatorBase when logging level is set to DEBUG



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org