Author: sebb
Date: Sun May 22 12:05:54 2011
New Revision: 1125933

URL: http://svn.apache.org/viewvc?rev=1125933&view=rev
Log:
Define sun.net.http.allowRestrictedHeaders=true by default. This fixes Bug 
51238.

Modified:
    jakarta/jmeter/trunk/bin/system.properties
    jakarta/jmeter/trunk/xdocs/changes.xml

Modified: jakarta/jmeter/trunk/bin/system.properties
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/bin/system.properties?rev=1125933&r1=1125932&r2=1125933&view=diff
==============================================================================
--- jakarta/jmeter/trunk/bin/system.properties (original)
+++ jakarta/jmeter/trunk/bin/system.properties Sun May 22 12:05:54 2011
@@ -67,6 +67,6 @@
 #javax.net.debug=sslctx,session,sessioncache
 #
 #
-# Enable the following property to allow headers such as "Host" to be passed 
through.
+# We 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
+sun.net.http.allowRestrictedHeaders=true
\ No newline at end of file

Modified: jakarta/jmeter/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/changes.xml?rev=1125933&r1=1125932&r2=1125933&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/changes.xml (original)
+++ jakarta/jmeter/trunk/xdocs/changes.xml Sun May 22 12:05:54 2011
@@ -157,6 +157,7 @@ Fixed RMI startup to provide location of
 </li>
 <li>Bug 50221 - Renaming elements in the tree does not resize label</li>
 <li>Bug 51002 - Stop Thread if CSV file is not available. JMeter now treats 
IOError as EOF.</li>
+<li>Define sun.net.http.allowRestrictedHeaders=true by default. This fixes Bug 
51238.</li>
 </ul>
 
 <!-- ==================================================== -->



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to