ChangeLog 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. 2009-09-02 Atsushi Enomoto <[email protected]>
  2. * WebHttpBehavior.cs : now message formatters are pairs of request/
  3. reply formatters.
  4. 2009-09-02 Atsushi Enomoto <[email protected]>
  5. * WebHttpBehavior.cs : BodyStyle is operation specific.
  6. 2009-09-01 Atsushi Enomoto <[email protected]>
  7. * WebHttpBehavior.cs : on validation, check wrapped parameter style.
  8. 2009-08-06 Atsushi Enomoto <[email protected]>
  9. * WebScriptEnablingBehavior.cs : revert GetQueryStringConverter().
  10. (MSDN missing entry issue.)
  11. 2009-08-05 Atsushi Enomoto <[email protected]>
  12. * WebHttpBehavior.cs, WebScriptEnablingBehavior.cs :
  13. implemented properties as in documented way.
  14. Remove extra derived GetQueryStringConverter().
  15. 2009-08-05 Atsushi Enomoto <[email protected]>
  16. * WebHttpBehavior.cs, WebScriptEnablingBehavior.cs :
  17. mostly implemented Validate().
  18. 2008-04-21 Igor Zelmanovich <[email protected]>
  19. * WebHttpBehavior.cs : override endpoint's ContractFilter
  20. as well as AddressFilter.
  21. 2008-04-16 Atsushi Enomoto <[email protected]>
  22. * WebHttpBehavior.cs : now that ServiceHost calls Validate(),
  23. it prevents webHttpBinding working. So, removed NIE.
  24. 2008-02-15 Atsushi Enomoto <[email protected]>
  25. * WebHttpBehavior.cs : removed couple of MonoTODOs.
  26. 2008-02-15 Atsushi Enomoto <[email protected]>
  27. * WebHttpBehavior.cs : ApplyDispatchBehavior() sets address filter.
  28. 2008-02-15 Atsushi Enomoto <[email protected]>
  29. * WebHttpBehavior.cs :
  30. Call AddClientErrorInspector() in ApplyClientBehavior().
  31. Call AddServerErrorHandlers() in ApplyDispatchBehavior().
  32. 2008-02-14 Atsushi Enomoto <[email protected]>
  33. * WebHttpBehavior.cs : pass itself to WebMessageFormatter too.
  34. 2008-02-14 Atsushi Enomoto <[email protected]>
  35. * WebHttpBehavior.cs : now WebMessageFormatter requires
  36. QueryStringConverter. Hence implemented GetQueryStringConverter().
  37. 2008-02-14 Atsushi Enomoto <[email protected]>
  38. * WebHttpBehavior.cs : use WebMessageFormatter (note that they are
  39. not done yet).
  40. 2008-02-13 Atsushi Enomoto <[email protected]>
  41. * WebScriptEnablingBehavior.cs : new stub.
  42. 2008-02-12 Atsushi Enomoto <[email protected]>
  43. * WebHttpBehavior.cs : some implementation (sorta wrong).
  44. 2008-02-07 Atsushi Enomoto <[email protected]>
  45. * WebHttpBehavior.cs : stub.