This is the second release since my last post — since 0.2.x these are the highlight changes:
- allow for simple listening/handling of Spring Security authentication/authorization events
- allow the application to participate/intercept at various points of the Spring Security filter chain.
- various defect fixes
Updated docs and release details are available here: http://www.grails.org/Stark+Security+Plugin
Rainer | 16-Jan-09 at 6:46 pm | Permalink
Hi Ola,
after I installed stark security plugin for a test drive, I got problems with Umlaut-characters in textinput fields. It seemed like they were posted as iso-8859-1 and not utf-8. I can’t guarantee that I did everything right, but removing the plugin immediately solved the charset problem. Maybe you can use this input for some tests. I guess you’d like some feedback
Ola Bildtsen | 26-Jan-09 at 5:37 pm | Permalink
Yes, others have noted this as well. There’s a JIRA defect out there for this: http://jira.codehaus.org/browse/GRAILSPLUGINS-804. It has been resolved and will be available with the release of stark-security version 0.4.2, which is coming soon. Thanks!