Hi,
We have a Jmeter test plan where we use an OS Process Sampler to execute a Java
class, then the Java class outputs a string, and then we use an HTTP Request to
do a POST with the output from the Java class as the Body Data.
However when we do the POST, we are getting a 500 error, and we are seeing the
following error in our server log:
Exception
java.lang.IllegalArgumentException: Header:Location Cannot contain CRLF
Charcters
Is there some way that we can configure/control how the headers that Jmeter is
sending are terminated?
Thanks,Jim