https://bz.apache.org/bugzilla/show_bug.cgi?id=61332
Bug ID: 61332
Summary: HTTP sampler with Cache manager doesn't work with JAVA
implementation
Product: JMeter
Version: Nightly (Please specify date)
Hardware: PC
OS: All
Status: NEW
Severity: critical
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
In the last version of the trunk, since vary header patch, all HTTP sampler
with a cache manager doesn't work with JAVA implementation :
java.lang.IllegalArgumentException: Name may not be null
at org.apache.http.util.Args.notNull(Args.java:54)
at org.apache.http.message.BasicHeader.<init>(BasicHeader.java:60)
at
org.apache.jmeter.protocol.http.control.CacheManager.asHeaders(CacheManager.java:458)
at
org.apache.jmeter.protocol.http.control.CacheManager.setHeaders(CacheManager.java:394)
at
org.apache.jmeter.protocol.http.sampler.HTTPJavaImpl.setConnectionHeaders(HTTPJavaImpl.java:381)
at
org.apache.jmeter.protocol.http.sampler.HTTPJavaImpl.setupConnection(HTTPJavaImpl.java:198)
at
org.apache.jmeter.protocol.http.sampler.HTTPJavaImpl.sample(HTTPJavaImpl.java:500)
at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy.sample(HTTPSamplerProxy.java:74)
at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1189)
at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1178)
at
org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:500)
at
org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:425)
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:254)
at java.lang.Thread.run(Thread.java:745)
--
You are receiving this mail because:
You are the assignee for the bug.