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