[Mono-bugs] [Bug 479406] New: HttpWebRequest failure for IPV6 literal URLs

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Feb 25 03:12:44 EST 2009


https://bugzilla.novell.com/show_bug.cgi?id=479406


           Summary: HttpWebRequest failure for IPV6 literal URLs
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.2.x
          Platform: i586
        OS/Version: SuSE Linux 10.0
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: vandanan at hcl.in
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.6)
Gecko/2009011913 Firefox/3.0.6

Hi,

I am a new user for IPV6 in Mono in Novell SUSE Linux Enterprise Desktop 10.
Currently I am facing an issue while using IPV6 Link Local and site local
addresses (literal strings) in MonoV2.2 to send the http request from SUSE
Linux to another IPV6 server to retrieve the data.
The following exception is occuring:

Message: Connect Failure
Stacktrace:
  at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult)
[0x00000]
  at System.Net.HttpWebRequest.GetResponse () [0x00000]
  at MFPSearch.frmMain.GetDeviceCapabilityByHttp (System.String proxy,
System.String url, Int32 timeout, System.String userAgent) [0x00000]

URL used: [fe80::xxx:xxx:xxxx:xxxx%2]

I have enabled the IPV6 settings for the Mono by changing the Machine.config
file by setting "IPV6Enable" parameter as "True" (for both Mono 1.0 and 2.0).

Please let me know if there is some issue in Mono?
Or there are any settings required to changed.


Note: To test the IPV6 settings for the SUSE I created a Java sample to send
the HTTP request using the IPV6 addresses. This code is working fine without
any issue.

Reproducible: Always

Steps to Reproduce:
1.Create a Http request URL using the IPV6 Literal string
2.Send the Http request to the IPV6 enabled server

Actual Results:  
Connect Failure error is shown due to the WebException

Expected Results:  
The response should have been obtained from the server of the Mono had sent the
request correctly to the desired server address.

Message: Connect Failure
Stacktrace:
  at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult)
[0x00000]
  at System.Net.HttpWebRequest.GetResponse () [0x00000]
  at MFPSearch.frmMain.GetDeviceCapabilityByHttp (System.String proxy,
System.String url, Int32 timeout, System.String userAgent) [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