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
The following commit(s) were added to refs/heads/8.5.x by this push:
new 6c398f3 Remove unnecessary code.
6c398f3 is described below
commit 6c398f34ad85312c0d0f8c52fb69ffecb4803e62
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Oct 24 10:09:49 2019 +0200
Remove unnecessary code.
---
java/org/apache/coyote/http11/AbstractHttp11Protocol.java | 2 --
1 file changed, 2 deletions(-)
diff --git a/java/org/apache/coyote/http11/AbstractHttp11Protocol.java
b/java/org/apache/coyote/http11/AbstractHttp11Protocol.java
index 9611532..c64e555 100644
--- a/java/org/apache/coyote/http11/AbstractHttp11Protocol.java
+++ b/java/org/apache/coyote/http11/AbstractHttp11Protocol.java
@@ -889,8 +889,6 @@ public abstract class AbstractHttp11Protocol<S> extends
AbstractProtocol<S> {
processor.setDisableUploadTimeout(getDisableUploadTimeout());
processor.setRestrictedUserAgents(getRestrictedUserAgents());
processor.setMaxSavePostSize(getMaxSavePostSize());
- processor.setServer(getServer());
-
processor.setServerRemoveAppProvidedValues(getServerRemoveAppProvidedValues());
return processor;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]