You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2019/07/29 12:27:36 UTC

[tomcat] branch master updated: Align with 8.5.x. Remove unnecessary code.

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 7c4852c  Align with 8.5.x. Remove unnecessary code.
7c4852c is described below

commit 7c4852c374e78d8396184cc753537756dd272ae6
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jul 29 13:26:07 2019 +0100

    Align with 8.5.x. Remove unnecessary code.
---
 java/org/apache/catalina/valves/rewrite/RewriteValve.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/java/org/apache/catalina/valves/rewrite/RewriteValve.java b/java/org/apache/catalina/valves/rewrite/RewriteValve.java
index 22fa732..ca64326 100644
--- a/java/org/apache/catalina/valves/rewrite/RewriteValve.java
+++ b/java/org/apache/catalina/valves/rewrite/RewriteValve.java
@@ -136,7 +136,6 @@ public class RewriteValve extends ValveBase {
     protected synchronized void startInternal() throws LifecycleException {
 
         super.startInternal();
-        context = (getContainer() instanceof Context);
 
         InputStream is = null;
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org