Commit fd725f2
committed
Skip multipart test on Jetty 9.0.x where jetty-appsec-8.1.3 causes HTTP 500
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.
Override multipart() with assumeTrue(false) in jetty-server-9.0 and
jetty-server-9.0.4 test classes until the muzzle range is corrected.1 parent 2b2f46d commit fd725f2
2 files changed
Lines changed: 20 additions & 0 deletions
File tree
- dd-java-agent/instrumentation/jetty/jetty-server
- jetty-server-9.0.4/src/test/groovy/datadog/trace/instrumentation/jetty9
- jetty-server-9.0/src/test/groovy/datadog/trace/instrumentation/jetty9
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
12 | 22 | | |
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
12 | 22 | | |
0 commit comments