2010-07-09 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.ServiceModel / System.ServiceModel.Dispatcher / ChangeLog
index cb0ec5c45a25fadaaa36130418cbe8e5e9a891a8..699a4982cbd65949fba0daf0022c74b62c90efd4 100644 (file)
@@ -1,3 +1,9 @@
+2010-07-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ChannelDispatcher.cs : do not swallow exception during
+         RequestContext.get_RequestMessage() and thus return SOAP Fault for
+         MessageSecurityException to the client.
+
 2010-07-08  Atsushi Enomoto  <atsushi@ximian.com>
 
        * ChannelDispatcher.cs : support ErrorHandlers.