You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by se...@apache.org on 2011/05/22 13:53:04 UTC

svn commit: r1125928 - /jakarta/jmeter/trunk/bin/system.properties

Author: sebb
Date: Sun May 22 11:53:04 2011
New Revision: 1125928

URL: http://svn.apache.org/viewvc?rev=1125928&view=rev
Log:
Updated URLs and examples

Modified:
    jakarta/jmeter/trunk/bin/system.properties

Modified: jakarta/jmeter/trunk/bin/system.properties
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/bin/system.properties?rev=1125928&r1=1125927&r2=1125928&view=diff
==============================================================================
--- jakarta/jmeter/trunk/bin/system.properties (original)
+++ jakarta/jmeter/trunk/bin/system.properties Sun May 22 11:53:04 2011
@@ -15,8 +15,10 @@
 ##   See the License for the specific language governing permissions and
 ##   limitations under the License.
 #
-# For details of Sun Java network properties, see for example:
-# http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html
+# For details of Oracle Java network properties, see for example:
+# http://download.oracle.com/javase/1.5.0/docs/guide/net/properties.html
+#
+# Sample properties:
 #
 #java.net.preferIPv4Stack=false
 #java.net.preferIPv6Addresses=false
@@ -36,7 +38,7 @@
 #javax.net.ssl.keyStorePassword=changeit
 
 # SSL debugging:
-# See docs/guide/security/jsse/JSSERefGuide.html#Debug in the appropiate JDK docs
+# See http://download.oracle.com/javase/1.5.0/docs/guide/security/jsse/JSSERefGuide.html#Debug
 #
 # javax.net.debug=help - generates the list below:
 #all            turn on all debugging
@@ -60,5 +62,11 @@
 #        record debugging can be widened with:
 #        plaintext    hex dump of record plaintext
 #
+# Examples:
 #javax.net.debug=ssl
-#
\ No newline at end of file
+#javax.net.debug=sslctx,session,sessioncache
+#
+#
+# Enable the following property to allow headers such as "Host" to be passed through.
+# See http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6996110
+#sun.net.http.allowRestrictedHeaders=true
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org