* EndpointPermission.cs: Fix IsSubsetof(hostname) so that the regression
authorJonathan Pryor <jpryor@novell.com>
Thu, 20 Jan 2005 22:06:48 +0000 (22:06 -0000)
committerJonathan Pryor <jpryor@novell.com>
Thu, 20 Jan 2005 22:06:48 +0000 (22:06 -0000)
commit82399abc0edbb34907b87469ce7100225c024c74
treea3a48b831604f61622cecdffa82d5fa0ba3e875b
parent0a0174cc5a1ed86bb622cea675f0520a79a6f0ae
  * EndpointPermission.cs: Fix IsSubsetof(hostname) so that the regression
    tests work.  In particular, IsSubsetOf ("12.13.*.*", "12.13.14.*") failed
    because 14 wasn't a subset of * (which it is).  Fix: if part1 is we
    continue to the next portion.

svn path=/trunk/mcs/; revision=39282
mcs/class/System/System.Net/ChangeLog
mcs/class/System/System.Net/EndpointPermission.cs