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 c9d341e commit ad63a53Copy full SHA for ad63a53
spring-web/src/main/java/org/springframework/web/bind/annotation/CookieValue.java
@@ -31,8 +31,9 @@
31
* or as cookie value type (String, int, etc.).
32
*
33
* <p>Note that with spring-webmvc 5.3.x and earlier, the cookie value is URL
34
- * decoded. This will be changed in 6.0 but in the mean, applications can also
35
- * declare {@link javax.servlet.http.Cookie} to access the raw value.
+ * decoded. This will be changed in 6.0 but in the meantime, applications can
+ * also declare parameters of type {@link javax.servlet.http.Cookie} to access
36
+ * the raw value.
37
38
* @author Juergen Hoeller
39
* @author Sam Brannen
0 commit comments