[Mono-bugs] [Bug 327310] Mono reports wrong exception when there is no certificate

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Sep 22 11:16:44 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=327310#c3





--- Comment #3 from Sebastien Pouliot <spouliot at novell.com>  2007-09-22 09:16:43 MST ---
Older version of Mono (like my system-installed 1.1.13.8) works correctly.

poupou at pollux:~/src/bugzilla> /usr/bin/mono --version
Mono JIT compiler version 1.1.13.8, (C) 2002-2005 Novell, Inc and Contributors.
www.mono-project.com
        TLS:           __thread
        GC:            Included Boehm (with typed GC)
        SIGSEGV      : normal
poupou at pollux:~/src/bugzilla> /usr/bin/mono https.exe
before
    <html> <head> <title>  Redirecting  </title> <meta content="0;
url='http://mail.google.com/mail?ui=html&amp;zy=l'" http-equiv="refresh">  
</head> <body alink="#ff0000" text="#000000" vlink="#551a8b" link="#0000cc"
bgcolor="#ffffff"> <script type="text/javascript" language="javascript"><!--

    location.replace("http://mail.google.com/mail?ui\u003dhtml&zy\u003dl")
  //--> </script> </body> </html>


after

poupou at pollux:~/src/bugzilla> mono https.exe

Unhandled Exception: System.Net.WebException: The remote server returned an
error: (501) Not Implemented.
  at System.Net.HttpWebRequest.CheckFinalStatus (System.Net.WebAsyncResult
result) [0x00000]
  at System.Net.HttpWebRequest.SetResponseData (System.Net.WebConnectionData
data) [0x00000]


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