Hi, Does anybody know how I can replace the HTTP cache manager with my own implementation?
I’m trying to extend the default one with options to (1) consider all Cache-Control headers (and not just the last one) and (2) process the Pragma header.* What I’ve done is extended CacheManager and CacheManagerGui and put my ‘plugin’ in lib\ext. I can then add the element in the Test Plan but the HTTP sampler will not pick it up and continues to rely on org.apache.jmeter.protocol.http.control.CacheManager. What am I missing? I am using JMeter v5.2.1 btw. I know I can always replace the .class files in ApacheJMeter_http.jar but I’m not there yet. Thanks in advance for your help! Regards, Geert * Yes, it is obsolete as of HTTP 1.1 but not all browsers seem to know that. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
