This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 9b70c91abef924cc68b1a7f6bc4f1e9911e3e13a Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Mar 13 11:59:38 2020 +0000 Deprecate unused code --- java/org/apache/catalina/connector/CoyoteAdapter.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/java/org/apache/catalina/connector/CoyoteAdapter.java b/java/org/apache/catalina/connector/CoyoteAdapter.java index 66cd016..2862eb2 100644 --- a/java/org/apache/catalina/connector/CoyoteAdapter.java +++ b/java/org/apache/catalina/connector/CoyoteAdapter.java @@ -1246,7 +1246,10 @@ public class CoyoteAdapter implements Adapter { * @return <code>false</code> if sequences that are supposed to be * normalized are still present in the URI, otherwise * <code>true</code> + * + * @deprecated This code will be removed in Apache Tomcat 10 onwards */ + @Deprecated public static boolean checkNormalize(MessageBytes uriMB) { CharChunk uriCC = uriMB.getCharChunk(); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org