ChangeLog 3.7 KB

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