You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2013/09/08 11:55:24 UTC

svn commit: r1520850 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java

Author: sebb
Date: Sun Sep  8 09:55:23 2013
New Revision: 1520850

URL: http://svn.apache.org/r1520850
Log:
Drop temp test code

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java

Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java?rev=1520850&r1=1520849&r2=1520850&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java (original)
+++ jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java Sun Sep  8 09:55:23 2013
@@ -1070,8 +1070,4 @@ public class ProxyControl extends Generi
         return null == server;
     }
 
-    public String getSSLHosts() {
-        // TODO Auto-generated method stub; should return the field trimmed
-        return "jmeter.apache.org,*.google.co.uk";
-    }
 }