Description
When you set a cookie before calling Component.continueToOriginalDestination() the cookie is discarded and not passed to the client browser.
Example code:
new CookieUtils().save("mycookie", "value");
continueToOriginalDestination();
The cookie "mycookie" does not get set.