diff --git a/.gitignore b/.gitignore index 4202a57..282433f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ .settings/ -stacktrace.log build/ eclipse/ plugin.xml @@ -8,4 +7,7 @@ test/reports/ work/ /web-app/ grails-shiro*.zip -*.iml \ No newline at end of file +*.iml +.idea/** +*.log +grails-app/conf/UrlMappings.groovy \ No newline at end of file diff --git a/ShiroGrailsPlugin.groovy b/ShiroGrailsPlugin.groovy index 7366824..deea6fa 100644 --- a/ShiroGrailsPlugin.groovy +++ b/ShiroGrailsPlugin.groovy @@ -41,9 +41,11 @@ import org.codehaus.groovy.grails.commons.GrailsClassUtils import org.codehaus.groovy.grails.plugins.web.filters.FilterConfig import org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator +import javax.servlet.Filter + class ShiroGrailsPlugin { - def version = "1.2.1" + def version = "1.2.2-SNAPSHOT" def grailsVersion = "1.2 > *" def author = "Peter Ledbrook" def authorEmail = "peter@cacoethes.co.uk" diff --git a/application.properties b/application.properties index b0d6bf9..dd2c9d1 100644 --- a/application.properties +++ b/application.properties @@ -1,2 +1,5 @@ -app.grails.version=2.2.4 +#Grails Metadata file +#Fri May 30 11:26:10 EST 2014 +app.grails.version=2.3.7 app.name=grails-shiro +app.servlet.version=2.5 diff --git a/scripts/CreateLdapRealm.groovy b/scripts/CreateLdapRealm.groovy index 993f729..68bbe07 100644 --- a/scripts/CreateLdapRealm.groovy +++ b/scripts/CreateLdapRealm.groovy @@ -23,7 +23,7 @@ includeTargets << grailsScript("_GrailsArgParsing") includeTargets << new File(shiroPluginDir, "scripts/_ShiroInternal.groovy") USAGE = """ - create-db-realm [--prefix=PREFIX] + create-ldap-realm [--prefix=PREFIX] where PREFIX = The prefix to add to the name of the realm. This may include a