[Mono-bugs] [Bug 585455] HttpListener does not handle authentication completely

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Mar 8 02:32:45 EST 2010


http://bugzilla.novell.com/show_bug.cgi?id=585455

http://bugzilla.novell.com/show_bug.cgi?id=585455#c2


--- Comment #2 from Atsushi Enomoto <aenomoto at novell.com> 2010-03-08 07:32:45 UTC ---
Created an attachment (id=347033)
 --> (http://bugzilla.novell.com/attachment.cgi?id=347033)
Another candidate patch

This patch also fixes the WCF authentication issue. The problem was that the
request body content in the previous request (i.e. the one without
Authorization header) was somehow alive while processing the next request (with
Authorization header). My patch adds a workaround to consume the input stream
(which is not handled anyways), but there might be more efficient way to do it.
But at least, this perfectly fixes the WCF sample.

-- 
Configure bugmail: http://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