[Mono-bugs] [Bug 363404] New: Date header should not be added by HttpResponse

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Feb 20 15:47:37 EST 2008


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: mhabersack at novell.com
        ReportedBy: kornelpal at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list