[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.ServiceModel.Web / System.ServiceModel.Description / ChangeLog
index aece234884c48462f8211b6805d4a10a8ccf6bd0..bbfd7d67de7c9b2daa4bc4dfd150aa2025989023 100644 (file)
@@ -1,3 +1,28 @@
+2010-07-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebHttpBehavior.cs : Set an a default DispatchOperation to throw 
+         EndpointNotFoundException instead of raising null Invoker error.
+         And add error handler that converts the exception to HTTP 404.
+
+2010-03-19  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebHttpBehavior.cs : set FilterPriority to make it in higher
+         priority than conflicting endpoints (such as mex endpoint).
+
+2010-03-16  Jb Evain  <jbevain@novell.com>
+
+       * WebHttpBehavior.cs: use MOONLIGHT symbol to
+       disambiguate MonoTouch and Moonlight code.
+
+2009-10-23  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebHttpBehavior.cs : add experimental monotouch build.
+
+2009-10-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebScriptEnablingBehavior.cs : use JsonQueryStringConverter, with
+         "d" wrapper name. Allow only WrappedRequest.
+
 2009-10-07  Atsushi Enomoto  <atsushi@ximian.com>
 
        * WebScriptEnablingBehavior.cs : validate body style.