ChangeLog 1.9 KB

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