問題タブ [websecurity]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
security - 一部のページでセキュリティ構成により antMatchers() を使用できません
セキュリティ構成により、一部のページで antMatchers() を使用できません。以下は、サインインしていないユーザーに「/」、「/entries」、「/signup」へのアクセスを許可しようとしている構成コードです。「/signup」を使用すると、そのページにアクセスできても問題はありませんが、「/」または「/entries」にアクセスしようとすると、ログイン ページにリダイレクトされ続けます。各 uri を個別の antMatchers() と切り替え順序で記述しようとしましたが、今のところうまくいきません。