ChangeLog 3.4 KB

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