derekypp peng
unread,Jan 25, 2010, 3:16:02 AM1/25/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grail...@googlegroups.com
grails 的acegi plugin 0.5.2 之前都運作的好好的
結果我下了grails clean 再跑就一直出現
Error 500: INTERNAL_SERVER_ERROR
Servlet: default
URI: /childminder/cmApplyMatch/list
Exception Message:
Caused by:
Class: GrailsAuthenticationProcessingFilter
At Line: [56]
Code Snippet:
去查看了56行
void doFilterHttp(HttpServletRequest request, HttpServletResponse response,
FilterChain chain) throws IOException, ServletException {
SecurityRequestHolder.set request, response
try {
super.doFilterHttp(request, response, chain) //這裡是56 也看不是哪裡錯,只是它一直被catch 到 跑了SecurityRequestHolder.reset()
}
finally {
SecurityRequestHolder.reset()
}
}
請問各位大大,要從何debug或是有人也遇到這個問題過嗎?