
| Key: |
TRAILS-50
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Won't Fix
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Ken in nashua
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
Trails
Created: 31/May/07 02:32 PM
Updated: 31/May/07 02:47 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
1.0.0,
1.1.0,
1.0.1
|
| Fix Version/s: |
1.0.0,
1.1.0,
1.0.1
|
|
When logging in as ROLE_MANAGER (specufying this in acegi xml file)
and using the following restriction sequence...
@Security(restrictions = {
@Restriction(restrictionType = RestrictionType.UPDATE,
requiredRole = "ROLE_ANONYMOUS,ROLE_USER,ROLE_MANAGER"),
@Restriction(restrictionType = RestrictionType.REMOVE,
requiredRole = "ROLE_ANONYMOUS,ROLE_USER,ROLE_MANAGER"),
@Restriction(restrictionType = RestrictionType.VIEW,
requiredRole = "ROLE_ANONYMOUS,ROLE_USER,ROLE_MANAGER") })
browser sits hanging in an infinite loop
|
|
Description
|
When logging in as ROLE_MANAGER (specufying this in acegi xml file)
and using the following restriction sequence...
@Security(restrictions = {
@Restriction(restrictionType = RestrictionType.UPDATE,
requiredRole = "ROLE_ANONYMOUS,ROLE_USER,ROLE_MANAGER"),
@Restriction(restrictionType = RestrictionType.REMOVE,
requiredRole = "ROLE_ANONYMOUS,ROLE_USER,ROLE_MANAGER"),
@Restriction(restrictionType = RestrictionType.VIEW,
requiredRole = "ROLE_ANONYMOUS,ROLE_USER,ROLE_MANAGER") })
browser sits hanging in an infinite loop |
Show » |
|