- Missing from patch.
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 10 Feb 2007 02:18:19 +0000 (02:18 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 10 Feb 2007 02:18:19 +0000 (02:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@505616 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/connector/Response.java

index 4ab3c72..4561d22 100644 (file)
@@ -268,7 +268,7 @@ public class Response
         
         cookies.clear();
 
-        if (Constants.SECURITY || Connector.RECYCLE_FACADES) {
+        if (Globals.IS_SECURITY_ENABLED || Connector.RECYCLE_FACADES) {
             if (facade != null) {
                 facade.clear();
                 facade = null;