ChangeLog 3.3 KB

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