ChangeLog 3.1 KB

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