SPRING SECURITY WITH GRAILS

http://blog.springsource.com/2010/08/11/simplified-spring-security-with-grails/
を参考にGrailsアプリにSpring Securityを導入。

基本的にはサイトの手順どおりでOKだが、注意する点は以下。

Update As of version 1.2 of the Spring Security Core plugin, the generated User class automatically encodes the password when an instance is saved. Hence you no longer need to explicitly use SpringSecurityService.encodePassword()

とあるように、version1.2以降では、「SpringSecurityService.encodePassword()」を使う必要なし。

未解決課題:
Spring Securityを導入したら、日本語が文字化けするようになった。
回避策はあるのだろうか?(なきゃ困るがw)

追記:
Grails2.0.0にアップグレードすることにより解決しました。