+1

2011/9/20 Xephonic <[email protected]>

>  I've integrated Spring Security with GWT, and it appears to mostly
> work. I'm having a caching issue with the main html page in IE and
> Chrome, however.
>
> I've separated out Spring Security login to a login.jsp that redirects
> to my Application.html page (the GWT page), and when I first start the
> app and access the page, it appears to be working fine in all
> browsers. I get directed to the login page, because I'm not
> authenticated.
>
> The issue is that in Chrome or IE, if i close the browser after a
> successful login, and directly browse back to that Application.html
> URL, it still renders as if I'm authenticated. I look in my console,
> and the log statements for spring security verify I am not
> authenticated. The moment i hit f5 to refresh the page, I get directed
> back to the login.jsp url.
>
> I'm lead to believe this is some caching issue because when I close
> the browser and reopen to the html page, even though it renders like
> I'm logged in, the console log statements say I'm not, and if I run in
> debug mode, the OnModuleLoad() in Application.java never gets hit.
>
> Finally, this appears to work properly in firefox...If anyone has seen
> this issue or has any advice of where I need to look to fix, I would
> greatly appreciate the assistance.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to