From 4bc6efc5a5ef194fea0b9f47cf815814f63c5eba Mon Sep 17 00:00:00 2001 From: try-panwiac <93744932+try-panwiac@users.noreply.github.com> Date: Mon, 27 May 2024 21:36:49 -0700 Subject: [PATCH] Test suppressions --- java/main.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/java/main.java b/java/main.java index c6d4618..4e08fbe 100644 --- a/java/main.java +++ b/java/main.java @@ -67,8 +67,9 @@ void connect(HttpServletRequest req){ class Connector6 { @javax.jws.WebMethod void connect(HttpServletRequest req){ - javax.servlet.http.Cookie cook = new Cookie("cookie"); - cook.setSecure(false); + javax.servlet.http.Cookie cook = new Cookie("cookie"); //another comment + cook.setSecure(false); //and another + //and another req.addCookie(cook); } }