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:19:11 UTC

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

Author: markt
Date: Wed Aug  8 21:19:10 2012
New Revision: 1370974

URL: http://svn.apache.org/viewvc?rev=1370974&view=rev
Log:
Remove unused code

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=1370974&r1=1370973&r2=1370974&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:19:10 2012
@@ -189,22 +189,6 @@ public final class RequestUtil {
 
 
     /**
-     * Decode and return the specified URL-encoded byte array. It is assumed
-     * the string is not a query string.
-     *
-     * @param bytes The url-encoded byte array
-     * @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);
-    }
-
-    /**
      * Decode and return the specified URL-encoded byte array.
      *
      * @param bytes The url-encoded byte array



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