History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: TRAILS-56
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Ken in nashua
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Trails

Security is broken, ROLE_ANONYMOUS is constrained from creating users - impact from merge 582

Created: 05/Jun/07 11:21 AM   Updated: 14/Jun/07 09:06 PM
Component/s: None
Affects Version/s: 1.1.0
Fix Version/s: 1.1.0

Time Tracking:
Not Specified

Environment: XP Pro, MySQL, HSql


 Description  « Hide
Security is broken, ROLE_ANONYMOUS is constrained from creating users while classes are all configured by annotations to VIEW,UPDATE,REMOVE via ROLE_ANONYMOUS.

Using the original (anticipated to be deprecated) security model, I try to create a Person (using roster demo). Note that Person implements UserDetails and gets stored in his own table but joins independently successfully to the Role table.

Refer to roster demo for more details on taxonomy. This was working last week. I could add Coaches and others... but cannot now.

I created a seeded entity Anonymous (which gets populated to the User table successfully), but trails will not permit me to login as such afterwards. So I am not sure if I am authenticating properly to see results.

Only user and admin are allowed to login.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Kalle Korhonen - 14/Jun/07 09:06 PM
You should not create an anonymous role entity. It's all Acegi configuration. Works ok in the security example, likely a problem in your application configuration.