Re: [Mono-dev] HttpListener and basic auth

2008-04-03 Thread Andrés G. Aragoneses
Maciej Paszta wrote:
 Hello Guys,
 
 I'm developing standalone service provider that uses HttpListener to 
 serve appropriate requests. I'm having difficulty using Basic 
 Authentication (not to say that it doesn't work at all). I'm using Mono 
 1.2.6 and the following testcase was performed on Windows, MacOS and Linux:
 
 
 The expected result is that browser shows login window when one can 
 enter username and password. Unfortunately it doesn't. Method 
 AuthenticationSelector is not called at all and the program throws 
 NullReference exception in line 52. The following code was tested on 
 .NET 2.0 and there it works as supposed.
 

Report the bug and attach the testcase:

http://www.mono-project.com/Bugs

Thanks,

Andres

-- 

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] HttpListener and basic auth

2008-04-01 Thread Maciej Paszta

Hello Guys,

I'm developing standalone service provider that uses HttpListener to  
serve appropriate requests. I'm having difficulty using Basic  
Authentication (not to say that it doesn't work at all). I'm using  
Mono 1.2.6 and the following testcase was performed on Windows, MacOS  
and Linux:





Program.cs
Description: Binary data





The expected result is that browser shows login window when one can  
enter username and password. Unfortunately it doesn't. Method  
AuthenticationSelector is not called at all and the program throws  
NullReference exception in line 52. The following code was tested  
on .NET 2.0 and there it works as supposed.


Best regards,
Maciej Paszta ___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list