Skip to content

Commit

Permalink
Merge pull request #193 from bmhm/SHIRO-735
Browse files Browse the repository at this point in the history
[SHIRO-735] Enable servlet async support.
  • Loading branch information
fpapon committed Jan 16, 2020
2 parents a7b37f6 + f81b6f4 commit 5799afe
Showing 1 changed file with 3 additions and 1 deletion.
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 5799afe

Please sign in to comment.