Re: IE SSL cache bug

2008-04-20 Thread Mr. Pierre Frisch
I will be happy to add this work around it it trips many people it is worth it. Thanks Pierre -- Pierre Frisch [EMAIL PROTECTED] On Apr 20, 2008, at 11:32, Chuck Hill wrote: On Apr 20, 2008, at 11:06 AM, Mr. Pierre Frisch wrote: Could you please file a bug report? Including the fix :).

Re: IE SSL cache bug

2008-04-20 Thread Chuck Hill
On Apr 20, 2008, at 11:06 AM, Mr. Pierre Frisch wrote: Could you please file a bug report? Including the fix :). But, I don't know how to fix IE! :-) Which is why I had not reported this as a WO bug: it isn't. But I will happily file this as an enhancement request. Chuck Thank y

Re: IE SSL cache bug

2008-04-20 Thread Mr. Pierre Frisch
Could you please file a bug report? Including the fix :). Thank you Pierre -- Pierre Frisch [EMAIL PROTECTED] On Apr 18, 2008, at 21:34, Chuck Hill wrote: That is a great bug, isn't it! I have enjoyed it many times over the years. Here is a class that I wrote that seems to fix this. It

Re: IE SSL cache bug

2008-04-19 Thread Kieran Kelleher
Hi Joe, I have used the following solution for a few years without problems. YMMV. http://homepage.mac.com/kelleherk/iblog/C463983418/E102943740/index.html HTH, Kieran On Apr 19, 2008, at 12:25 AM, Joe Little wrote: I have an application that uses SSL for the entire session, which is a go

Re: IE SSL cache bug

2008-04-19 Thread Chuck Hill
On Apr 18, 2008, at 11:39 PM, Joe Little wrote: So, the method is placed in Application, but the snipped of code should be in, for example, Response.java and then imported into Application? I'm just making sure I'm not missing something obvious to activate the below. That is right. Chuck O

Re: IE SSL cache bug

2008-04-18 Thread Joe Little
So, the method is placed in Application, but the snipped of code should be in, for example, Response.java and then imported into Application? I'm just making sure I'm not missing something obvious to activate the below. On Fri, Apr 18, 2008 at 9:34 PM, Chuck Hill <[EMAIL PROTECTED]> wrote: > That

Re: IE SSL cache bug

2008-04-18 Thread Chuck Hill
That is a great bug, isn't it! I have enjoyed it many times over the years. Here is a class that I wrote that seems to fix this. It is for 5.3, can be trimmed for 5.4. Add this to your project, then add this method to Application: public WOResponse createResponseInContext(WOContext

IE SSL cache bug

2008-04-18 Thread Joe Little
I have an application that uses SSL for the entire session, which is a good thing. However, I have some IE users who can't download PDFs and other documents out of the site. Its related to this Microsoft knowledge base item: http://support.microsoft.com/?kbid=323308 More specifically, it would ap