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
The following commit(s) were added to refs/heads/master by this push: new bf42f57 Remove left-over debug code bf42f57 is described below commit bf42f575a39591feaf8b333ea3bf220f937ca55b Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Mar 24 09:52:00 2020 +0000 Remove left-over debug code --- java/org/apache/coyote/http11/Http11InputBuffer.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/java/org/apache/coyote/http11/Http11InputBuffer.java b/java/org/apache/coyote/http11/Http11InputBuffer.java index 289a0bc..2794bfb 100644 --- a/java/org/apache/coyote/http11/Http11InputBuffer.java +++ b/java/org/apache/coyote/http11/Http11InputBuffer.java @@ -462,9 +462,6 @@ public class Http11InputBuffer implements InputBuffer, ApplicationBufferHandler request.protocol().setString(Constants.HTTP_11); throw new IllegalArgumentException(sm.getString("iib.invalidRequestTarget")); } - if (chr == '<') { - System.out.println("debug"); - } if (chr == Constants.SP || chr == Constants.HT) { space = true; end = pos; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org