mirror of https://github.com/apache/jmeter.git
Bug 54351 - HC4 and URI fragments is failing
Bugzilla Id: 54351 git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1433386 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5eec9a8425
commit
238295cc93
|
|
@ -151,16 +151,16 @@ htmlparser.jar = htmlparser-${htmlparser.version}.jar
|
|||
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
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -149,6 +149,7 @@ It has been removed so now size of these 2 maps is not limited anymore. This cha
|
|||
<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, Assertion Response and Regular Expression Ext
|
|||
<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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue