ChangeLog 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468
  1. 2009-05-13 Atsushi Enomoto <[email protected]>
  2. * ChannelDispatcher.cs, SecurityHandler.cs,
  3. InputOrReplyRequestProcessor.cs, MessageProcessingContext.cs :
  4. remove default communication timeouts from several types. They
  5. bring bogus NRE. Instead, fill timeouts in ChannelDispatcher and
  6. use it when required (it was actually *only* request processor).
  7. 2009-05-13 Atsushi Enomoto <[email protected]>
  8. * ChannelDispatcher.cs : wrong channel argument.
  9. 2009-04-27 Atsushi Enomoto <[email protected]>
  10. * DispatchRuntime.cs : some comment.
  11. * ChannelDispatcher.cs : ongoing changes to handle listeners and
  12. accepted channels at more precise state. Listeners are opened,
  13. without accepting channels. Some setup code is done at OnOpen(),
  14. while some are done at OnOpened().
  15. 2009-04-23 Atsushi Enomoto <[email protected]>
  16. * DispatchOperation.cs : implement GetFormatter() at service side too.
  17. 2009-04-01 Atsushi Enomoto <[email protected]>
  18. * OperationInvokeHandler.cs : replace MS copycat exception message.
  19. 2009-02-26 Atsushi Enomoto <[email protected]>
  20. * ClientRuntime.cs : fill contractType in .ctor().
  21. 2009-02-04 Atsushi Enomoto <[email protected]>
  22. * BaseMessagesFormatter.cs : do not use non-2.1 CreateInstance().
  23. 2008-06-18 Noam Lampert <[email protected]>
  24. * ChannelDispatcher.cs: Avoid aborting host process on faulty input message.
  25. 2008-05-22 Noam Lampert <[email protected]>
  26. * OperationInvokeHandler.cs: Only return fault reply when TargetInvocation occured (not other internal
  27. errors. Serlialize the correct (inner) exception.
  28. 2008-05-22 Roei Erez <[email protected]>
  29. * fix ContractDescription.GetContract implementation
  30. * Refactor Request processing
  31. * Add support for message inspectors
  32. * Add support for InstanceContextProvider & InstanceProvider, including lifecycles events
  33. like: ReleaseServiceInstance, Open, Close...
  34. * Add relevant test cases.
  35. 2008-05-01 Eyal Alaluf <[email protected]>
  36. * BaseMessagesFormatter.cs: Handle methods with out parameters that return
  37. void.
  38. * DispatchOperation.cs, IOperationInvoker.cs: Simplify method invocation.
  39. 2008-04-22 Igor Zelmanovich <[email protected]>
  40. * DispatchOperation.cs: removed dependency on OperationDescription,
  41. allows usage of custom channel dispatcher without endpoint was explicitly
  42. built
  43. 2008-04-22 Igor Zelmanovich <[email protected]>
  44. * MexInstanceContextProvider.cs - remove unused code.
  45. 2008-04-21 Roei Erez <[email protected]>
  46. * ChannelDispatcher.cs - Change order of Dispatcher shutdown
  47. 2008-04-17 Vladimir Krasnov <[email protected]>
  48. * ChannelDispatcher.cs, EndpointDispatcher.cs: removed dependency on
  49. ServiceDescription/ServiceEndpoint, allows usage of channel dispatcher
  50. without endpoint was explicitly built
  51. * EndpointDispatcher.cs: Filters lazy evaluation, refactored
  52. communication processing, logic moved to channel dispatcher
  53. 2008-04-17 Vladimir Krasnov <[email protected]>
  54. * ActionMessageFilter.cs: fixed Match, match for "*" action
  55. 2008-04-17 Vladimir Krasnov <[email protected]>
  56. * DispatchOperation.cs: fixed ProcessRequest, fault message creation
  57. 2008-04-10 Eyal Alaluf <[email protected]>
  58. * DefaultMessageOperationFormatter.cs: Moved to BaseMessagesFormatter.cs.
  59. * BaseMessagesFormatter.cs: Refactored so typed messages uses the classes
  60. defined here instead of the other way around.
  61. Added support for by-ref and out parameters.
  62. Added support for XmlSerializerFormat serializaters..
  63. * DispatchOperation.cs, ClientOperation.cs: Use BaseMessagesFormatter.Create
  64. 2008-04-09 Roei Erez <[email protected]>
  65. * Remove unused nethod from previous commit
  66. 2008-04-08 Roei Erez <[email protected]>
  67. * ChannelDispatcher.cs
  68. - fix 'Attach' logic
  69. - Add support for Endpoints property
  70. - Remove the hack of 'endpoint_dispatcher' field
  71. * ChannelDispatcherCollection.cs
  72. - Add support for 'Attach' 'Detach'
  73. * EndpointDispatcher.cs
  74. - By default create MatchAllMessageFilter.
  75. 2008-02-17 Atsushi Enomoto <[email protected]>
  76. * EndpointDispatcher.cs : we don't need AddressFilter workaround
  77. from Feb. 14 anymore.
  78. 2008-02-17 Atsushi Enomoto <[email protected]>
  79. * EndpointDispatcher.cs : after service method call, apply outgoing
  80. headers and properties to the returned message.
  81. 2008-02-15 Atsushi Enomoto <[email protected]>
  82. * ChannelDispatcher.cs : populate DispatchOperations before applying
  83. IEndpointBehaviors so that those behaviors can modify dispatch
  84. operations.
  85. 2008-02-15 Atsushi Enomoto <[email protected]>
  86. * DispatchOperation.cs : Action may be null. For such cases, use
  87. MessageDirection to determine the message description.
  88. 2008-02-15 Atsushi Enomoto <[email protected]>
  89. * EndpointAddressMessageFilter.cs : implement Match(MessageBuffer).
  90. Use ordinal string comparison.
  91. * PrefixEndpointAddressMessageFilter.cs : implement Match() (both).
  92. 2008-02-14 Atsushi Enomoto <[email protected]>
  93. * EndpointDispatcher.cs : moved AddressFilter application only when
  94. DispatchOperation was not selected (it is sort of workaround).
  95. 2007-08-19 Atsushi Enomoto <[email protected]>
  96. * DefaultMessageOperationFormatter.cs : Fixed SerializeReply() for
  97. message contract type to process result, not the parameter.
  98. 2007-08-19 Atsushi Enomoto <[email protected]>
  99. * SingletonInstanceContextProvider.cs : new.
  100. 2007-08-17 Atsushi Enomoto <[email protected]>
  101. * DefaultMessageOperationFormatter.cs : dependent changes on
  102. message serializer and deserializer.
  103. 2007-03-24 Atsushi Enomoto <[email protected]>
  104. * DefaultMessageOperationFormatter.cs :
  105. use it for deserialization as well.
  106. 2007-03-24 Atsushi Enomoto <[email protected]>
  107. * DefaultMessageOperationFormatter.cs : consider message contracts
  108. during message serialization/deserialization.
  109. 2007-03-07 Atsushi Enomoto <[email protected]>
  110. * EndpointDispatcher.cs : now dispatcher-side foundation for token
  111. negotiation is ready. Handle negotiation message on its own way.
  112. * DispatchOperation.cs : instead of returning irrelevant SOAP Fault,
  113. simply raise an error and let FaultConverter do better work.
  114. 2007-03-07 Atsushi Enomoto <[email protected]>
  115. * EndpointDispatcher.cs : use ErrorHandlers when error was raised.
  116. Handle exceptions to make into SOAP Fault, using FaultConverter.
  117. * ChannelDispatcher.cs : simply get ServiceEndpoint at Attach().
  118. * ChannelDispatcherBase.cs : removed MonoTODOs.
  119. 2007-03-07 Atsushi Enomoto <[email protected]>
  120. * ChannelDispatcher.cs, DispatchRuntime.cs, EndpointDispatcher.cs :
  121. moved most of request/input processing to EndpointDispatcher.cs.
  122. Also, ChannelDispatcher now contains code for behavior
  123. initialization.
  124. 2007-03-07 Atsushi Enomoto <[email protected]>
  125. * ChannelDispatcher.cs : some cosmetic refactoring on error handling
  126. with comments.
  127. 2006-12-14 Atsushi Enomoto <[email protected]>
  128. * ChannelDispatcher.cs, DispatchRuntime.cs, DispatchOperation.cs :
  129. Support OperationContext and OperationContextScope with
  130. ServiceRuntimeChannel as its .ctor() input.
  131. 2006-12-14 Atsushi Enomoto <[email protected]>
  132. * DispatchRuntime.cs : raise an error when the DispatchOperation
  133. returned null Message.
  134. 2006-10-18 Ankit Jain <[email protected]>
  135. * MexInstanceContextProvider.cs (HttpGetInstanceContextProvider): New.
  136. * DispatchOperation.cs (DoProcessRequest): InstanceContext returned by
  137. the provider can be null.
  138. * EndpointAddressMessageFilter.cs (Match): Handle IncludeHostNameInComparison.
  139. 2006-10-12 Atsushi Enomoto <[email protected]>
  140. * DispatchOperation.cs : slightly improved exception message.
  141. 2006-10-06 Ankit Jain <[email protected]>
  142. * ChannelDispatcher.cs (ListenerLoopManager.StartLoopCore):
  143. ReceiveRequest can return null.
  144. 2006-10-05 Atsushi Enomoto <[email protected]>
  145. * ClientRuntime.cs : added MaxFaultSize.
  146. 2006-10-05 Atsushi Enomoto <[email protected]>
  147. * ChannelDispatcher.cs : don't reject anonymous and null To.
  148. 2006-10-04 Ankit Jain <[email protected]>
  149. * ChannelDispatcher.cs (ListenerLoopManager.StartLoopCore): Reply with a
  150. Fault message if message's To doesn't match the endpoint.
  151. (ListenerLoopManager.CreateDestinationUnreachable): New.
  152. * IInstanceContextProvider.cs: New.
  153. * MexInstanceContextProvider.cs: New. InstanceContextProvider for
  154. MetadataExchange.
  155. (MetadataExchange): Implementation of IMetadataExchange.
  156. * DispatchRuntime.cs (InstanceContextProvider): Add missing property.
  157. * DispatchOperation.cs (DoProcessRequest): Use InstanceContextProvider
  158. if available to obtain service instance.
  159. * EndpointDispatcher.cs (.ctor): Set AddressFilter to EndpointAddressMessageFilter.
  160. * EndpointAddressMessageFilter.cs (Match): Implement.
  161. 2006-10-03 Atsushi Enomoto <[email protected]>
  162. * ClientRuntime.cs : added InteractiveChannelInitializer.
  163. 2006-09-12 Atsushi Enomoto <[email protected]>
  164. * DispatchOperation.cs : removed extra comment.
  165. 2006-09-08 Atsushi Enomoto <[email protected]>
  166. * DispatchOperation.cs : workaround to send exception detail.
  167. 2006-09-06 Atsushi Enomoto <[email protected]>
  168. * ICallContextInitializer.cs : new file.
  169. * DispatchOperation.cs : use above.
  170. Not sure if it works correctly though.
  171. 2006-08-28 Atsushi Enomoto <[email protected]>
  172. * DispatchOperation.cs : when there is an error during
  173. ProcessRequest(), wrap the exception with MessageFault and return
  174. a fault message.
  175. 2006-08-10 Duncan Mak <[email protected]>
  176. * ExceptionHandler.cs: New file.
  177. * ServiceThrottle.cs (MaxConnections): Renamed to
  178. MaxConcurrentSessions.
  179. (MaxInstances): Renamed to MaxConcurrentInstances.
  180. 2006-07-27 Atsushi Enomoto <[email protected]>
  181. * IInteractiveChannelInitializer.cs : new file.
  182. 2006-07-14 Atsushi Enomoto <[email protected]>
  183. * IErrorHandler.cs : API updates.
  184. 2006-07-13 Atsushi Enomoto <[email protected]>
  185. * DispatchRuntime.cs :
  186. it was selecting UnhandledOperation unexpectedly.
  187. * DispatchOperation.cs : added FIXME comment.
  188. 2006-07-13 Atsushi Enomoto <[email protected]>
  189. * DefaultMessageOperationFormatter.cs : Remove hack for non-
  190. (de)serializing Message-based methods. They are now moved to
  191. ClientBase and ServiceHostBase to explicitly set
  192. [Serialize|Deserialize][Request|Reply].
  193. 2006-07-12 Atsushi Enomoto <[email protected]>
  194. * DefaultMessageOperationFormatter.cs : don't omit action on
  195. SerializeRequest. Do it in SerializeReply.
  196. 2006-07-12 Atsushi Enomoto <[email protected]>
  197. * DefaultMessageOperationFormatter.cs : When addressing version is
  198. None, then omit reply action. This logic is moved from MessageImpl.
  199. 2006-07-11 Atsushi Enomoto <[email protected]>
  200. * DefaultMessageOperationFormatter.cs :
  201. return message, not parameter[0]. Removed some extra FIXMEs.
  202. 2006-07-10 Atsushi Enomoto <[email protected]>
  203. * DefaultMessageOperationFormatter.cs : when the parameter is
  204. Message and the return type is Message, then do not use
  205. XmlObjectSerializer.
  206. 2006-07-07 Atsushi Enomoto <[email protected]>
  207. * PrefixEndpointAddressMessageFilter.cs, FaultContractInfo.cs :
  208. new types in June CTP.
  209. * ISharedInstanceSessionLifetime.cs:
  210. removed in June CTP.
  211. * ChannelDispatcher.cs, MatchAllMessageFilter.cs, DispatchRuntime.cs,
  212. DispatchOperation.cs, ClientRuntime.cs, MatchNoneMessageFilter.cs,
  213. ClientOperation.cs, ActionMessageFilterTable.cs,
  214. EndpointAddressMessageFilterTable.cs :
  215. several minor fixes for June CTP.
  216. 2006-07-06 Atsushi Enomoto <[email protected]>
  217. * DispatchOperation.cs : MessageFault.DefaultAction vanished.
  218. 2006-07-05 Atsushi Enomoto <[email protected]>
  219. * IClientFormatter.cs, IClientMessageFormatter.cs,
  220. IDispatchFormatter.cs, IDispatchMessageFormatter.cs :
  221. renamed former to latter, for each.
  222. 2006-07-05 Atsushi Enomoto <[email protected]>
  223. * ChannelDispatcher.cs, DispatchRuntime.cs :
  224. IRequestContext -> RequestContext.
  225. 2006-07-05 Atsushi Enomoto <[email protected]>
  226. * ChannelDispatcher.cs, IDispatchFormatter.cs,
  227. DefaultMessageOperationFormatter.cs, IClientFormatter.cs,
  228. DispatchOperation.cs, ClientOperation.cs :
  229. some June CTP updates.
  230. 2006-06-22 Atsushi Enomoto <[email protected]>
  231. * DefaultMessageOperationFormatter.cs : implement SerializeRequest()
  232. and DeserializeReply(). Now simple ClientBase<T> sample is working.
  233. 2006-06-22 Atsushi Enomoto <[email protected]>
  234. * ClientOperation.cs : added GetFormatter() to support message
  235. serialization/deserialization.
  236. * DispatchOperation.cs : made some internal members private
  237. (they are exposed extraneously). Commented out debugging code.
  238. 2006-06-20 Atsushi Enomoto <[email protected]>
  239. * DefaultMessageOperationFormatter.cs : In SerializeReply(), use
  240. custom BodyWriter() and use MessagePartDescription names. Now
  241. return value and other (ref/out) parameters could be equivalently
  242. serialized (at this method; to support them more love is needed).
  243. 2006-06-20 Atsushi Enomoto <[email protected]>
  244. * DefaultMessageOperationFormatter.cs :
  245. Action for response is null (though it is likely conditional).
  246. 2006-06-20 Atsushi Enomoto <[email protected]>
  247. * DefaultMessageOperationFormatter.cs :
  248. true DeserializeReply implementation using Message.CreateMessage()
  249. with DataContractSerializer (not complete though).
  250. 2006-05-29 Atsushi Enomoto <[email protected]>
  251. * ChannelDispatcher.cs, DispatchOperation.cs,
  252. ChannelDispatcherBase.cs :
  253. some updated API fixes.
  254. 2006-05-29 Atsushi Enomoto <[email protected]>
  255. * EndpointDispatcher.cs : moved from Sys.ServiceModel.
  256. 2006-04-20 Atsushi Enomoto <[email protected]>
  257. * ClientRuntime.cs : some minor collection instantiation and comments.
  258. 2006-04-07 Atsushi Enomoto <[email protected]>
  259. * DispatchOperation.cs : Implemented internal MessageVersion.
  260. hacked instance provision by using Activator.CreateInstance.
  261. * DefaultMessageOperationFormatter.cs : fixed DeserializeRequest to
  262. be functional. Implemented SerializeReply.
  263. 2006-04-05 Atsushi Enomoto <[email protected]>
  264. * DispatchOperation.cs : return SOAP fault message for nonexistent
  265. request Action.
  266. * DefaultMessageOperationFormatter.cs : implemented
  267. DeserializeRequest(), though there is no working example.
  268. 2006-03-17 Atsushi Enomoto <[email protected]>
  269. * DispatchOperation.cs : implemented logic to acquire
  270. OperationDescription. Added code for default IDispatchFormatter
  271. implementation.
  272. * DispatchRuntime.cs : fix warning.
  273. * DefaultMessageOperationFormatter.cs : new file, for default
  274. IDispatchFormatter implementation (not done yet).
  275. * ChannelDispatcher.cs : create EndpointDispatcher in Attach and
  276. bind to this instance.
  277. 2006-03-16 Atsushi Enomoto <[email protected]>
  278. * ChannelDispatcherCollection.cs : added parameterless ctor().
  279. * ChannelDispatcher.cs DispatchRuntime.cs DispatchOperation.cs :
  280. Set some initial field values as proved in unit tests.
  281. Request/input processing is still ongoing.
  282. 2006-03-13 Atsushi Enomoto <[email protected]>
  283. * ChannelDispatcher.cs
  284. DispatchRuntime.cs
  285. DispatchOperation.cs : added request/input processing code.
  286. 2006-03-07 Atsushi Enomoto <[email protected]>
  287. * ChannelDispatcher.cs : Get "AcceptChannel" method without ambiguity.
  288. 2006-03-07 Atsushi Enomoto <[email protected]>
  289. * ChannelDispatcher.cs : Added request-processing code.
  290. 2006-03-06 Atsushi Enomoto <[email protected]>
  291. * ChannelDispatcher.cs : implement Attach() and Detach() more to work.
  292. 2006-02-23 Atsushi Enomoto <[email protected]>
  293. * DispatchBehavior.cs :
  294. Dependent fixes for System.IdentityModel reorgainzation.
  295. 2006-02-23 Atsushi Enomoto <[email protected]>
  296. * FilterNodeQuotaExceededException.cs
  297. FilterInvalidBodyAccessException.cs DispatchBehavior.cs
  298. DispatchOperation.cs NavigatorInvalidBodyAccessException.cs
  299. MatchNoneFilter.cs ActionFilter.cs
  300. MultipleFilterMatchesException.cs Filter.cs
  301. IInstanceContextInitializer.cs XPathFilter.cs
  302. IDispatchOperationSelector.cs MatchAllFilter.cs
  303. ActionFilterTable.cs EndpointAddressFilter.cs FilterTable.cs
  304. EndpointFilterTable.cs XPathMessageContext.cs
  305. IEndpointDispatcher.cs ProxyBehavior.cs
  306. ProxyOperation.cs XPathFilterTable.cs
  307. EndpointAddressFilterTable.cs InvalidBodyAccessException.cs
  308. IFilterTable.cs IOperationInvoker.cs :
  309. moved from System.ServiceModel due to the API changes.