Do not set the exception to NotSupportedException for denied headers
authorSebastien Pouliot <sebastien@ximian.com>
Thu, 2 Sep 2010 15:11:19 +0000 (11:11 -0400)
committerSebastien Pouliot <sebastien@ximian.com>
Thu, 2 Sep 2010 15:13:38 +0000 (11:13 -0400)
commit56a925b4676cb567156fca828073757c4163bba5
tree6c555bbe45b10c84436489d3032af48bc566ec9e
parent85c0976c3d913ba16a13d44159f8e7591732df56
Do not set the exception to NotSupportedException for denied headers

* mcs/class/System.Net/System.Net.Policy/ClientAccessPolicy.cs: Do not
throw a NotSupportedException here since it regress some DRT (like 656).
The (hopefully) correct fix (for DRT3001) will be committed inside moon
mcs/class/System.Net/System.Net.Policy/ClientAccessPolicy.cs