[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Net / System.Net.Policy / ChangeLog
index 0611fdaccfc2669a8e64316103d5eea9fad1d8bf..d73a06ba6223c3a397c6f8ae198bebc973e3db94 100644 (file)
@@ -1,3 +1,14 @@
+2010-07-23  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * BaseDomainPolicy.cs: Add internal setter for Exception property
+       * ClientAccessPolicy.cs: Re-order checks (to match SL) and throw 
+       NotSupportedException for invalid headers
+
+2010-07-20  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * NoAccessPolicy.cs: Set default to SecurityException each time
+       IsAllowed is called since we share a single instance of this type
+
 2010-07-19  Sebastien Pouliot  <sebastien@ximian.com>
 
        * BaseDomainPolicy.cs: