We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/
1 parent eef0edf commit ed0d23bCopy full SHA for ed0d23b
src/main/java/dev/latvian/apps/tinyserver/http/response/CookieResponse.java
@@ -8,7 +8,7 @@ public static class Builder {
8
private int maxAge = -2;
9
private boolean httpOnly = false;
10
private boolean partitioned = false;
11
- private String path = null;
+ private String path = "/";
12
private String sameSite = null;
13
private boolean secure = false;
14
private String comment = null;
0 commit comments