[Mono-bugs] [Bug 323564] Basic authorization web page access fails under mono if compiled in Visual Studio 2005

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Nov 3 12:29:08 EDT 2007


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


Miguel de Icaza <miguel at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |miguel at novell.com
             Status|NEW                                             |RESOLVED
         Resolution|                                                |FIXED




--- Comment #1 from Miguel de Icaza <miguel at novell.com>  2007-11-03 10:29:06 MST ---
This bug seems to be fixed;

You can try the program with the following arguments:

mono sample.exe http://tirania.org/test/index.html miguel miguel

I setup basic authentication there with the following in .htaccess:

AuthType Basic
AuthName "By Invitation Only"
AuthUserFile
/kunden/homepages/31/d174196883/htdocs/web/tirania.org/test/passwords
Require valid-user


-- 
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