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

SSDM-1195 : PAPER - OPENBIS - Mechanism in openBIS to use servlets using the session token

SVN: 32819
parent e7121f31
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,7 @@ public class FileTemplateServiceServlet extends AbstractFileDownloadServlet
@Resource(name = ComponentNames.SESSION_MANAGER)
protected IOpenBisSessionManager sessionManager;
@Private
FileTemplateServiceServlet()
public FileTemplateServiceServlet()
{
setSynchronizeOnSession(true);
setRequireSession(false); // To allow upload a file for usage from an API given a session token we will manage an alternative session validation programatically.
......
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