https://bz.apache.org/bugzilla/show_bug.cgi?id=58453
Bug ID: 58453
Summary: Null pointer exception when disabling Capture HTTP
Headers
Product: JMeter
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
I am trying to record script with "http(s) test script recorder". It's working
properly and record the request until i keep "Capture HTTP Headers" checked.
Since I want to keep header common with some variable throughout requests and
wanted to put dynamic parameter I don't want it to be recorded.
To do so, I remove that checkbox "Capture HTTP Headers", now none of my
requests are getting recorded. And application is throwing exception
I am using https://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf
to record the requests.
ERROR - jmeter.JMeter: Uncaught exception:
java.lang.NullPointerException at
org.apache.jmeter.protocol.http.proxy.ProxyControl.replaceValues(ProxyControl.java:1275)
at
org.apache.jmeter.protocol.http.proxy.ProxyControl.deliverSampler(ProxyControl.java:567)
at
org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:291)
--
You are receiving this mail because:
You are the assignee for the bug.