You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "何一乐 (JIRA)" <ji...@apache.org> on 2018/08/13 09:38:00 UTC

[jira] [Updated] (SCB-838) SCB-838 @CookieValue do not support defaultValue

     [ https://issues.apache.org/jira/browse/SCB-838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

何一乐 updated SCB-838:
--------------------
    Summary: SCB-838  @CookieValue do not support defaultValue  (was: SCB-838 spring mvc @CookieValue do not support defaultValue)

> SCB-838  @CookieValue do not support defaultValue
> -------------------------------------------------
>
>                 Key: SCB-838
>                 URL: https://issues.apache.org/jira/browse/SCB-838
>             Project: Apache ServiceComb
>          Issue Type: Bug
>          Components: Java-Chassis
>            Reporter: 何一乐
>            Priority: Major
>
> @GetMapping("intCookieWithDefault")
>  public int intCookieWithDefault(@CookieValue(value = "input", defaultValue = "13") int input) {
>  return input;
>  }
> spring mvc @CookieValue do not support defaultValue



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)