Author: pmouawad
Date: Mon Feb 15 13:31:54 2016
New Revision: 1730524

URL: http://svn.apache.org/viewvc?rev=1730524&view=rev
Log:
Bug 59006 - Change Default proxy recording port to 8888 to align it with 
Recording Template
#resolve #124
Bugzilla Id: 59006

Modified:
    
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: 
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java?rev=1730524&r1=1730523&r2=1730524&view=diff
==============================================================================
--- 
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java
 (original)
+++ 
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java
 Mon Feb 15 13:31:54 2016
@@ -121,7 +121,7 @@ public class ProxyControl extends Generi
 
     private static final String AUTH_MANAGER = AuthManager.class.getName();
 
-    public static final int DEFAULT_PORT = 8080;
+    public static final int DEFAULT_PORT = 8888;
 
     // and as a string
     public static final String DEFAULT_PORT_S =

Modified: jmeter/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1730524&r1=1730523&r2=1730524&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Mon Feb 15 13:31:54 2016
@@ -89,7 +89,8 @@ Summary
     <li>WebService(SOAP) Request and HTML Parameter Mask which were deprecated 
in 2.13 version, have now been removed following our <a 
href="./usermanual/best-practices.html#deprecation">deprecation 
strategy</a></li>
     
<li>org.apache.jmeter.protocol.http.visualizers.RequestViewHTTP.getQueryMap 
signature has changed, if you use it ensure you update your code. See 
<bugzilla>58845</bugzilla></li>
     <li><code>__jexl</code> function has been deprecated and will be removed 
in next version. See <bugzilla>58903</bugzilla></li>
-    <li>JMS Subscriber will consider sample in error if number of received 
messages is not equals to expected number of messages. It previously considerer 
sample OK if only 1 message was received. See <bugzilla>58980</bugzilla></li> 
+    <li>JMS Subscriber will consider sample in error if number of received 
messages is not equals to expected number of messages. It previously considerer 
sample OK if only 1 message was received. See <bugzilla>58980</bugzilla></li>
+    <li>Since version 3.0, HTTP(S) Test Script recorder uses default port 8888 
as configured when using Recording Template. See 
<bugzilla>59006</bugzilla></li>     
 </ul>
 
 <!-- =================== Improvements =================== -->
@@ -106,6 +107,7 @@ Summary
         This is the same behaviour as with <code>POST</code> requests.</li>
     <li><bug>58860</bug>HTTP Request : Add automatic variable generation in 
HTTP parameters table by right click. Contributed by Benoit Wiart (benoit dot 
wiart at gmail.com)</li>
     <li><bug>58923</bug>normalize URIs when downloading embedded 
resources.</li>
+    <li><bug>59006</bug>Change Default proxy recording port to 8888 to align 
it with Recording Template. Contributed by Antonio Gomes Rodrigues (ra0077 at 
gmail.com)</li>
 </ul>
 
 <h3>Other samplers</h3>
@@ -195,7 +197,7 @@ Summary
 <li><bug>58924</bug>Dashboard / report : It should be possible to export the 
generated graph as image (PNG). Contributed by Benoit Wiart (benoit dot wiart 
at gmail.com)</li>
 <li><bug>58884</bug>JMeter report generator : need better error message. 
Developed by Florent Sabbe (f dot sabbe at ubik-ingenierie.com) and contributed 
by Ubik-Ingenierie</li>
 <li><bug>58957</bug>Report/Dashboard: HTML Exporter does not create parent 
directories for output directory. Developed by Florent Sabbe (f dot sabbe at 
ubik-ingenierie.com) and contributed by Ubik-Ingenierie</li>
-<li><bug>58968</bug>Add a new template to allow to record script with think 
time included. Contributed by Antonio Gomes Rodrigues</li>
+<li><bug>58968</bug>Add a new template to allow to record script with think 
time included. Contributed by Antonio Gomes Rodrigues (ra0077 at gmail.com)</li>
 <li><bug>58978</bug>Settings defaults : Switch 
"jmeter.save.saveservice.assertion_results_failure_message" to true (after 
2.13)</li>
 <li><bug>58991</bug>Settings defaults : Switch 
"jmeter.save.saveservice.print_field_names" to true (after 2.13)</li>
 <li><bug>58987</bug>Report/Dashboard: Improve error reporting.</li>

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1730524&r1=1730523&r2=1730524&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Mon Feb 15 13:31:54 
2016
@@ -6401,7 +6401,7 @@ Both Chrome and Internet Explorer use th
 
 <properties>
         <property name="Name" required="No">Descriptive name for this element 
that is shown in the tree.</property>
-        <property name="Port" required="Yes">The port that the HTTP(S) Test 
Script Recorder listens to.  <code>8080</code> is the default, but you can 
change it.</property>
+        <property name="Port" required="Yes">The port that the HTTP(S) Test 
Script Recorder listens to.  <code>8888</code> is the default, but you can 
change it.</property>
         <property name="HTTPS Domains" required="No">List of domain (or host) 
names for HTTPS. Use this to pre-generate certificates for all servers you wish 
to record.
         <br/>
         For example, <code>*.example.com,*.subdomain.example.com</code>


Reply via email to