You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2012/08/08 23:18:48 UTC

svn commit: r1370973 - /tomcat/trunk/java/org/apache/catalina/util/RequestUtil.java

Author: markt
Date: Wed Aug  8 21:18:48 2012
New Revision: 1370973

URL: http://svn.apache.org/viewvc?rev=1370973&view=rev
Log:
Deprecate code that will be removed in 8.0.x

Modified:
    tomcat/trunk/java/org/apache/catalina/util/RequestUtil.java

Modified: tomcat/trunk/java/org/apache/catalina/util/RequestUtil.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/util/RequestUtil.java?rev=1370973&r1=1370972&r2=1370973&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/util/RequestUtil.java (original)
+++ tomcat/trunk/java/org/apache/catalina/util/RequestUtil.java Wed Aug  8 21:18:48 2012
@@ -196,7 +196,10 @@ public final class RequestUtil {
      * @param enc The encoding to use; if null, the default encoding is used
      * @exception IllegalArgumentException if a '%' character is not followed
      * by a valid 2-digit hexadecimal number
+     *
+     * @deprecated  Unused - will be removed in 8.0.x
      */
+    @Deprecated
     public static String URLDecode(byte[] bytes, String enc) {
         return URLDecode(bytes, enc, false);
     }



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