Bug 63637 - request is set to null when url contains forward slashes \ in "Server Name or IP" field
Summary: request is set to null when url contains forward slashes \ in "Server Name or...
Status: RESOLVED WORKSFORME
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: unspecified
Hardware: All Linux
: P2 critical (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-05 16:15 UTC by ibra
Modified: 2019-09-25 08:06 UTC (History)
1 user (show)



Attachments
single forward slash in ip field make issue for http request in jmeter (65.90 KB, image/png)
2019-08-05 16:15 UTC, ibra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ibra 2019-08-05 16:15:13 UTC
Created attachment 36703 [details]
single forward slash in ip field make issue for http request in jmeter

request is set to null when url conrains forward slashes / in "Server Name or IP" field after 31th of July 2019. So I cannot execute my tests which contain / forwards slashes in ip field. 

This issue happened after 31st of July 2019. 
Maybe it is related with OpenJDK update for linux.


my machine has this version:
openjdk version "1.8.0_222"
OpenJDK Runtime Environment (build 1.8.0_222-8u222-b10-1ubuntu1~16.04.1-b10)
OpenJDK 64-Bit Server VM (build 25.222-b10, mixed mode)


Same issue is reported  by others here as well:
https://stackoverflow.com/questions/57353445/jmeter-not-sending-http-request-properly
Comment 1 ibra 2019-08-08 11:47:21 UTC
I installed openjdk 11.0.2 release then forward my test sets work which have urls with slashes from the "Server Name or IP" field. https://download.java.net/java/GA/jdk11/9/GPL/openjdk-11.0.2_linux-x64_bin.tar.gz
Comment 2 Philippe Mouawad 2019-09-25 08:06:04 UTC
server name or host must contain only host part of URL not URL.
If you want to use full URL you can put it in path
Comment 3 The ASF infrastructure team 2022-09-24 20:38:17 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5134