Skip to content

Commit

Permalink
fix: Changed servlet initialization mechanism so that servlet that re…
Browse files Browse the repository at this point in the history
…quests load on startup are initialized right away, as part of the initialization() method call in LambdaServletContainerHandler. Also centralized the lazy Servlet initialization to the ServletExecutionFilter so that we don't have code scattered all around. This begins to address aws#287
  • Loading branch information
sapessi authored and jogep committed Dec 8, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ec3e66a commit 07a4a90
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -24,6 +24,7 @@
import org.springframework.web.servlet.DispatcherServlet;

import javax.servlet.Servlet;
import javax.servlet.ServletException;
import javax.servlet.ServletRegistration;
import javax.servlet.http.HttpServletRequest;

0 comments on commit 07a4a90

Please sign in to comment.