Bug 65801 - JSON Extractor change double slash to one slash in extracted url from response body
Summary: JSON Extractor change double slash to one slash in extracted url from respons...
Status: NEW
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: 5.4.3
Hardware: PC All
: P2 normal (vote)
Target Milestone: JMETER_5.5
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-14 13:18 UTC by Anna
Modified: 2022-01-14 15:32 UTC (History)
0 users



Attachments
Jmeter log-file (10.79 KB, text/plain)
2022-01-14 13:18 UTC, Anna
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anna 2022-01-14 13:18:06 UTC
Created attachment 38160 [details]
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
Comment 1 The ASF infrastructure team 2022-09-24 20:38:23 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5617