例子:
在 shiro.ini 我有:
# Change from FormAuthenticationFilter to VerboseFormAuthenticationFilter
authc=webapp.filters.VerboseFormAuthenticationFilter
authc.loginUrl=/login
authc.successUrl=/oncall
如何使用 Shiro Guice 执行上述操作?我对以下行感兴趣:
authc=webapp.filters.VerboseFormAuthenticationFilter