| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- 2009-09-18 Atsushi Enomoto <[email protected]>
- * WebHttpBehavior.cs : parameter Wrapped check in Validate() should
- not be done only for GET.
- 2009-09-17 Atsushi Enomoto <[email protected]>
- * 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 <[email protected]>
- * WebHttpBehavior.cs : now message formatters are pairs of request/
- reply formatters.
- 2009-09-02 Atsushi Enomoto <[email protected]>
- * WebHttpBehavior.cs : BodyStyle is operation specific.
- 2009-09-01 Atsushi Enomoto <[email protected]>
- * WebHttpBehavior.cs : on validation, check wrapped parameter style.
- 2009-08-06 Atsushi Enomoto <[email protected]>
- * WebScriptEnablingBehavior.cs : revert GetQueryStringConverter().
- (MSDN missing entry issue.)
- 2009-08-05 Atsushi Enomoto <[email protected]>
- * WebHttpBehavior.cs, WebScriptEnablingBehavior.cs :
- implemented properties as in documented way.
- Remove extra derived GetQueryStringConverter().
- 2009-08-05 Atsushi Enomoto <[email protected]>
- * WebHttpBehavior.cs, WebScriptEnablingBehavior.cs :
- mostly implemented Validate().
- 2008-04-21 Igor Zelmanovich <[email protected]>
- * WebHttpBehavior.cs : override endpoint's ContractFilter
- as well as AddressFilter.
- 2008-04-16 Atsushi Enomoto <[email protected]>
- * WebHttpBehavior.cs : now that ServiceHost calls Validate(),
- it prevents webHttpBinding working. So, removed NIE.
- 2008-02-15 Atsushi Enomoto <[email protected]>
- * WebHttpBehavior.cs : removed couple of MonoTODOs.
- 2008-02-15 Atsushi Enomoto <[email protected]>
- * WebHttpBehavior.cs : ApplyDispatchBehavior() sets address filter.
- 2008-02-15 Atsushi Enomoto <[email protected]>
- * WebHttpBehavior.cs :
- Call AddClientErrorInspector() in ApplyClientBehavior().
- Call AddServerErrorHandlers() in ApplyDispatchBehavior().
- 2008-02-14 Atsushi Enomoto <[email protected]>
- * WebHttpBehavior.cs : pass itself to WebMessageFormatter too.
- 2008-02-14 Atsushi Enomoto <[email protected]>
- * WebHttpBehavior.cs : now WebMessageFormatter requires
- QueryStringConverter. Hence implemented GetQueryStringConverter().
- 2008-02-14 Atsushi Enomoto <[email protected]>
- * WebHttpBehavior.cs : use WebMessageFormatter (note that they are
- not done yet).
- 2008-02-13 Atsushi Enomoto <[email protected]>
- * WebScriptEnablingBehavior.cs : new stub.
- 2008-02-12 Atsushi Enomoto <[email protected]>
- * WebHttpBehavior.cs : some implementation (sorta wrong).
- 2008-02-07 Atsushi Enomoto <[email protected]>
- * WebHttpBehavior.cs : stub.
|