MockRoundtrip.execute() does not copy Cookies from Request into Response
------------------------------------------------------------------------
Key: STS-744
URL: http://www.stripesframework.org/jira/browse/STS-744
Project: Stripes
Issue Type: Bug
Affects Versions: Release 1.5.3
Reporter: Karen
After calling MockRoundtrip.execute() the Response object does not contain any
Cookies that were on the Request object. In a servlet container however all
Cookies from the Request are put on the Response unless they are explicitly
removed in the servlet code.
I propose to let the MockRoundtrip.execute() provide the same kind of behavior,
by simply copying the Request Cookies into the Response (before any actionbeans
are executed).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://www.stripesframework.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development