This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Spring and the fly likes @Secured Annotation Not Working Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "@Secured Annotation Not Working" Watch "@Secured Annotation Not Working" New topic
Author

@Secured Annotation Not Working

Mike London
Ranch Hand

Joined: Jul 12, 2002
Posts: 948
I have a method in a @Controller where I ONLY want that method to execute if the user role="ADMIN".

This method handles the POST from a JSP as shown below.



The problem is that, regardless of the user role, the code in the method executes!

I've tried adding an additional point-cut to the security context file for that @Controller class, but that didn't work either.

Look forward to any suggestions.

Thanks,

mike

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: @Secured Annotation Not Working
 
Similar Threads
he doesn't ask for authenticate
Form based login
Secure Log In Question
Form Authentication not working
Getting defined security-roles programatically