Re: Spring Security login forwarding to blank page issue

2009-06-12 Thread El Mentecato Mayor
I'm experiencing the same. So far I'm blaming the problem on the application not being production ready yet, so it is buggy and sometimes I see some javascript errors. As these errors go away and the application stabilizes, I'll take a look at the problem more closely. But of course, if somebody

Re: Spring Security login forwarding to blank page issue

2009-06-01 Thread tim.clymer
Perhaps this may help in providing an answer. When I log out from my app and go to a different browser tab and go to the URL of my app, I'd expect to see a login screen. Instead, it seems as though the browser is caching the page and attempting to make calls to my services. In the response to t

Spring Security login forwarding to blank page issue

2009-06-01 Thread tim.clymer
I've done a bit of searching around the forums but haven't seen this issue crop up (though there are plenty of blank page issues from what I've seen). I'm having an intermittent issue where when I login to my application (I use Spring Security as my security framework), it forwards to my app's HT