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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org