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