Category Archives: Programming

Custom Security Filter for Grails Spring Security 3 plugin

Introduction I am converting an existing set of Java servlets to Grails. These servlets act as a RESTful API which take in addition to the API’s specific parameters two parameters to authenticate the request before handing over the information. In … Continue reading

Posted in Programming | Tagged , , | 1 Comment