MikailSonmez opened a new issue, #6095:
URL: https://github.com/apache/jmeter/issues/6095

   ### Expected behavior
   
   Body Data should accept bracket as Parameter, when it is inside of the 
Parameter
   
   {"email":"${__P(username, ******)}", "password":"${__P(password, 
example)4444)}"}
   
   ### Actual behavior
   
   Body Data should`nt accept bracket as String, when it is inside of the String
   
   ### Steps to reproduce the problem
   
   1- Create HTTPS Request with Body Data
   2- Write inside of body data bracket punctuation as Parameter as String
   3- Run the HTTPS Request
   4- Facing Error "Illegal character in authority at index"
   
   Note: Delimiter added delimiter to the bracket, \), and that time the 
Property reference was processed well, but delimiter was not removed from the 
output value.
   
   
   ### JMeter Version
   
   5.5
   
   ### Java Version
   
   java version "11.0.18" 2023-01-17 LTS
   
   ### OS Version
   
   10.0.19044 Builde 19044


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to