2008-09-30 Michael Hutchinson <mhutchinson@novell.com>
commit95d855ebdd15281566aafc65ddfb26dcd270db74
authorMichael Hutchinson <mhutchinson@novell.com>
Tue, 30 Sep 2008 23:43:33 +0000 (30 23:43 -0000)
committerMichael Hutchinson <mhutchinson@novell.com>
Tue, 30 Sep 2008 23:43:33 +0000 (30 23:43 -0000)
tree596c7d486dc44347b3d19a73a6941956ae7f8024
parent362fb88f2747053cec0ff29208dc14deee1fdbd8
2008-09-30  Michael Hutchinson  <mhutchinson@novell.com>

* HttpServerChannel.cs: make sure the channel data object is set
  when the port is auto-assigned.
* HttpClientTransportSink.cs: Use the __RequestUri header for the
  request's URI. Includes workaround for bad __RequestUri values.

Fixes Bug 378713 - [regression] Remoting - HttpChannel.

svn path=/branches/mono-2-0/mcs/; revision=114529
mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Http/ChangeLog
mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Http/HttpClientTransportSink.cs
mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Http/HttpServerChannel.cs