Hi
I believe you need to use %5B and %5D for [ and ] if you are using the
HTTPClient sampler.
I dont think jmeter automatically did it for you - but you could use
beanshell function to encode the url

${__javaScript(escape(" <https://www.bla.bla/public/media/[mix]video>
/public/media/[mix]video
<https://www.bla.bla/public/media/[mix]video>");)}<https://www.bla.bla/public/media/[mix]video>
or use beanshell or something
regards
deepak

On Thu, Oct 25, 2012 at 2:15 AM, Shmuel Krakower <[email protected]> wrote:

> Hi,
> I have an application which some of its URLs include brackets [].
> In my web browser a URL like:
> https://www.bla.bla/public/media/[mix]videorenders just fine, but in
> JMeter I get:
>
> Response message: Non HTTP response message: Invalid uri '
> https://www.bla.bla/public/media/[mix]video': escaped absolute path not
> valid
>
>
> Is it a bug or URLs should not include that kind of characters?
>
> Best,
> Shmuel Krakower.
>

Reply via email to