-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
Workaround Exists
-
-
Undefined
When there are (e.g.) multiple SetCookie headers in an HttpResponse with String-Values then only one of them will make it to the actual vertx response as the headers overwrite each other.
The cause may be found here:
Where "set" is used instead of "add".
- is cloned by
-
RESTEASY-2860 resteasy-vertx: Response Headers with String value of same type are overwritten
- Closed