[エラー] [Spring security]There was an unexpected error (type=Forbidden, status=403). Forbidden
起きたこと
Spring-securityを利用して認証機能を実装。
ログイン処理成功後、検索フォームのsubmitを押下した際に表題のエラーが発生。
原因
<form action="/find">
<form action="/find">
Thymleafでtemplateを作成していたが、検索フォームのアクションの指定を
<form th:action="@{/find}">
に変更することで遷移可能となった。
終わりに
権限が無いってエラーだったのでconfigやController、Serviceを中心にデバッグしてたけどまさかのHTML内での出来事だったと・・・
なかなか気がつけなかったので備忘録として
Author And Source
この問題について([エラー] [Spring security]There was an unexpected error (type=Forbidden, status=403). Forbidden), 我々は、より多くの情報をここで見つけました https://qiita.com/TBATYOF/items/9d0497cb9cd1e3364bb2著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .