You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Stuart Barlow <st...@gmail.com> on 2016/09/01 10:22:40 UTC

JMeter 3.0 embedded resource URL is silently encoded

Hi all.

I'm migrating all my tests to JMeter 3.0 and found that there are some 
that worked fine with earlier versions but now fail with 3.0. The 
problem is with embedded resources.

A HTTP Request is configured to download all embedded resources but if 
a resource contains some special characters (like '+'), they are 
automatically encoded before being downloaded. This breaks the test.

For example, if the parent HTML contains something like this:

<img alt="Captcha" class="captcha-image" width="100" height="50" 
src="/IqGo6EM1JEVZ+MSRJqUSo@qhjVMSFBTs/37/0/1"/>

The + is encoded as %20 and is then unreachable. A HTTP 500 is returned 
instead of the expected content.

Is there a configuration parameter to control this? Or is this a bug?

Thank you

Stuart



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org