Skip to content

Commit

Permalink
Polish @CookieValue Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Jun 4, 2021
1 parent c9d341e commit ad63a53
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
* or as cookie value type (String, int, etc.).
*
* <p>Note that with spring-webmvc 5.3.x and earlier, the cookie value is URL
* decoded. This will be changed in 6.0 but in the mean, applications can also
* 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
* the raw value.
*
* @author Juergen Hoeller
* @author Sam Brannen
Expand Down

0 comments on commit ad63a53

Please sign in to comment.