[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.ServiceModel.Web / System.ServiceModel.Description / ChangeLog
index a73126dfd40177c49c9a1c80a7f51a3c4ec4da92..bbfd7d67de7c9b2daa4bc4dfd150aa2025989023 100644 (file)
@@ -1,3 +1,64 @@
+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.
+       * WebHttpBehavior.cs : operations could miss WebGet/WebInvoke and
+         we should not crash by NRE because of missing of those atts.
+
+2009-10-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebScriptEnablingBehavior.cs : fix listen uri which used to result
+         in unexpected relative recalculation against the base uri.
+
+2009-09-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebHttpBehavior.cs : parameter Wrapped check in Validate() should
+         not be done only for GET.
+
+2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebScriptEnablingBehavior.cs : basic implementation. Create custom
+         ChannelDispatchers for "/js" and "/jsdebug" like we do for
+         /wsdl (ServiceMetadataExtension). And they return Javascript
+         generated from ProxyGenerator in Sys.Web.Extensions.
+
+2009-09-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebHttpBehavior.cs : now message formatters are pairs of request/
+         reply formatters.
+
+2009-09-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebHttpBehavior.cs : BodyStyle is operation specific.
+
+2009-09-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebHttpBehavior.cs : on validation, check wrapped parameter style.
+
 2009-08-06  Atsushi Enomoto  <atsushi@ximian.com>
 
        * WebScriptEnablingBehavior.cs : revert GetQueryStringConverter().