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


           Summary: Date header should not be added by HttpResponse
           Product: Mono: Class Libraries
           Version: 1.9.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: Development


HTTP specs require Date header but that's the responsibility of the web server
and is implemented by all major web servers. Note that MS.NET does not add a
Date header.

This will result in duplicate Date headers on servers adding a Date header and
not filtering Date headers.

If a specific server needs a Date header that should be solved in the Mono to
server interface rather than in ASP.NET itself. Similary XSP should add Date
header itself rather than relying on ASP.NET.

r95130 provides a fix for java but the entire conditional code should be
removed:
http://lists.ximian.com/pipermail/mono-patches/2008-February/109976.html


-- 
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