[Mono-bugs] [Bug 343915] HttpListenerResponse - exception when changing contenttype

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Dec 1 08:45:37 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=343915#c1


Gert Driesen <gert.driesen at pandora.be> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |gert.driesen at pandora.be




--- Comment #1 from Gert Driesen <gert.driesen at pandora.be>  2007-12-01 06:45:36 MST ---
I'm not sure what we should do with this one. We indeed throw an
InvalidOperationException if you attempt to modify properties that affect the
HTTP headers after the response is sent.

MS only does this for a select number of properties (eg. ContentLength64). For
the other properties, MS allows you to modify the value but that value will of
course not be reflected in the response that the client receives.

While I believe our behavior makes more sense, the question is should we modify
it to match the MS implementation?


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list