2007-10-30 Robert Jordan <robertj@gmx.net>
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting.Channels.Http / ChangeLog
index 9070e531e0f3d7f0b6649f3abcfee84548d3f1b1..d39367bb2b8523442006bcc837b150dcfe913c87 100644 (file)
@@ -1,3 +1,24 @@
+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
+       System.Web doesn't anymore. Fixes #81831.
+
+2006-12-18  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * HttpServerChannel.cs: The remoting infrastructure does not call
+         StartListening() anymore, so it has to be called by the channel.
+
 2006-03-05  Andrew Skiba <andrews@mainsoft.com>
 
        * HttpClientChannel.cs, HttpServerChannel.cs: exceptions propagating