2010-07-19 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System.Net / System.Net.Policy / ChangeLog
1 2010-07-19  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * BaseDomainPolicy.cs:
4         * ICrossDomainPolicy.cs:
5         * NoAccessPolicy.cs:
6         * PolicyDownloadPolicy.cs:
7         * SiteOfOriginPolicy.cs:
8                 Allow throwing something else than a SecurityException
9                 which is pretty rare but we got a DRT for it
10
11 2010-05-14  Sebastien Pouliot  <sebastien@ximian.com>
12
13         * FlashCrossDomainPolicy.cs: Reverse conditions order on secure=true
14         since we're currently too severe. Fix DRT668
15
16 2010-04-13  Sebastien Pouliot  <sebastien@ximian.com>
17
18         * CrossDomainPolicyManager.cs: Fix previous change since it 
19         breaks several valid cases (e.g. text/*, text/xml; charset=utf-8)
20         and does not completely covers the application/xml case.
21         Avoid possible ArgumentException while adding policies since it 
22         confuse the logs.
23
24 2010-04-13  Andreia Gaita  <avidigal@novell.com>
25
26         * CrossDomainPolicyManager.cs: make the contentType detection
27         look for /xml at the end, it's more reliable
28         (fixes olympics for moonlight)
29
30 2010-04-07  Sebastien Pouliot  <sebastien@ximian.com> 
31
32         * ClientAccessPolicy.cs: Fake a "GET" method when applying a 
33         policy to sockets
34
35 2010-04-07  Sebastien Pouliot  <sebastien@ximian.com>
36
37         * BaseDomainPolicy.cs: Abstract-fy IsAllowed(WebRequest) and 
38         remove abstract IsAllowed(Uri,string[]) since it cannot provide
39         enough information for the client access policy.
40         * ClientAccessPolicy.cs: Replace IsAllowed(Uri,string[]) with
41         IsAllowed(WebRequest) and add logic for AllowAnyMethod
42         * ClientAccessPolicyParser.cs: Read "http-methods" attribute (new
43         in SL3) and set the new AllowAnyMethod property if the value is
44         "*" (the only legal value if the attribute is present).
45         * FlashCrossDomainPolicy.cs: Add IsAllowed(WebRequest) since it's
46         not part of BaseDomainPolicy anymore.
47
48 2010-04-06  Sebastien Pouliot  <sebastien@ximian.com> 
49
50         * ClientAccessPolicyParser.cs: Don't forget "http-request-headers"
51         as a valid attribute
52
53 2010-04-06  Sebastien Pouliot  <sebastien@ximian.com>
54
55         * ClientAccessPolicyParser.cs: Catch extra attributes that
56         leads to an invalid (no-access) policy. Fix parts of DRT#666
57         * CrossDomainPolicyManager.cs: Ignore policies sent with a 
58         Content-Type different than "text/*". Fix DRT#667
59         * FlashCrossDomainPolicyParser.cs: Catch extra attributes and
60         the case where a second policy is present (invalid xml). Fix 
61         parts of DRT#666
62
63 2010-03-10  Sebastien Pouliot  <sebastien@ximian.com>
64
65         * BaseDomainPolicy.cs, ClientAccessPolicy[Parser].cs, 
66         CrossDomainPolicyManager.cs, FlashCrossDomainPolicy[Parser].cs,
67         ICrossDomainPolicy.cs, NoAccessPolicy.cs, PolicyDownloadPolicy.cs,
68         SiteOfOriginPolicy.cs: Moved from System.Net.dll with namespace 
69         and minor build adjustments.
70