[Mono-bugs] [Bug 488702] New: HttpResponse: all headers are consired as "unknown" headers
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Mar 25 09:59:11 EDT 2009
https://bugzilla.novell.com/show_bug.cgi?id=488702
Summary: HttpResponse: all headers are consired as "unknown"
headers
Classification: Mono
Product: Mono: Class Libraries
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at lists.ximian.com
Found By: ---
In HttpResponse.WriteHeaders we invoke
HttpWorkerRequest.SendUnknownResponseHeader for all headers regardless whether
they are known or not.
We should be invoking HttpWorkerRequest.SendKnownResponseHeader for all known
response headers.
I've added a WriteHeaders test to HttpResponseTest.cs that allows you to
reproduce this issue.
--
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