ChangeLog 2.7 KB

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