You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use @ignore to skip multipart test on Jetty 9.0.x where jetty-appsec-8.1.3 causes HTTP 500
Replace assumeTrue(false) with Spock's @ignore annotation — more reliable
for overriding void feature methods without Spock block labels.
jetty-appsec-8.1.3 muzzle range [8.1.3, 9.2.0.RC0) includes Jetty 9.0.x.
When applied, it calls ParameterCollector.put(String, String) which does
not exist in Jetty 9.0.x → HTTP 500 on multipart requests.
Copy file name to clipboardExpand all lines: dd-java-agent/instrumentation/jetty/jetty-server/jetty-server-9.0.4/src/test/groovy/datadog/trace/instrumentation/jetty9/Jetty9InactiveAppSecTest.groovy
Copy file name to clipboardExpand all lines: dd-java-agent/instrumentation/jetty/jetty-server/jetty-server-9.0/src/test/groovy/datadog/trace/instrumentation/jetty9/Jetty9InactiveAppSecTest.groovy
0 commit comments