Moved ProviderCollectionTest.cs from System assembly to System.Configuration.
[mono.git] / mcs / class / System.ServiceModel.Web / System.ServiceModel.Description / ChangeLog
1 2008-04-21  Igor Zelmanovich  <igorz@mainsoft.com>
2
3         * WebHttpBehavior.cs : override endpoint's ContractFilter 
4         as well as AddressFilter. 
5
6 2008-04-16  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * WebHttpBehavior.cs : now that ServiceHost calls Validate(),
9           it prevents webHttpBinding working. So, removed NIE.
10
11 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
12
13         * WebHttpBehavior.cs : removed couple of MonoTODOs.
14
15 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
16
17         * WebHttpBehavior.cs : ApplyDispatchBehavior() sets address filter.
18
19 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
20
21         * WebHttpBehavior.cs :
22           Call AddClientErrorInspector() in ApplyClientBehavior().
23           Call AddServerErrorHandlers() in ApplyDispatchBehavior().
24
25 2008-02-14  Atsushi Enomoto  <atsushi@ximian.com>
26
27         * WebHttpBehavior.cs : pass itself to WebMessageFormatter too.
28
29 2008-02-14  Atsushi Enomoto  <atsushi@ximian.com>
30
31         * WebHttpBehavior.cs : now WebMessageFormatter requires 
32           QueryStringConverter. Hence implemented GetQueryStringConverter().
33
34 2008-02-14  Atsushi Enomoto  <atsushi@ximian.com>
35
36         * WebHttpBehavior.cs : use WebMessageFormatter (note that they are
37           not done yet).
38
39 2008-02-13  Atsushi Enomoto  <atsushi@ximian.com>
40
41         * WebScriptEnablingBehavior.cs : new stub.
42
43 2008-02-12  Atsushi Enomoto  <atsushi@ximian.com>
44
45         * WebHttpBehavior.cs : some implementation (sorta wrong).
46
47 2008-02-07  Atsushi Enomoto  <atsushi@ximian.com>
48
49         * WebHttpBehavior.cs : stub.