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

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

SVN: 32820
parent cab19060
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ public class FileTemplateServiceServlet extends AbstractFileDownloadServlet
@Resource(name = ComponentNames.SESSION_MANAGER)
protected IOpenBisSessionManager sessionManager;
public FileTemplateServiceServlet()
protected 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