Reverted inadvertently-committed files from r1061929.
authorschultz <schultz@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 21 Jan 2011 18:04:38 +0000 (18:04 +0000)
committerschultz <schultz@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 21 Jan 2011 18:04:38 +0000 (18:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1061940 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/ant/AbstractCatalinaTask.java
java/org/apache/tomcat/util/net/AprEndpoint.java

index b89ee6e..c248d42 100644 (file)
@@ -170,7 +170,6 @@ public abstract class AbstractCatalinaTask extends BaseRedirectorHelperTask {
         URLConnection conn = null;
         InputStreamReader reader = null;
         try {
-            openRedirector();
 
             // Create a connection for this command
             conn = (new URL(url + command)).openConnection();
index c89d751..dcb912e 100644 (file)
@@ -242,9 +242,6 @@ public class AprEndpoint extends AbstractEndpoint {
     public String getSSLCipherSuite() { return SSLCipherSuite; }
     public void setSSLCipherSuite(String SSLCipherSuite) { this.SSLCipherSuite = SSLCipherSuite; }
 
-    protected boolean SSLFIPSMode = false;
-    public boolean getSSLFIPSMode() { return SSLFIPSMode; }
-    public void setSSLFIPSMode(boolean SSLFIPSMode) { this.SSLFIPSMode = SSLFIPSMode; }
 
     /**
      * SSL certificate file.