Skip to content

Commit

Permalink
Fix configuration for the verify-access-key filter
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Sep 17, 2022
1 parent 5ce82fb commit 247d2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awa/config/users.xml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
</context-param>

<context-param>
<param-name>verify-filter.redirect</param-name>
<param-name>verify-access-key.redirect</param-name>
<param-value>#{contextPath}/auth/login.html</param-value>
<description>URI to redirect to the login page</description>
</context-param>
Expand Down

0 comments on commit 247d2b1

Please sign in to comment.