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 4637304 Remove unnecessary code 4637304 is described below commit 4637304f3a1272c4c9d0a3dd5d4f393f99ba5cf6 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Oct 29 18:49:53 2019 +0100 Remove unnecessary code --- java/org/apache/coyote/http11/Http11Processor.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/java/org/apache/coyote/http11/Http11Processor.java b/java/org/apache/coyote/http11/Http11Processor.java index 30dd05a..6ffcd16 100644 --- a/java/org/apache/coyote/http11/Http11Processor.java +++ b/java/org/apache/coyote/http11/Http11Processor.java @@ -22,7 +22,6 @@ import java.nio.ByteBuffer; import java.util.ArrayList; import java.util.HashSet; import java.util.List; -import java.util.Locale; import java.util.Set; import java.util.regex.Pattern; @@ -211,7 +210,6 @@ public class Http11Processor extends AbstractProcessor { private void addInputFilter(InputFilter[] inputFilters, String encodingName) { // Parsing trims and converts to lower case. - encodingName = encodingName.trim().toLowerCase(Locale.ENGLISH); if (encodingName.equals("identity")) { // Skip --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org