Author: sebb
Date: Tue May 16 15:38:59 2006
New Revision: 407094
URL: http://svn.apache.org/viewcvs?rev=407094&view=rev
Log:
Remove SSL debug setting
Modified:
jakarta/jmeter/branches/rel-2-1/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler.java
Modified:
jakarta/jmeter/branches/rel-2-1/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler.java
URL:
http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler.java?rev=407094&r1=407093&r2=407094&view=diff
==============================================================================
---
jakarta/jmeter/branches/rel-2-1/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler.java
(original)
+++
jakarta/jmeter/branches/rel-2-1/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler.java
Tue May 16 15:38:59 2006
@@ -60,7 +60,6 @@
System.setProperty("java.protocol.handler.pkgs", // $NON-NLS-1$
JMeterUtils.getPropDefault("ssl.pkgs", // $NON-NLS-1$
"com.sun.net.ssl.internal.www.protocol")); //
$NON-NLS-1$
- System.setProperty("javax.net.ssl.debug", "all"); //
$NON-NLS-1$ // $NON-NLS-2$
}
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]