Author: sebb
Date: Fri May 27 09:17:21 2011
New Revision: 1128210

URL: http://svn.apache.org/viewvc?rev=1128210&view=rev
Log:
Bug 51275 - Cookie Panel clearGui() sets incorrect default policy in Java 1.6

Modified:
    
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/CookiePanel.java
    jakarta/jmeter/trunk/xdocs/changes.xml

Modified: 
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/CookiePanel.java
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/CookiePanel.java?rev=1128210&r1=1128209&r2=1128210&view=diff
==============================================================================
--- 
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/CookiePanel.java
 (original)
+++ 
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/CookiePanel.java
 Fri May 27 09:17:21 2011
@@ -252,7 +252,7 @@ public class CookiePanel extends Abstrac
 
         tableModel.clearData();
         clearEachIteration.setSelected(false);
-        policy.setSelectedIndex(policies.length - 1);
+        policy.setText(CookieManager.DEFAULT_POLICY);
         deleteButton.setEnabled(false);
         saveButton.setEnabled(false);
     }

Modified: jakarta/jmeter/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/changes.xml?rev=1128210&r1=1128209&r2=1128210&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/changes.xml (original)
+++ jakarta/jmeter/trunk/xdocs/changes.xml Fri May 27 09:17:21 2011
@@ -104,6 +104,7 @@ This is internal to the workings of the 
 <li>Bug 51268 - HTTPS request through an invalid proxy causes 
NullPointerException and does not show in result tree.
 Rather than delegating to the JMeter thread handler for "unexpected" failures, 
ensure all Exceptions generate a sample error.
 </li>
+<li>Bug 51275 - Cookie Panel clearGui() sets incorrect default policy in Java 
1.6</li>
 </ul>
 
 <h3>Other Samplers</h3>



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

Reply via email to