de2846c40e7e5896b2f69029526d7468a313b8af
[mono.git] / mcs / class / System.Web / System.Web.Handlers / ChangeLog
1 2007-05-30  Vladimir Krasnov  <vladimirk@mainsoft.com>
2
3         * AssemblyResourceLoader.cs: GetResourceUrl, TARGET_JVM will use type's
4         hashcode for resource url
5
6 2007-04-06  Marek Habersack  <mhabersack@novell.com>
7
8         * AssemblyResourceLoader.cs: use the correct query parameter
9         separator char for the current platform version. Fixes bug
10         #80633.
11
12 2006-01-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13
14         * TraceHandler.cs: class status fixes.
15
16 2006-01-26  Chris Toshok  <toshok@ximian.com>
17
18         * AssemblyResourceLoader.cs (GetResourceUrl): if the assembly
19         corresponds to an on-disk file, append the last write time to the
20         url so we can enable client side caching.
21         (ProcessRequest): tell the client to cache the url for 1 year, and
22         have it vary by 'r' (resource name) and 't' (assembly timestamp).
23
24 2006-01-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25
26         * TraceHandler.cs: when clearing trace data, remove 'clear=1' from the
27         query string. Fixes bug #77072.
28
29 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
30
31         * AssemblyResourceLoader.cs: Class is sealed in 2.0.
32         * TraceHandler.cs: Added security permissions on class (LinkDemand and
33         InheritanceDemand for AspNetHostingPermission) and on ctor (Demand for
34         UnmanagedCode). Stubbed new protected methods for 2.0.
35
36 2004-11-18  Lluis Sanchez Gual <lluis@novell.com>
37
38         * AssemblyResourceLoader.cs: Use a special name when encoding a resource
39         from the System.Web assembly.
40
41 2004-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
42
43         * TraceHandler.cs: error code is 403 and the message different when
44         trace is enabled but not for remote clients.
45
46 2004-07-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
47
48         * TraceHandler.cs: check that trace is enabled or throw.
49
50 2004-06-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
51
52         * TraceHandler.cs: Added protected missing members and attributes.
53
54 2004-01-10  Jackson Harper <jackson@ximian.com>
55
56         * TraceHandler.cs: Obey localOnly attribute.
57         
58 2004-01-10  Jackson Harper <jackson@ximian.com>
59
60         * TraceHandler.cs: Implement.
61         
62 2003-11-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
63
64         * AssemblyResourceLoader.cs: fixed compilation under MS. Ben already
65         filed a bug report.
66
67 2003-11-04 Jackson Harper <jackson@ximian.com>
68
69         * AssemblyResourceLoader.cs: No method body for v1. This fixes the
70         build.
71         
72 2003-11-04 Ben Maurer  <bmaurer@users.sourceforge.net>
73
74         * AssemblyResourceLoader.cs: New file. New v2 handler.
75
76 2002-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
77
78         * ChangeLog: New file.
79         * TraceHandler.cs: stubbed out. This should generate the trace page
80         when tracing is enabled.
81