Author: pmouawad
Date: Sun Apr 17 12:18:45 2016
New Revision: 1739593
URL: http://svn.apache.org/viewvc?rev=1739593&view=rev
Log:
Fix typo
Move cookies to its correct place
fix section name
Modified:
jmeter/trunk/bin/jmeter.properties
Modified: jmeter/trunk/bin/jmeter.properties
URL:
http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter.properties?rev=1739593&r1=1739592&r2=1739593&view=diff
==============================================================================
--- jmeter/trunk/bin/jmeter.properties (original)
+++ jmeter/trunk/bin/jmeter.properties Sun Apr 17 12:18:45 2016
@@ -38,8 +38,6 @@
# The entries are a comma-separated list of language names
#locales.add=zu
-# Netscape HTTP Cookie file
-cookies=cookies
#---------------------------------------------------------------------------
# XML Parser
@@ -62,8 +60,8 @@ cookies=cookies
# The system.properties file gives more flexibility.
# By default, SSL session contexts are now created per-thread, rather than
being shared.
-# The original behaviour can be enabled by setting the JMeter property:
-#https.sessioncontext.shared=true
+# The original behaviour can be enabled by setting the JMeter property to true
+#https.sessioncontext.shared=false
# Be aware that https default protocol may vary depending on the version of JVM
# See
https://blogs.oracle.com/java-platform-group/entry/diagnosing_tls_ssl_and_https
@@ -98,7 +96,7 @@ cookies=cookies
# The LAF classnames that are available are now displayed as ToolTip text
# when hovering over the Options/Look and Feel selection list.
#
-# You can either use a full class name, as shown above,
+# You can either use a full class name, as shown below,
# or one of the strings "System" or "CrossPlatform" which means
# JMeter will use the corresponding string returned by
UIManager.get<name>LookAndFeelClassName()
@@ -132,7 +130,7 @@ jmeter.laf.mac=System
#jmeter.loggerpanel.enable_when_closed=true
# Max characters kept in LoggerPanel, default to 80000 chars
-# O means no limit
+# 0 means no limit
#jmeter.loggerpanel.maxlength=80000
# Toolbar display
@@ -142,7 +140,7 @@ jmeter.laf.mac=System
#jmeter.toolbar=new,open,close,save,save_as_testplan,|,cut,copy,paste,|,expand,collapse,toggle,|,test_start,test_stop,test_shutdown,|,test_start_remote_all,test_stop_remote_all,test_shutdown_remote_all,|,test_clear,test_clear_all,|,search,search_reset,|,function_helper,help
# Toolbar icons default size: 22x22. Available sizes are: 22x22, 32x32, 48x48
#jmeter.toolbar.icons.size=22x22
-# Suggest value for HiDPI mode:
+# Suggested value for HiDPI mode:
#jmeter.toolbar.icons.size=48x48
# Icon definitions
@@ -871,7 +869,7 @@ summariser.name=summary
#aggregate_rpt_pct3=99
#---------------------------------------------------------------------------
-# Aggregate Report and Aggregate Graph - configuration
+# BackendListener - configuration
#---------------------------------------------------------------------------
#
# Backend metrics sliding window size for Percentiles, Min, Max
@@ -1043,6 +1041,9 @@ beanshell.server.file=../extras/startup.
# Default is true. Use false to revert to previous behaviour
#CookieManager.check.cookies=true
+# Netscape HTTP Cookie file
+cookies=cookies
+
# Ability to switch to Nashorn as default Javascript Engine used by
IfController and __javaScript function
# JMeter works as following:
# - JDK < 8 : Rhino