2004-06-11 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Fri, 11 Jun 2004 16:16:55 +0000 (16:16 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Fri, 11 Jun 2004 16:16:55 +0000 (16:16 -0000)
commitf51909e70962cf268a9837dd3af6d4a76e1ea5cb
tree4f76dc2d829a95cf8d59b4745b92f232925ea799
parent6235c7ab97a064020018bf4fbfd65006319a0047
2004-06-11  Atsushi Enomoto  <atsushi@ximian.com>

* Uri.cs :
  - We don't have to mind '\\'.
  - Fixed bug #58301. When path starts with "///" and not more than
    "////" and not "///*:", handle it as unix path and set Host as
    empty string. In absolute path case, port should not be parsed
    and LocalPath should start with '/'.
  - Handle fragment in prior to path.

svn path=/trunk/mcs/; revision=29352
mcs/class/System/System/ChangeLog
mcs/class/System/System/Uri.cs