ChangeLog 2.0 KB

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