2007-10-30 Robert Jordan <robertj@gmx.net>
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting.Channels.Http / ChangeLog
index 3907825ca2dd264d77159f7123078f8266b207b3..d39367bb2b8523442006bcc837b150dcfe913c87 100644 (file)
@@ -1,3 +1,14 @@
+2007-10-30  Robert Jordan  <robertj@gmx.net>
+
+       * HttpHelper.cs: Support for the "https" scheme. Make scheme parser
+       case invariant. Fixes bug #81701.
+
+       * HttpServerChannel.cs (GetChannelUri): Take channel data into account.
+
+       * HttpServerChannel.cs (SetupChannel): Initialize channel data
+       with "null", because at this stage we don't necessary have a valid
+       channel URI.
+
 2007-08-23  Robert Jordan  <robertj@gmx.net>
 
        * HttpRemotingHandlerFactory.cs: configure Remoting because