2010-03-19 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.ServiceModel.Web / System.ServiceModel.Description / ChangeLog
1 2010-03-19  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * WebHttpBehavior.cs : set FilterPriority to make it in higher
4           priority than conflicting endpoints (such as mex endpoint).
5
6 2010-03-16  Jb Evain  <jbevain@novell.com>
7
8         * WebHttpBehavior.cs: use MOONLIGHT symbol to
9         disambiguate MonoTouch and Moonlight code.
10
11 2009-10-23  Atsushi Enomoto  <atsushi@ximian.com>
12
13         * WebHttpBehavior.cs : add experimental monotouch build.
14
15 2009-10-08  Atsushi Enomoto  <atsushi@ximian.com>
16
17         * WebScriptEnablingBehavior.cs : use JsonQueryStringConverter, with
18           "d" wrapper name. Allow only WrappedRequest.
19
20 2009-10-07  Atsushi Enomoto  <atsushi@ximian.com>
21
22         * WebScriptEnablingBehavior.cs : validate body style.
23         * WebHttpBehavior.cs : operations could miss WebGet/WebInvoke and
24           we should not crash by NRE because of missing of those atts.
25
26 2009-10-06  Atsushi Enomoto  <atsushi@ximian.com>
27
28         * WebScriptEnablingBehavior.cs : fix listen uri which used to result
29           in unexpected relative recalculation against the base uri.
30
31 2009-09-18  Atsushi Enomoto  <atsushi@ximian.com>
32
33         * WebHttpBehavior.cs : parameter Wrapped check in Validate() should
34           not be done only for GET.
35
36 2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>
37
38         * WebScriptEnablingBehavior.cs : basic implementation. Create custom
39           ChannelDispatchers for "/js" and "/jsdebug" like we do for
40           /wsdl (ServiceMetadataExtension). And they return Javascript
41           generated from ProxyGenerator in Sys.Web.Extensions.
42
43 2009-09-02  Atsushi Enomoto  <atsushi@ximian.com>
44
45         * WebHttpBehavior.cs : now message formatters are pairs of request/
46           reply formatters.
47
48 2009-09-02  Atsushi Enomoto  <atsushi@ximian.com>
49
50         * WebHttpBehavior.cs : BodyStyle is operation specific.
51
52 2009-09-01  Atsushi Enomoto  <atsushi@ximian.com>
53
54         * WebHttpBehavior.cs : on validation, check wrapped parameter style.
55
56 2009-08-06  Atsushi Enomoto  <atsushi@ximian.com>
57
58         * WebScriptEnablingBehavior.cs : revert GetQueryStringConverter().
59           (MSDN missing entry issue.)
60
61 2009-08-05  Atsushi Enomoto  <atsushi@ximian.com>
62
63         * WebHttpBehavior.cs, WebScriptEnablingBehavior.cs :
64           implemented properties as in documented way.
65           Remove extra derived GetQueryStringConverter().
66
67 2009-08-05  Atsushi Enomoto  <atsushi@ximian.com>
68
69         * WebHttpBehavior.cs, WebScriptEnablingBehavior.cs :
70           mostly implemented Validate().
71
72 2008-04-21  Igor Zelmanovich  <igorz@mainsoft.com>
73
74         * WebHttpBehavior.cs : override endpoint's ContractFilter 
75         as well as AddressFilter. 
76
77 2008-04-16  Atsushi Enomoto  <atsushi@ximian.com>
78
79         * WebHttpBehavior.cs : now that ServiceHost calls Validate(),
80           it prevents webHttpBinding working. So, removed NIE.
81
82 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
83
84         * WebHttpBehavior.cs : removed couple of MonoTODOs.
85
86 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
87
88         * WebHttpBehavior.cs : ApplyDispatchBehavior() sets address filter.
89
90 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
91
92         * WebHttpBehavior.cs :
93           Call AddClientErrorInspector() in ApplyClientBehavior().
94           Call AddServerErrorHandlers() in ApplyDispatchBehavior().
95
96 2008-02-14  Atsushi Enomoto  <atsushi@ximian.com>
97
98         * WebHttpBehavior.cs : pass itself to WebMessageFormatter too.
99
100 2008-02-14  Atsushi Enomoto  <atsushi@ximian.com>
101
102         * WebHttpBehavior.cs : now WebMessageFormatter requires 
103           QueryStringConverter. Hence implemented GetQueryStringConverter().
104
105 2008-02-14  Atsushi Enomoto  <atsushi@ximian.com>
106
107         * WebHttpBehavior.cs : use WebMessageFormatter (note that they are
108           not done yet).
109
110 2008-02-13  Atsushi Enomoto  <atsushi@ximian.com>
111
112         * WebScriptEnablingBehavior.cs : new stub.
113
114 2008-02-12  Atsushi Enomoto  <atsushi@ximian.com>
115
116         * WebHttpBehavior.cs : some implementation (sorta wrong).
117
118 2008-02-07  Atsushi Enomoto  <atsushi@ximian.com>
119
120         * WebHttpBehavior.cs : stub.