We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ebb23 commit 3a30eddCopy full SHA for 3a30edd
src/main/java/org/owasp/benchmark/testcode/Benchmark00087.java
@@ -30,8 +30,8 @@ public class Benchmark00087 extends HttpServlet {
30
private static final long serialVersionUID = 1L;
31
32
/**
33
- * Sanitize a value for safe use as a cookie value by removing CR, LF and
34
- * other non-printable control characters that could enable header splitting.
+ * Sanitize a value for safe use as a cookie value by removing CR, LF and other non-printable
+ * control characters that could enable header splitting.
35
*/
36
private static String sanitizeForCookie(String value) {
37
if (value == null) {
0 commit comments