Skip to content

Commit

Permalink
[SHIRO-735] Enable servlet async support.
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Marwell <bmarwell@gmail.com>
  • Loading branch information
bmarwell committed Jan 10, 2020
1 parent 80631e7 commit f81b6f4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<filter>
<filter-name>ShiroFilter</filter-name>
<filter-class>org.apache.shiro.web.servlet.ShiroFilter</filter-class>
<async-supported>true</async-supported>
</filter>

<filter-mapping>
Expand All @@ -41,6 +42,7 @@
<dispatcher>FORWARD</dispatcher>
<dispatcher>INCLUDE</dispatcher>
<dispatcher>ERROR</dispatcher>
<dispatcher>ASYNC</dispatcher>
</filter-mapping>

</web-fragment>
</web-fragment>

0 comments on commit f81b6f4

Please sign in to comment.