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

Key: LEDGE-81
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed/Completed
Priority: Major Major
Assignee: Damian Gajda
Reporter: Damian Gajda
Votes: 0
Watchers: 0
Operations

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

There is a static dependency on SecurityHelper in MVC

Created: 2004-08-20 12:04   Updated: 2004-08-31 18:33
Component/s: web.mvc, @implementation
Affects Version/s: 0.2
Fix Version/s: 0.3

Time Tracking:
Not Specified


 Description  « Hide
Static dependency makes it impossible to replace SecurityHelper implementation via inheritance, also disallows hooking up different security helpers for different MVC components (actions, comoponents and views).

The SecurityHelper should be declared as a component.

 All   Comments   Work Log   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order
Damian Gajda - 2004-08-20 12:10
Implemented as stated in issue description.

Rafał Krzewski - 2004-08-31 18:33
verified