I've been having an odd caching/refresh issue with my application.  I
have my GWT (1.6.4) app secured with Spring Security (2.0.4).  For the
most part, this works perfectly.  I have a login page which redirects
to my entry point page once authenticated, and any attempt to access
my entry point page without being authenticated redirects to the login
page.  However sometimes when the redirect is performed on login I get
a blank entry point page and the browser shows that loading is
complete.  When I look at the page source, the entry point HTML is
there along with the reference to the generated nocache js.  However,
my app doesn't load and the page title doesn't appear in the browser
tab, just the URL.

I'm wondering if this is caching related, but this is just my best
guess.  If I refresh the page, the app always pops right up.  It's
happening across all browsers.  Any ideas?

What I'm using:
GWT 1.6.4
SmartGWT 1.1
Tomcat 6

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

Reply via email to