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