Я только что создал новое приложение Grails,
все было хорошо, пока я не решил
установить Spring Security Core.
После установки Spring Security Core
сделать s2-быстрый старт и нажать
Grails Run-приложение, оно произвело
следующая ошибка:
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