El jue, 15-07-2004 a las 15:27, Igor Georgiev escribi�:
> Request.IsSecureConnection always return FALSE !!!
> 
> public sealed class HttpRequest {
> .........
>     private HttpWorkerRequest _WorkerRequest;
> .........
>     public bool IsSecureConnection {
>             get {
>                 if (null != _WorkerRequest) {
>                 return _WorkerRequest.IsSecure();
>             }
>             return false;
>         }
>     }

No wonder. Our System.Web does not support anything related to SSL. You
can even use apache+mod_ssl + mod_mono and xsp will not know that the
connection is encrypted. I think there's already a bug for this, if not
feel free to use bugzilla.

-Gonzalo


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to