https://bugzilla.novell.com/show_bug.cgi?id=411920
Summary: IPAddress.Parse Method (System.Net) behaviour differs
from Microsoft Net Framework 2.0 on Linux
Product: Mono: Class Libraries
Version: 1.2.6
Platform: x86
OS/Version: Ubuntu
Status: NEW
Severity: Major
Priority: P5 - None
Component: System
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
QAContact: [email protected]
Found By: Development
Method should be able to handle all possible IPv4 representations as in
http://en.wikipedia.org/wiki/IPv4#Address_representations
ON WIN32 XP:
0xcb.0x93.0xf5.0x02
203.147.245.2
-------------------
7848198702
211.202.2.46
-------------------
0313.027035210
203.92.58.136
-------------------
0313.0134.035210
203.92.58.136
-------------------
1434328179
85.126.28.115
-------------------
3397943208
202.136.127.168
ON LINUX:
0xcb.0x93.0xf5.0x02
203.147.245.2
----------------------------------------------------------
7848198702
An invalid IP address was specified.
----------------------------------------------------------
0313.027035210
An invalid IP address was specified.
----------------------------------------------------------
0313.0134.035210
An invalid IP address was specified.
----------------------------------------------------------
1434328179
An invalid IP address was specified.
----------------------------------------------------------
3397943208
An invalid IP address was specified.
--
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.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs