I've figured out a workaround, and it works - not pretty though. I use Sitemesh, and all of my secure pages use the same decorator - at the top of that decorator I have the following (edit - goes at...
Type: Posts; User: paulnw; Keyword(s):
I've figured out a workaround, and it works - not pretty though. I use Sitemesh, and all of my secure pages use the same decorator - at the top of that decorator I have the following (edit - goes at...
I have an Acegi protected web application, and I've been going in circles trying to get IE 6 to behave correctly with Acegi's ChannelProcessingFilter. Everything works as advertized in Moz/Firefox....
Short Version: Do you have to specifically call setCacheSeconds(-1), then set your own custom headers for any formController delivering content over HTTPS?
Long:
I've finally figured out a...
I found the problem and can now apply a fix. It finally dawned on me that the secure pages I was having problems with - I had thought it was all of them - were form controller backed pages. I did...
Thanks for responding. At this point, I'll take any suggestions - specific or otherwise. I looked over the web.xml files for both applications as well as the default for the server, and cannot find...
I have been working happily w/ Acegi until it came time to test some parts of my web app w/ IE. I have since learned that IE has a *feature* where it does not download linked content from a secure...