2009-09-01 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.ServiceModel.Web / System.ServiceModel.Description / ChangeLog
1 2009-09-01  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * WebHttpBehavior.cs : on validation, check wrapped parameter style.
4
5 2009-08-06  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * WebScriptEnablingBehavior.cs : revert GetQueryStringConverter().
8           (MSDN missing entry issue.)
9
10 2009-08-05  Atsushi Enomoto  <atsushi@ximian.com>
11
12         * WebHttpBehavior.cs, WebScriptEnablingBehavior.cs :
13           implemented properties as in documented way.
14           Remove extra derived GetQueryStringConverter().
15
16 2009-08-05  Atsushi Enomoto  <atsushi@ximian.com>
17
18         * WebHttpBehavior.cs, WebScriptEnablingBehavior.cs :
19           mostly implemented Validate().
20
21 2008-04-21  Igor Zelmanovich  <igorz@mainsoft.com>
22
23         * WebHttpBehavior.cs : override endpoint's ContractFilter 
24         as well as AddressFilter. 
25
26 2008-04-16  Atsushi Enomoto  <atsushi@ximian.com>
27
28         * WebHttpBehavior.cs : now that ServiceHost calls Validate(),
29           it prevents webHttpBinding working. So, removed NIE.
30
31 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
32
33         * WebHttpBehavior.cs : removed couple of MonoTODOs.
34
35 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
36
37         * WebHttpBehavior.cs : ApplyDispatchBehavior() sets address filter.
38
39 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
40
41         * WebHttpBehavior.cs :
42           Call AddClientErrorInspector() in ApplyClientBehavior().
43           Call AddServerErrorHandlers() in ApplyDispatchBehavior().
44
45 2008-02-14  Atsushi Enomoto  <atsushi@ximian.com>
46
47         * WebHttpBehavior.cs : pass itself to WebMessageFormatter too.
48
49 2008-02-14  Atsushi Enomoto  <atsushi@ximian.com>
50
51         * WebHttpBehavior.cs : now WebMessageFormatter requires 
52           QueryStringConverter. Hence implemented GetQueryStringConverter().
53
54 2008-02-14  Atsushi Enomoto  <atsushi@ximian.com>
55
56         * WebHttpBehavior.cs : use WebMessageFormatter (note that they are
57           not done yet).
58
59 2008-02-13  Atsushi Enomoto  <atsushi@ximian.com>
60
61         * WebScriptEnablingBehavior.cs : new stub.
62
63 2008-02-12  Atsushi Enomoto  <atsushi@ximian.com>
64
65         * WebHttpBehavior.cs : some implementation (sorta wrong).
66
67 2008-02-07  Atsushi Enomoto  <atsushi@ximian.com>
68
69         * WebHttpBehavior.cs : stub.