Issue Details (XML | Word | Printable)

Key: FLEX-109
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Jeremy Grelle
Reporter: Jeremy Grelle
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Spring BlazeDS Integration

Automatically configure a unique AccessDecisionManager instance for use by the security integration internals

Created: 08/Feb/10 07:39 PM   Updated: 09/Feb/10 02:51 PM   Resolved: 09/Feb/10 02:51 PM
Component/s: None
Affects Version/s: 1.0.2
Fix Version/s: 1.0.3

Time Tracking:
Not Specified

Spring Forum Reference:: http://forum.springsource.org/showthread.php?t=84376


 Description  « Hide
Currently in the Spring Security 3 support, we try to auto-detect a unique AccessDecisionManager for use by the <flex:secured-channel> implementation. An error is thrown if there are more than one AccessDecisionManager in the context, which is now common practice in version 3. Instead of trying to re-use one of the internal Spring Security instances, we should just configure one specific to the needs of <flex:secured-channel> so as to avoid conflicts.

See the referenced forum thread for an example of the problem, and for the ideal way to work around it in the meantime.

There are no comments yet on this issue.