Re: History -- invalidating a page

2009-09-08 Thread El Mentecato Mayor
1) Use the History mechanism (search the GWT docs or this forum for details) 2) Use something like this in your spring security config (withing your http tag, assuming you have one): intercept-url pattern=/** access=ROLE_USER / or intercept-url pattern=/**

History -- invalidating a page

2009-07-22 Thread John Ivens
I hope that this is an easy question for all of you. I apologize if this has been answered before. I have set up security with LDAP and ACEGI, using jsp pages that are called when requests are intercepted via ACEGI. It works great. Upon successful login and determining that the user has the