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
Copy file name to clipboardExpand all lines: dd-java-agent/instrumentation/akka/akka-http/akka-http-10.0/src/baseTest/groovy/AkkaHttpServerInstrumentationTest.groovy
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,11 @@ abstract class AkkaHttpServerInstrumentationTest extends HttpServerTest<AkkaHttp
74
74
true
75
75
}
76
76
77
+
@Override
78
+
booleantestBodyFilenames() {
79
+
true
80
+
}
81
+
77
82
@Override
78
83
booleantestBodyJson() {
79
84
true
@@ -223,6 +228,11 @@ abstract class AkkaHttpServerInstrumentationSyncTest extends AkkaHttpServerInstr
223
228
false
224
229
}
225
230
231
+
@Override
232
+
booleantestBodyFilenames() {
233
+
false
234
+
}
235
+
226
236
@Override
227
237
booleantestBodyJson() {
228
238
false
@@ -283,6 +293,11 @@ class AkkaHttpServerInstrumentationBindAndHandleTest extends AkkaHttpServerInstr
283
293
akkaHttpVersion !='10.0.10'
284
294
}
285
295
296
+
@Override
297
+
booleantestBodyFilenames() {
298
+
akkaHttpVersion !='10.0.10'
299
+
}
300
+
286
301
@Override
287
302
booleantestBodyUrlencoded() {
288
303
akkaHttpVersion !='10.0.10'
@@ -309,6 +324,11 @@ class AkkaHttpServerInstrumentationBindAndHandleAsyncWithRouteAsyncHandlerTest e
Copy file name to clipboardExpand all lines: dd-java-agent/instrumentation/akka/akka-http/akka-http-10.0/src/latestDepTest/groovy/AkkaHttp102ServerInstrumentationTests.groovy
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,11 @@ class AkkaHttp102ServerInstrumentationBindSyncTest extends AkkaHttpServerInstrum
Copy file name to clipboardExpand all lines: dd-java-agent/instrumentation/akka/akka-http/akka-http-10.0/src/main/java/datadog/trace/instrumentation/akkahttp/appsec/UnmarshallerHelpers.java
Copy file name to clipboardExpand all lines: dd-java-agent/instrumentation/akka/akka-http/akka-http-10.6/src/test/groovy/AkkaHttp102ServerInstrumentationTests.groovy
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,11 @@ class AkkaHttp102ServerInstrumentationBindSyncTest extends AkkaHttpServerInstrum
Copy file name to clipboardExpand all lines: dd-java-agent/instrumentation/akka/akka-http/akka-http-10.6/src/test/groovy/AkkaHttpServerInstrumentationTest.groovy
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,11 @@ abstract class AkkaHttpServerInstrumentationTest extends HttpServerTest<AkkaHttp
75
75
true
76
76
}
77
77
78
+
@Override
79
+
booleantestBodyFilenames() {
80
+
true
81
+
}
82
+
78
83
@Override
79
84
booleantestBodyJson() {
80
85
true
@@ -223,6 +228,11 @@ abstract class AkkaHttpServerInstrumentationSyncTest extends AkkaHttpServerInstr
223
228
false
224
229
}
225
230
231
+
@Override
232
+
booleantestBodyFilenames() {
233
+
false
234
+
}
235
+
226
236
@Override
227
237
booleantestBodyJson() {
228
238
false
@@ -279,6 +289,11 @@ class AkkaHttpServerInstrumentationBindAndHandleTest extends AkkaHttpServerInstr
279
289
true
280
290
}
281
291
292
+
@Override
293
+
booleantestBodyFilenames() {
294
+
true
295
+
}
296
+
282
297
@Override
283
298
booleantestBodyUrlencoded() {
284
299
true
@@ -305,6 +320,11 @@ class AkkaHttpServerInstrumentationBindAndHandleAsyncWithRouteAsyncHandlerTest e
Copy file name to clipboardExpand all lines: dd-java-agent/instrumentation/spring/spring-webmvc/spring-webmvc-3.1/src/latestDepTest/groovy/test/boot/SpringBootBasedTest.groovy
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,11 @@ class SpringBootBasedTest extends HttpServerTest<ConfigurableApplicationContext>
Copy file name to clipboardExpand all lines: dd-java-agent/instrumentation/spring/spring-webmvc/spring-webmvc-3.1/src/test/groovy/test/boot/SpringBootBasedTest.groovy
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,11 @@ class SpringBootBasedTest extends HttpServerTest<ConfigurableApplicationContext>
0 commit comments