Skip to content
Snippets Groups Projects
Commit 4b83d85f authored by juanf's avatar juanf
Browse files

SSDM-4718 : Image download support, session is now checked with parameters and cookies

SVN: 38390
parent 7e4ba710
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ public final class AttachmentDownloadServletTest
will(returnValue(CommonTestUtils.TECH_ID.toString()));
one(servletRequest).getParameter(GenericSharedConstants.SESSION_ID_PARAMETER);
will(returnValue(null));
one(servletRequest).getCookies();
one(servletRequest).getSession(false);
will(Expectations.returnValue(httpSession));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment