syampol13

Results 6 issues of syampol13

### Expected behavior Exception generation is expensive operation so better to not use it whenever possible. Failed 'Regular Expression Extractor' shouldn't generate an exception as in some cases it might...

defect
to-triage

Jmeter: 5.6.2 http plugin: 2.0.5 I have an internally available service under test. Service located behind the F5 and configured to support both http1/1 & http2. Tried access it via...

enhancement

Jmeter: 5.6.2 Observed that Http2 plugin installation may remove some already installed plugins. In my case I had jpgc-graphs-additional,jpgc-graphs-basic,jpgc-casutg installed. And all those were removed with the bzm http installation...

jmeter 5.6.2 bzm-http2: 2.0.5 Having a case where I need to rewrite cookie value in Jmeter. Do this via simple groovy/bsh code: > import org.apache.jmeter.protocol.http.control.CookieManager; > import org.apache.jmeter.protocol.http.control.Cookie; > CookieManager...

remove cookie from jetty'e cookie manager if it exists in jmeter's one

Jmeter: 5.6.2 bzm-http2: 2.0.5 I have a target endpoint that require client certificate for communicating. Certificate added to the JKS keystore entry: > Keystore type: PKCS12 > Keystore provider: SUN...