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