Skip to content

Commit a13f88b

Browse files
committed
updates from review
1 parent c50c3fd commit a13f88b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jetty-core/jetty-server/src/test/java/org/eclipse/jetty/server/RequestTest.java

-2
Original file line numberDiff line numberDiff line change
@@ -672,8 +672,6 @@ public static Stream<Arguments> queryBehaviorsDefault()
672672
{
673673
List<Arguments> cases = new ArrayList<>();
674674

675-
// TODO: All of these 500 response status codes should really be 400
676-
677675
// Normal cases
678676
cases.add(Arguments.of("param=aaa", 200, "param", "aaa"));
679677
cases.add(Arguments.of("param=aaa&other=foo", 200, "param", "aaa"));

0 commit comments

Comments
 (0)