[Mono-bugs] [Bug 560679] HttpListener with Basic authentication raises an error when a non-Basic request arrived
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Dec 4 02:02:03 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=560679
http://bugzilla.novell.com/show_bug.cgi?id=560679#c1
--- Comment #1 from Atsushi Enomoto <aenomoto at novell.com> 2009-12-04 07:02:02 UTC ---
Actually I described the repro in too short time.
To send non-authenticating request, I used:
wget http://localhost:8080
To send authenticating one:
wget http://localhost:8080 --user=aaa --http-passwd=
Turned out that mono still throws an error even for the latter case. Probably
Basic authentication stack has some incomplete pieces.
--
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