https://bugzilla.novell.com/show_bug.cgi?id=404083

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=404083#c3





--- Comment #3 from Hubert FONGARNAND <[EMAIL PROTECTED]>  2008-06-26 08:37:54 
MDT ---
Robert,

in fact when there is no Response.Expires or cache parameter, the header is set
to : Cache-Control: private

but when you only put Response.Expires=xxx

the header is set to Cache-Control: no-cache and Expires: -1  

please test this : 

protected override void OnLoad (EventArgs e)
                {
                        base.OnLoad (e);
                        Response.Clear();
                        Response.Expires=120;

Response.WriteFile("/home/hubert/Documents/images/system2.png");
                        Response.End();

                }


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to