You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2022/01/14 13:18:06 UTC

[Bug 65801] New: JSON Extractor change double slash to one slash in extracted url from response body

https://bz.apache.org/bugzilla/show_bug.cgi?id=65801

            Bug ID: 65801
           Summary: JSON Extractor change double slash to one slash in
                    extracted url from response body
           Product: JMeter
           Version: 5.4.3
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
          Assignee: issues@jmeter.apache.org
          Reporter: A-elita_K@mail.ru
  Target Milestone: JMETER_5.5

Created attachment 38160
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=38160&action=edit
Jmeter log-file

Used Jmeter 5.3 and 5.4.3 - on Jmeter v. 4.0 bug is not reproduce.

java version "9"
Java(TM) SE Runtime Environment (build 9+181)
Java HotSpot(TM) 64-Bit Server VM (build 9+181, mixed mode)

Case:
I'm create a test-plan with 3 https requests
After 2 request i'll get with JSON Extractor value from url parameter. This is
first element of array in key = images.
This extracted parameter i'm put in endpoint for 3 http request, e.g. GET
https://test-test.ru/test/test/335x335/${url}

Expected result: i have url for request with double slash - like this: GET
https://test-test.ru/test/test/335x335/https://test-test.ru/m/u/abcd/1.version=3

But i can see in request url:
GET
https://test-test.ru/test/test/335x335/https:/test-test.ru/m/u/abcd/1.version=3

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 65801] JSON Extractor change double slash to one slash in extracted url from response body

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65801

Konstantin <bu...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

-- 
You are receiving this mail because:
You are the assignee for the bug.