Author: markt Date: Wed Aug 8 21:20:42 2012 New Revision: 1370978 URL: http://svn.apache.org/viewvc?rev=1370978&view=rev Log: Deprecate code that will be removed in 8.0.x
Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/util/RequestUtil.java Propchange: tomcat/tc7.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1370958,1370960,1370973 Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/util/RequestUtil.java URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/util/RequestUtil.java?rev=1370978&r1=1370977&r2=1370978&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/java/org/apache/catalina/util/RequestUtil.java (original) +++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/util/RequestUtil.java Wed Aug 8 21:20:42 2012 @@ -249,7 +249,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