I have a filter mapped to /* and my security constraint is mapped to /*.
The filter perfoms a request forward when the application is not configured (an entry in the database).
When I access the application I am expecting to see the login page that is served up by the j_securit_check but instead the filter is executed and the forward is performed. This ends in a loop as I never get to the login page.
フィルターが処理される前にセキュリティ チェックが実行されたと思いましたか?
これは WebSphere 8.0.0.4 です。Tomcat と JBoss の下で正常に機能します。
読んでくれてありがとう。