You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2013/01/15 13:58:03 UTC

svn commit: r1433386 - in /jmeter/trunk: build.properties eclipse.classpath res/maven/ApacheJMeter_parent.pom xdocs/changes.xml

Author: pmouawad
Date: Tue Jan 15 12:58:03 2013
New Revision: 1433386

URL: http://svn.apache.org/viewvc?rev=1433386&view=rev
Log:
Bug 54351 - HC4 and URI fragments is failing
Bugzilla Id: 54351

Modified:
    jmeter/trunk/build.properties
    jmeter/trunk/eclipse.classpath
    jmeter/trunk/res/maven/ApacheJMeter_parent.pom
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/build.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.properties?rev=1433386&r1=1433385&r2=1433386&view=diff
==============================================================================
--- jmeter/trunk/build.properties (original)
+++ jmeter/trunk/build.properties Tue Jan 15 12:58:03 2013
@@ -151,16 +151,16 @@ htmlparser.jar              = htmlparser
 htmlparser.md5              = aa05b921026c228f92ef8b4a13c26f8d
 
 # Apache HttpClient 4.x
-httpclient.version          = 4.2.2
+httpclient.version          = 4.2.3
 #
 httpclient.jar              = httpclient-${httpclient.version}.jar
 httpclient.loc              = ${maven2.repo}/org/apache/httpcomponents/httpclient/${httpclient.version}
-httpclient.md5              = 585886f289fd1450ab241ab8774d7b1b
+httpclient.md5              = 8f473aaf03d1f562661c85fdf85b6f00
 
 # Required for HttpClient
 httpmime.jar               = httpmime-${httpclient.version}.jar
 httpmime.loc               = ${maven2.repo}/org/apache/httpcomponents/httpmime/${httpclient.version}
-httpmime.md5               = 78ad350f4e743281dbdfd063371e7256
+httpmime.md5               = 0e648d4940cb367d296648baae78b041
 
 # Required for HttpClient
 httpcore.version            = 4.2.3

Modified: jmeter/trunk/eclipse.classpath
URL: http://svn.apache.org/viewvc/jmeter/trunk/eclipse.classpath?rev=1433386&r1=1433385&r2=1433386&view=diff
==============================================================================
--- jmeter/trunk/eclipse.classpath (original)
+++ jmeter/trunk/eclipse.classpath Tue Jan 15 12:58:03 2013
@@ -61,9 +61,9 @@
     <classpathentry kind="lib" path="lib/geronimo-jms_1.1_spec-1.1.1.jar"/>
 	<classpathentry kind="lib" path="lib/htmllexer-2.1.jar"/>
 	<classpathentry kind="lib" path="lib/htmlparser-2.1.jar"/>
-    <classpathentry kind="lib" path="lib/httpclient-4.2.2.jar"/>
+    <classpathentry kind="lib" path="lib/httpclient-4.2.3.jar"/>
     <classpathentry kind="lib" path="lib/httpcore-4.2.3.jar"/>
-    <classpathentry kind="lib" path="lib/httpmime-4.2.2.jar"/>
+    <classpathentry kind="lib" path="lib/httpmime-4.2.3.jar"/>
 	<classpathentry kind="lib" path="lib/jcharts-0.7.5.jar"/>
 	<classpathentry kind="lib" path="lib/jdom-1.1.2.jar"/>
 	<classpathentry kind="lib" path="lib/rhino-1.7R4.jar"/>

Modified: jmeter/trunk/res/maven/ApacheJMeter_parent.pom
URL: http://svn.apache.org/viewvc/jmeter/trunk/res/maven/ApacheJMeter_parent.pom?rev=1433386&r1=1433385&r2=1433386&view=diff
==============================================================================
--- jmeter/trunk/res/maven/ApacheJMeter_parent.pom (original)
+++ jmeter/trunk/res/maven/ApacheJMeter_parent.pom Tue Jan 15 12:58:03 2013
@@ -72,7 +72,7 @@ under the License.
       <excalibur-logger.version>1.1</excalibur-logger.version>
       <excalibur-pool.version>1.2</excalibur-pool.version>
       <htmlparser.version>2.1</htmlparser.version>
-      <httpclient.version>4.2.2</httpclient.version>
+      <httpclient.version>4.2.3</httpclient.version>
       <httpcore.version>4.2.2</httpcore.version>
       <jakarta-oro.version>2.0.8</jakarta-oro.version>
       <jcharts.version>0.7.5</jcharts.version>

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1433386&r1=1433385&r2=1433386&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Tue Jan 15 12:58:03 2013
@@ -149,6 +149,7 @@ It has been removed so now size of these
 <li><bugzilla>54057</bugzilla>- Proxy option to set user and password at startup (-u and -a) not working with HTTPClient 4</li>
 <li><bugzilla>54187</bugzilla> - Request tab does not show headers if request fails</li>
 <li><bugzilla>53840</bugzilla> - Proxy Recording : Response message: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "" "</li>
+<li><bugzilla>54351</bugzilla> - HC4 and URI fragments is failing</li>
 </ul>
 
 <h3>Other Samplers</h3>
@@ -272,7 +273,7 @@ to the elements View Results Tree, Asser
 <h2>Non-functional changes</h2>
 <ul>
 <li><bugzilla>53956</bugzilla> - Add ability to paste (a list of values) from clipboard for Header Manager</li>
-<li>Updated to HttpComponents Client 4.2.2 (from 4.2.1)</li>
+<li>Updated to HttpComponents Client 4.2.3 (from 4.2.1)</li>
 <li>Updated to HttpComponents Core 4.2.3 (from 4.2.2)</li>
 <li><bugzilla>54110</bugzilla> - BSFTestElement and JSR223TestElement should use shared super-class for common fields</li>
 <li><bugzilla>54199</bugzilla> - Move to Java 6</li>