svn path=/branches/mono-1-1-9/mono/; revision=51217
[mono.git] / mcs / class / System.Web / System.Web.Hosting / ChangeLog
1 2005-09-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2
3         * SimpleWorkerRequest.cs: all tests pass now.
4
5 2005-09-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6
7         * ApplicationHost.cs: append a directory separator char to the physical
8         path. Fixes bug #76187.
9
10 2005-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11
12         * SimpleWorkerRequest.cs: fix GetUriPath() for paths ending in '/'.
13
14 2005-09-10  Sebastien Pouliot  <sebastien@ximian.com>
15
16         * AppDomainFactory.cs: Added LinkDemand for Minimal. Added Demand for
17         UnmanagedCode on ctor. Added TODO on unimplemented method.
18         * ApplicationHost.cs: Added LinkDemand for Minimal. Added Demand for 
19         UnmanagedCode on ctor. Removed duplicate null checks.
20         * SimpleWorkerRequest.cs: Added LinkDemand and InheritanceDemand (not
21         sealed) for Minimal. Added Demands for UnmanagedCode on ctors. Added
22         FileIOPermission for PathDiscovery before returning processed paths.
23
24 2005-09-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25
26         * ApplicationHost.cs: set the domain's DynamicBase property instead of
27         guessing it in BaseCompiler.
28
29 2005-09-08  Eyal Alalouf  <eyala@mainsoft.com>
30         * ServletWorkerRequest.jvm.cs: Implement SendResponseFromFile
31
32 2005-07-24  Eyal Alalouf  <eyala@mainsoft.com>
33         * ServletWorkerRequest.jvm.cs: Put Console.WriteLine in #if DEBUG
34
35 2005-07-18  Eyal Alalouf  <eyala@mainsoft.com>
36
37         * Added ServletWorkerRequest.jvm.cs
38
39 2005-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
40
41         * IISAPIRuntime.cs: GUID changed.
42
43 2004-08-03  Atsushi Enomoto  <atsushi@ximian.com>
44
45         * IApplicationHost.cs : missing namespace import.
46
47 2004-08-02  Duncan Mak  <duncan@ximian.com>
48
49         * IApplicationHost.cs (MapPath): Add [In] attribute.
50
51         * IAppManagerAppDomainFactory.cs:
52         * IProcessHostSupportFunction.cs: signature fixes.
53         
54 2004-08-02  Duncan Mak  <duncan@ximian.com>
55
56         * IApplicationHost.cs:
57         * IHttpWorkerRequestHandler.cs:
58         * IProcessHost.cs:
59         * IProcessHostFactoryHelper.cs:
60         * IProcessHostSupportFunction.cs:
61         * IProcessPingCallback.cs:
62         * IQueueHost.cs:
63         * IRegisteredObject.cs: Added interfaces.
64         
65 2004-06-18  Gert Driesen <drieseng@users.sourceforge.net>
66
67         * IAppDomainFactory.cs: added missing marshalling attributes
68         * IISAPIRuntime.cs: added missing marshalling attributes
69
70 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
71
72         * AppDomainFactory.cs: set the Dynamic base for the AppDomain.
73
74 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
75
76         * SimpleWorkerRequest.cs: patch from Aleksey Demakov that fixes
77         MapPath when the virtual directory is the root virtual directory.
78
79 2004-01-14  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
80
81         * IISAPIRuntime.cs: Fixed wrong attribute
82
83 2004-01-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
84
85         * SimpleWorkerRequest.cs: Added missing attribute
86         * IISAPIRuntime.cs: Added attributes, fixed signature
87         * IAppDomainFactory.cs: Added attributes, fixed signature
88
89 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
90
91         * ApplicationHost.cs: set hostingInstallDir.
92         * SimpleWorkerRequest.cs: implemented a couple of properties.
93
94 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
95
96         * SimpleWorkerRequest.cs: fixed GetFilePathTranslated and added a
97         paranoid condition to ExtractPathInfo.
98
99 2003-06-25  Eric Lindvall <eric@5stops.com>
100
101         * SimpleWorkerRequest.cs: 
102                 -adds PATH_INFO support
103                 - updates GetFilePathTranslated() to make use of Path.Combine()
104                 - gets rid of the null check in GetPathInfo() (we're setting
105                 _PathInfo to String.Empty now)
106                 - fixed CreatePath() so that it doesn't return String.Empty if
107                   the _AppVirtualPath is not "/" (to match MS runtime -- does
108                   anyone know why it was returning String.Empty?)
109
110 2003-03-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
111
112         * AppDomainFactory.cs: hacks to work-around our buggy System.Uri.
113
114 2003-03-17 George Kodinov <gkodinov@openlinksw.co.uk>
115        
116         * AppDomainFactory.cs: place the correct full path for Web.config when
117         in Application host
118
119 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
120
121         * AppDomainFactory.cs: Web.config takes precedence over web.config.
122
123         * ApplicationHost.cs: removed hacks to work around an old bug.
124
125 2003-02-04  Tim Haynes <thaynes@openlinksw.com>
126
127         * SimpleWorkerRequest.cs: changed the initialised values of
128         _App{Install,Virtual}Path variables
129
130 2002-09-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
131
132         * System.Web.Hosting/SimpleWorkerRequest.cs: we are now able to compile
133         pages and use HttpApplication, HttpRuntime and SimpleWorkerRequest.
134
135 2002-09-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
136
137         * ApplicationHost.cs:
138         * SimpleWorkerRequest.cs: workaround for bug #31245. 
139
140 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
141
142         * ApplicationHost.cs: little fixes.
143
144 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
145
146         * ApplicationHost.cs: use Assembly instead of Module.
147
148 2002-08-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
149
150         * AppDomainFactory.cs: implemented.
151         * ApplicationHost.cs: implemented.
152         * SimpleWorkerRequest.cs: a few little fixes and reformatted. It's now
153         fully implemented.
154
155 2002-07-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
156
157         * AppDomainFactory.cs:
158         * IAppDomainFactory.cs:
159         * IISAPIRuntime.cs:
160         * ISAPIRuntime.cs: make them compile.
161
162 2002-04-10  Patrik Torstensson <patrik.torstensson@labs2.com>
163
164         * ApplicationHost.cs: Test implementation to support testing.
165         * SimpleWorkerRequest.cs: Rewrite and a almost full implementation.
166
167 2001-08-30  Bob Smith  <bob@thestuff.net>
168
169         * AppDomainFactory.cs: Stubbed.
170         * ApplicationHost.cs: Stubbed.
171         * IAppDomainFactory.cs: Stubbed.
172         * IISAPIRuntime.cs: Stubbed.
173         * ISAPIRuntime.cs: Implemented.
174         * SimpleWorkerRequest.cs: Implemented.