Details
-
Type:
Task
-
Status:
In Progress
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: Grails-Crowd 0.5
-
Fix Version/s: Grails-Crowd 0.5
-
Component/s: None
-
Labels:None
Attachments
-
$i18n.getText("admin.common.words.hide")
- grails-crowd-0.5b1.zip
- 16/Sep/09 5:50 PM
- 4.79 MB
- Graham Bakay
-
- CrowdGrailsPlugin.groovy 5 kB
- application.properties 0.1 kB
- grails-app/conf/CrowdAuthConfig.groovy 0.7 kB
- grails-app/.../CrowdAuthMinimalConfig.groovy 0.3 kB
- grails-app/.../CrowdAuthSecurityFilters.groovy 14 kB
- grails-app/.../LoginController.groovy 3 kB
- grails-app/.../LogoutController.groovy 0.8 kB
- grails-app/i18n/messages.properties 0.6 kB
- grails-app/taglib/CrowdAuthTagLib.groovy 8 kB
- grails-app/taglib/CrowdTagLib.groovy 0.6 kB
- grails-app/utils/.../CrowdAuthUtils.groovy 2 kB
- grails-app/utils/.../util/CrowdUtils.groovy 0.8 kB
- grails-app/views/login/login.gsp 2 kB
- lib/XmlSchema-1.1.jar 125 kB
- lib/activation-1.1.jar 62 kB
- lib/commons-attributes-api-2.1.jar 35 kB
- lib/commons-beanutils-1.7.0.jar 184 kB
- lib/commons-codec-1.3.jar 46 kB
- lib/commons-collections-3.2.jar 558 kB
- lib/commons-httpclient-3.0.jar 273 kB
- lib/commons-lang-2.3.jar 240 kB
- lib/commons-logging-1.0.4.jar 37 kB
- lib/crowd-integration-client-1.6.1.jar 232 kB
- lib/ehcache-1.2.3.jar 203 kB
- lib/jaxen-1.1-beta-9.jar 227 kB
- lib/jdom-1.0.jar 150 kB
- lib/log4j-1.2.15.jar 383 kB
- lib/qdox-1.5.jar 77 kB
- lib/stax-api-1.0.1.jar 26 kB
- lib/stax-utils-20040917.jar 111 kB
$i18n.getText("admin.common.words.show")- grails-crowd-0.5b1.zip
- 16/Sep/09 5:50 PM
- 4.79 MB
- Graham Bakay
Activity
Hide
François Houdebert
added a comment -
Hello it works fine with crowd 1.6.1 but I get an uncaught ApplicationAccessDeniedException when I log with a valid user (login/password) but without the habilitations (no ldap groups).
Adding this block :
catch (ApplicationAccessDeniedException e) {
command.errors.reject("crowdAuth.accessDeniedException")
command.password= null
return [command:command]
}
in LoginController line 50, seems to solve the issue.
Show
François Houdebert
added a comment - Hello it works fine with crowd 1.6.1 but I get an uncaught ApplicationAccessDeniedException when I log with a valid user (login/password) but without the habilitations (no ldap groups).
Adding this block :
catch (ApplicationAccessDeniedException e) {
command.errors.reject("crowdAuth.accessDeniedException")
command.password= null
return [command:command]
}
in LoginController line 50, seems to solve the issue.
Grails-Crowd plugin v0.5b1