Polish HTTP Response Splitting
Issue gh-3910
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user