You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Include the maven dependency in your `pom.xml`:
19
19
</dependency>
20
20
```
21
21
22
-
If you don`t use Maven you can build the artifact from this repository, by installing [git SCM](https://git-scm.com/downloads), [Maven](https://maven.apache.org/download.cgi) and executing the commands below:
22
+
If you don't use Maven you can build the artifact from this repository, by installing [git SCM](https://git-scm.com/downloads), [Maven](https://maven.apache.org/download.cgi) and executing the commands below:
@@ -144,7 +144,7 @@ To override the default cookie decoding you need to use a [converter](#converter
144
144
145
145
## Cookie Attributes
146
146
147
-
the default cookie attributes can be set globally by setting properties of the `.defaults()` instance or individually for each call to `.set(...)` by passing an `Attributes` instance in the last argument. Per-call attributes override the default attributes.
147
+
The default cookie attributes can be set globally by setting properties of the `.defaults()` instance or individually for each call to `.set(...)` by passing an `Attributes` instance in the last argument. Per-call attributes override the default attributes.
148
148
149
149
```java
150
150
Cookies cookies =Cookies.initFromServlet( request, response );
@@ -242,7 +242,7 @@ Define whether your cookie should be restricted to a first party or same-site co
242
242
243
243
**Default:** not set
244
244
245
-
Note that more recent browsers are making "Lax" the default value even without specifiying anything here.
245
+
Note that more recent browsers are making "Lax" the default value even without specifying anything here.
0 commit comments