File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Spring and the fly likes Acegi Security 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 "Acegi Security" Watch "Acegi Security" New topic
Author

Acegi Security

ParulD Tripathi
Greenhorn

Joined: Jul 28, 2008
Posts: 1
If I explicitly set session attribute AbstractProcessingFilter.ACEGI_SAVED_REQUEST_KEY to null in the first action class that is called after login. Will it create any problem?

Following lines of code are added :-
request.getSession().setAttribute(AbstractProcessingFilter.ACEGI_SAVED_REQUEST_KEY, null);

 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Acegi Security
 
Similar Threads
SCJP Brainteaser (1)
object reference variables as literals?
What value does readLine() return when it has reached the end of a file
WA #1.....word association
Values of Hash Map to be 2-dimensional array