@CookieValue is not parsed correctly
See original GitHub issueI used @CookieValue but the argument is parsed as body parameter instead.
Could you help fix this issue ?
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Developers - @CookieValue is not parsed correctly - - Bountysource
CookieValue is not parsed correctly. ... I used @CookieValue but the argument is parsed as body parameter instead. Could you help fix this...
Read more >Safari not saving cookie value correctly - Stack Overflow
Cookie values can't contain spaces, which your JSON does have. Try to properly encode it using encodeURIComponent() . – Ivar. 8 mins ago....
Read more >If Cookie value is JSON string, then it is not - JBoss.org
When the cookie with JSON object is sent to wildfly 8.1 container, then it is not getting parsed correctly. If that JSON string...
Read more >setcookie - Manual - PHP
But why do you make it so complicated and risk it not working, when the client's time ... setcookie('TestCookie', 'The Cookie Value', $arr_cookie_options);...
Read more >Set Cookies with Google Tag Manager (also read and delete ...
Unfortunately, I still see many marketers (working with GTM) suffering over not being able to fire Tags for returning visitors, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

+1 to @jaydenlin’s request. It’s a little frustrating to have to create so much extra config for one parameter. However, thanks to @mmsoares for the workaround config I have what I need. I had to update my
isCookieValueslightly to allow for the deprecatedmethodParameter()Using Springfox 2.9.2:
I second @jaydenlin. This feature would be really appreciated. Until this feature is supported natively, I have written a custom
ParameterBuilderPluginas suggested by @dilipkrish. I am pasting it here so that other people reading this issue don’t have to spend a couple of hours figuring out how to write it (as I had to) 😃Using Springfox 2.4.0: