(Apologies for bad wording in title...can't seem to edit that)
Type: Posts; User: MrStanaland; Keyword(s):
(Apologies for bad wording in title...can't seem to edit that)
After upgrading from Acegi to Spring Security, I am trying to recreate the old behavior that would allow showing a "Session Expired" message on the login page while still redirecting to the original...
Thanks for the explanation. I had seen that quote in the javadoc as I have been trying to research this thoroughly--I am essentially trying to find what constitutes an indication that the...
(I have the same question and wanted to subscribe in case anyone responds).
dejanmr, could you explain how you tested whether attributes are cleared when a different controller is visited. When I...
Thanks roach, your reasoning matches my suspicions. However, even though you confirmed my suspicions, I have no idea for a "right" solution. That being said, I did find a work around. In my dao...
Spent many hours on this problem...hope somebody can help:
I have a spring hibernate web application using acegi for security.
I am using an OpenSessionInViewInterceptor
A dao extends...