Hi guys, One of the Grails users is currently using a standard JSecurity filter with the plugin. I have seen so far that one can configure a login URL for said filter using a configuration like:
myFilter.loginUrl = /login However, the standard login page provided by the plugin expects a "targetUri" parameter containing the URL of the page the user originally tried to access. The "login" page POSTs to a "/signIn" URL, which then redirects back to "targetUri" if the sign-in is successful. Is it possible to specify this in the config? Does the filter set a different implicit variable containing the URL to redirect to? Thanks, Peter
