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