This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 7ee3a5c90ed75c4147690aaf10d356f13d41c834 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Mar 16 16:03:12 2020 +0000 Deprecated unused method --- java/org/apache/tomcat/util/buf/UDecoder.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/java/org/apache/tomcat/util/buf/UDecoder.java b/java/org/apache/tomcat/util/buf/UDecoder.java index fa0523a..40ae275 100644 --- a/java/org/apache/tomcat/util/buf/UDecoder.java +++ b/java/org/apache/tomcat/util/buf/UDecoder.java @@ -304,7 +304,10 @@ public final class UDecoder { * @return the decoded string * @exception IllegalArgumentException if a '%' character is not followed * by a valid 2-digit hexadecimal number + * + * @deprecated Unused. This will be removed in Tomcat 10 onwards */ + @Deprecated public static String URLDecode(String str) { return URLDecode(str, StandardCharsets.ISO_8859_1); } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org