mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
do not create http session to pass mercurial environment for cgi
This commit is contained in:
@@ -314,7 +314,7 @@ public class HgCGIServlet extends HttpServlet
|
||||
addCredentials(executor.getEnvironment(), request);
|
||||
|
||||
// unused ???
|
||||
HttpSession session = request.getSession();
|
||||
HttpSession session = request.getSession(false);
|
||||
|
||||
if (session != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user