Issue Type:
|
Bug
|
Affects Versions:
|
2.2-beta2
|
Assignee:
|
Andrea Aime
|
Components:
|
Security
|
Created:
|
11/Jun/12 8:41 AM
|
Description:
|
LDAPAuthenticationProvider extends DelegatingAuthenticationProvider and on construction sets authProvider in DelegatingAuthenticationProvider to its own LDAPAuthenticationProvider-instance.
LDAPAuthenticationProvider doAuthenticate is called which does
UsernamePasswordAuthenticationToken auth =
(UsernamePasswordAuthenticationToken) super.doAuthenticate(authentication, request);
And DelegatingAuthenticationProvider does:
return authProvider.authenticate(authentication);
And round we go.
|
Project:
|
GeoServer
|
Priority:
|
Major
|
Reporter:
|
Fredrik Holmqvist
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your [JIRA administrators](https://jira.codehaus.org/secure/ContactAdministrators!default.jspa).
For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)