Loading projects/cadcAccessControl-Server/src/ca/nrc/cadc/ac/server/web/UserServlet.java +1 −0 Original line number Diff line number Diff line Loading @@ -123,6 +123,7 @@ public class UserServlet extends HttpServlet private void doAction(UserActionFactory factory, HttpServletRequest request, HttpServletResponse response) throws IOException { profiler.checkpoint("startNewRequest"); long start = System.currentTimeMillis(); UserLogInfo logInfo = new UserLogInfo(request); Loading Loading
projects/cadcAccessControl-Server/src/ca/nrc/cadc/ac/server/web/UserServlet.java +1 −0 Original line number Diff line number Diff line Loading @@ -123,6 +123,7 @@ public class UserServlet extends HttpServlet private void doAction(UserActionFactory factory, HttpServletRequest request, HttpServletResponse response) throws IOException { profiler.checkpoint("startNewRequest"); long start = System.currentTimeMillis(); UserLogInfo logInfo = new UserLogInfo(request); Loading