Polish HTTP Response Splitting

Issue gh-3910
This commit is contained in:
Rob Winch
2016-09-23 12:49:01 -05:00
parent 9ae163e92d
commit 6fb564a629
2 changed files with 10 additions and 10 deletions

View File

@@ -180,7 +180,7 @@ public class FirewalledResponseTests {
private void validateLineEnding(String name, String value) {
try {
fwResponse.validateCRLF(name, value);
fwResponse.validateCrlf(name, value);
fail("IllegalArgumentException should have thrown");
}
catch (IllegalArgumentException expected) {