新しい grails-app を作成したところです。Spring
Security Core をインストールする
までは問題ありませんでした。
Spring Security Core をインストールし
て s2-quickstart を
実行し、grails run-app を実行すると、
次のエラーが発生しました。
URI
/test1/
Class
java.lang.IllegalStateException
Message
No thread-bound request found: Are you referring to request attributes outside of an actual web request, or processing a request outside of the originally receiving thread? If you are actually operating within a web request and still receive this message, your code is probably running outside of DispatcherServlet/DispatcherPortlet: In this case, use RequestContextListener or RequestContextFilter to expose the current request.
これを修正する方法を知っている人はいますか?
お役に立てば
幸いです。
他のウェブサイトで回答を探してみまし
たが、解決できませんでした。:)
ところで、私は使用しています:
Spring Security Core 1.2.4
Grails 2.0.0.RC1