Skip to content

Commit

Permalink
ARQ-2009 Update to use Servlet 2.5 supported getServletContext
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakknutsen committed Jan 27, 2016
1 parent 90972fb commit 92f7cbb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -127,7 +127,7 @@ protected void execute(HttpServletRequest request, HttpServletResponse response)
cmd = request.getParameter(PARA_CMD_NAME);
}

currentServletContext.set(request.getServletContext());
currentServletContext.set(getServletContext());
currentCall.set(className + methodName);

if(CMD_NAME_TEST.equals(cmd))
Expand Down

0 comments on commit 92f7cbb

Please sign in to comment.