You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by "silgen (via GitHub)" <gi...@apache.org> on 2023/04/14 12:15:03 UTC

[GitHub] [jmeter] silgen opened a new issue, #5803: Jmeter parameterization caused backslash to be escaped

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

   ### Expected behavior
   
   _No response_
   
   ### Actual behavior
   
   _No response_
   
   ### Steps to reproduce the problem
   
   Previously: When using jmeter for interface testing, the request body was parameterized, and the execution result reported an error. But without parameterization, the execution result is successful, and after parameterization, the parameters read in the request are correct (the parameters at the time of execution failure and success are consistent).
   Problem troubleshooting: After parameterization, the two backslashes in the request have become one backslash.
   Problem reason: During parameterization, ${} escaped the backslash.
   Solution: Replace the single backslash with a double backslash.
   
   Detailed process record reference address:https://www.cnblogs.com/silgen/p/17319290.html
   
   ### JMeter Version
   
   5.4.1
   
   ### Java Version
   
   jdk1.8.0_151
   
   ### OS Version
   
   Windows Feature Experience Pack 1000.22639.1000.0


-- 
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-unsubscribe@jmeter.apache.org.apache.org

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


[GitHub] [jmeter] FSchumacher commented on issue #5803: Jmeter parameterization caused backslash to be escaped

Posted by "FSchumacher (via GitHub)" <gi...@apache.org>.
FSchumacher commented on issue #5803:
URL: https://github.com/apache/jmeter/issues/5803#issuecomment-1509699006

   Might be the issue #5035 


-- 
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-unsubscribe@jmeter.apache.org

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


[GitHub] [jmeter] wxg0103 commented on issue #5803: Jmeter parameterization caused backslash to be escaped

Posted by "wxg0103 (via GitHub)" <gi...@apache.org>.
wxg0103 commented on issue #5803:
URL: https://github.com/apache/jmeter/issues/5803#issuecomment-1543723904

   This problem still exists in jmeter5.5, where can I fix it, or can you mention an alternative method?


-- 
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-unsubscribe@jmeter.apache.org

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


[GitHub] [jmeter] vlsi commented on issue #5803: Jmeter parameterization caused backslash to be escaped

Posted by "vlsi (via GitHub)" <gi...@apache.org>.
vlsi commented on issue #5803:
URL: https://github.com/apache/jmeter/issues/5803#issuecomment-1555554464

   Duplicate of #5035


-- 
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-unsubscribe@jmeter.apache.org

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


[GitHub] [jmeter] vlsi closed issue #5803: Jmeter parameterization caused backslash to be escaped

Posted by "vlsi (via GitHub)" <gi...@apache.org>.
vlsi closed issue #5803: Jmeter parameterization caused backslash to be escaped
URL: https://github.com/apache/jmeter/issues/5803


-- 
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-unsubscribe@jmeter.apache.org

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