ChangeLog 2.1 KB

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