Re: [Mono-dev] [PATCH] Implement configuration loading for System.ServiceModel.Web

2010-03-06 Thread Sander Rijken
Hi, Another patch here to complete the configuration of WebHttpBindingElement. The previous patch didn't include the implementation for XmlDictionaryReaderQuotas. I wasn't sure what to to with the .config file used in the test, the one from my previous patch had an ugly mix of tabs and spaces.

[Mono-dev] [PATCH] Implement configuration loading for System.ServiceModel.Web

2010-03-01 Thread Sander Rijken
Hi, This patch fixes the issues I've found while attempting to use webHttpBinding. Changelog: Move away from static ConfigurationProperty fields, to allow including the ConfigurationProperties in base in the Properties getter. Add testcases to verify configuration loading. -- Sander Rijken

Re: [Mono-dev] [PATCH] Implement configuration loading for System.ServiceModel.Web

2010-03-01 Thread Atsushi Eno
Hello, Thanks for the patch. I have applied large part of your patch in svn trunk. I fixed WebHttpBindingElement.Properties to include those from base type in less changes instead of your entire rewrite. (And some coding convention fixes.) Atsushi Eno On 2010/03/01 20:50, Sander Rijken wrote: