New test.
[mono.git] / mcs / class / System.Web / System.Web.Hosting / ChangeLog
1 2006-08-23 Konstantin Triger <kostat@mainsoft.com>
2
3         * ServletWorkerRequest.jvm.cs: fix default page resolution.
4
5 2006-08-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6
7         * BareApplicationHost.cs:
8         * ApplicationManager.cs: remove unloaded domains.
9
10 2006-03-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11
12         * SimpleWorkerRequest.cs: use UrlUtils instead of Path. Several fixes
13         to make PathInfo + SimpleWorkerRequest work as in MS.
14
15 2006-03-15  Vladimir Krasnov  <vladimirk@mainsoft.com>
16
17         * ServletWorkerRequest.jvm.cs: fixed ctor, UrlDecode applied on 
18         requested url
19         fixed GetRawUrl, removed protocol, hostname and port
20         fixed GetUriPath, _requestUri is always initialized
21
22 2006-03-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23
24         * ApplicationHost.cs: ShadowCopyDirectories is not a URL. Set
25         PrivateBinPath to the same value.
26
27 2006-03-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
28
29         * BareApplicationHost.cs: initialize paths from AppDomain data. New
30         GetCodeGenDir().
31         * ApplicationHost.cs: in 2.0 the physical path is turned into an
32         absolute path.
33
34 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
35
36         * ApplicationManager.cs: new internal method to create/reuse a
37         BareApplicationHost from ClientBuildManager.
38
39 2006-02-28  Chris Toshok  <toshok@ximian.com>
40
41         * IAppDomainFactory.cs: corcompare work.
42
43         * IAppManagerAppDomainFactory.cs: same
44
45         * IISAPIRuntime.cs: same.
46
47 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
48
49         * ApplicationManager.cs: implemented ShutdownAll().
50         * HostingEnvironment.cs: remove MonoTODO.
51
52 2006-02-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
53
54         * BareApplicationHost.cs: class used as an entry point into each
55         application domiain from the ApplicationManager.
56         * ApplicationManager.cs: implemented most of the remaining methods.
57         * HostingEnvironment.cs: object handling methods are now implemented.
58
59 2006-02-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
60
61         * DefaultVirtualPathProvider.cs: add some comments/TODO.
62         * HostingEnvironment.cs: initialize the default value for
63         VirtualPathProvider.
64
65 2006-02-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
66
67         * HostingEnvironment.cs: MapPath is done.
68
69 2006-02-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
70
71         * DefaultVirtualDirectory.cs: implemented missing bits.
72         * DefaultVirtualFile.cs: fix ctor scope.
73         * DefaultVirtualPathProvider.cs: implemented GetFile and GetDirectory.
74
75 2006-02-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
76
77         * DefaultVirtualDirectory.cs:
78         * DefaultVirtualPathProvider.cs:
79         * VirtualFile.cs:
80         * DefaultVirtualFile.cs: almost done with the default
81         VirtualPathProvider which just maps to on-disk directories/files.
82
83 2006-02-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
84
85         * SimpleWorkerRequest.cs: implemented RootWebConfigPath.
86         * HostingEnvironment.cs: implemented RegisterVirtualPathProvider and
87         a few other defaults.
88
89 2006-01-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
90
91         * AppManagerAppDomainFactory.cs: stubbed out.
92
93         * ApplicationInfo.cs:
94         * ApplicationManager.cs: add 2 new classes.
95
96 2006-01-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
97
98         * VirtualPathProvider.cs: implemented OpenFile.
99         * VirtualFile.cs: removed stuff cut&pasted from VirtualDirectory.
100
101         * SimpleWorkerRequest.cs: 
102         * HostingEnvironment.cs: class status fixes.
103
104 2006-01-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
105
106         * IProcessHostFactoryHelper.cs:
107         * IProcessPingCallback.cs:
108         * IProcessHost.cs:
109         * IProcessHostSupportFunction.cs:
110         * IHttpWorkerRequestHandler.cs:
111         * IQueueHost.cs:
112         * IApplicationHost.cs: removed all this. They are not longer part of the
113         public API.
114
115 2006-01-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
116
117         * VirtualDirectory.cs:
118         * VirtualPathProvider.cs:
119         * VirtualFileBase.cs:
120         * VirtualFile.cs: implemented this base classes.
121
122         * HostingEnvironment.cs: implemented a few properties by using the ones
123         in HttpRuntime.
124
125 2006-01-24  Konstantin Triger <kostat@mainsoft.com>
126
127         * ServletWorkerRequest.jvm.cs: convert .invoke requests to PathInfo,
128                 remove ToUpper usage.
129
130 2006-01-19  Konstantin Triger <kostat@mainsoft.com>
131
132         * ServletWorkerRequest.jvm.cs: refactoring.
133
134 2005-11-28  Robert Jordan  <robertj@gmx.net>
135
136         * SimpleWorkerRequest.cs: fixed MapPath () for the case
137         app_virtual_dir.Length == 1 && path.Length == 1.
138         * SimpleWorkerRequest.cs: implemented SendResponseFromMemory ().
139
140 2005-11-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
141
142         * ApplicationHost.cs: make this work with paths that that
143         contain non-ASCII characters. Fixes bug #76807.
144
145 2005-11-02  Chris Toshok  <toshok@ximian.com>
146
147         * HostingEnvironment.cs: completely NIE'ed implementation of
148         HostingEnvironment, just to get an MS example provider to compile.
149
150 2005-11-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
151
152         * ApplicationHost.cs: use the AbsolutePath from the Uri to remove the
153         schema prefix if present.
154
155 2005-09-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
156
157         * SimpleWorkerRequest.cs: all tests pass now.
158
159 2005-09-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
160
161         * ApplicationHost.cs: append a directory separator char to the physical
162         path. Fixes bug #76187.
163
164 2005-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
165
166         * SimpleWorkerRequest.cs: fix GetUriPath() for paths ending in '/'.
167
168 2005-09-10  Sebastien Pouliot  <sebastien@ximian.com>
169
170         * AppDomainFactory.cs: Added LinkDemand for Minimal. Added Demand for
171         UnmanagedCode on ctor. Added TODO on unimplemented method.
172         * ApplicationHost.cs: Added LinkDemand for Minimal. Added Demand for 
173         UnmanagedCode on ctor. Removed duplicate null checks.
174         * ISAPIRuntime.cs: Fixed inheritance (added MarshalByRefObject and 
175         IRegisteredObject) for 2.0. Added LinkDemand for Minimal. Added Demand 
176         for UnmanagedCode on ctor.
177         * SimpleWorkerRequest.cs: Added LinkDemand and InheritanceDemand (not
178         sealed) for Minimal. Added Demands for UnmanagedCode on ctors. Added
179         FileIOPermission for PathDiscovery before returning processed paths.
180
181 2005-09-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
182
183         * ApplicationHost.cs: set the domain's DynamicBase property instead of
184         guessing it in BaseCompiler.
185
186 2005-09-08  Eyal Alalouf  <eyala@mainsoft.com>
187         * ServletWorkerRequest.jvm.cs: Implement SendResponseFromFile
188
189 2005-07-24  Eyal Alalouf  <eyala@mainsoft.com>
190         * ServletWorkerRequest.jvm.cs: Put Console.WriteLine in #if DEBUG
191
192 2005-07-18  Eyal Alalouf  <eyala@mainsoft.com>
193
194         * Added ServletWorkerRequest.jvm.cs
195
196 2005-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
197
198         * IISAPIRuntime.cs: GUID changed.
199
200 2004-08-03  Atsushi Enomoto  <atsushi@ximian.com>
201
202         * IApplicationHost.cs : missing namespace import.
203
204 2004-08-02  Duncan Mak  <duncan@ximian.com>
205
206         * IApplicationHost.cs (MapPath): Add [In] attribute.
207
208         * IAppManagerAppDomainFactory.cs:
209         * IProcessHostSupportFunction.cs: signature fixes.
210         
211 2004-08-02  Duncan Mak  <duncan@ximian.com>
212
213         * IApplicationHost.cs:
214         * IHttpWorkerRequestHandler.cs:
215         * IProcessHost.cs:
216         * IProcessHostFactoryHelper.cs:
217         * IProcessHostSupportFunction.cs:
218         * IProcessPingCallback.cs:
219         * IQueueHost.cs:
220         * IRegisteredObject.cs: Added interfaces.
221         
222 2004-06-18  Gert Driesen <drieseng@users.sourceforge.net>
223
224         * IAppDomainFactory.cs: added missing marshalling attributes
225         * IISAPIRuntime.cs: added missing marshalling attributes
226
227 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
228
229         * AppDomainFactory.cs: set the Dynamic base for the AppDomain.
230
231 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
232
233         * SimpleWorkerRequest.cs: patch from Aleksey Demakov that fixes
234         MapPath when the virtual directory is the root virtual directory.
235
236 2004-01-14  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
237
238         * IISAPIRuntime.cs: Fixed wrong attribute
239
240 2004-01-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
241
242         * SimpleWorkerRequest.cs: Added missing attribute
243         * IISAPIRuntime.cs: Added attributes, fixed signature
244         * IAppDomainFactory.cs: Added attributes, fixed signature
245
246 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
247
248         * ApplicationHost.cs: set hostingInstallDir.
249         * SimpleWorkerRequest.cs: implemented a couple of properties.
250
251 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
252
253         * SimpleWorkerRequest.cs: fixed GetFilePathTranslated and added a
254         paranoid condition to ExtractPathInfo.
255
256 2003-06-25  Eric Lindvall <eric@5stops.com>
257
258         * SimpleWorkerRequest.cs: 
259                 -adds PATH_INFO support
260                 - updates GetFilePathTranslated() to make use of Path.Combine()
261                 - gets rid of the null check in GetPathInfo() (we're setting
262                 _PathInfo to String.Empty now)
263                 - fixed CreatePath() so that it doesn't return String.Empty if
264                   the _AppVirtualPath is not "/" (to match MS runtime -- does
265                   anyone know why it was returning String.Empty?)
266
267 2003-03-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
268
269         * AppDomainFactory.cs: hacks to work-around our buggy System.Uri.
270
271 2003-03-17 George Kodinov <gkodinov@openlinksw.co.uk>
272        
273         * AppDomainFactory.cs: place the correct full path for Web.config when
274         in Application host
275
276 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
277
278         * AppDomainFactory.cs: Web.config takes precedence over web.config.
279
280         * ApplicationHost.cs: removed hacks to work around an old bug.
281
282 2003-02-04  Tim Haynes <thaynes@openlinksw.com>
283
284         * SimpleWorkerRequest.cs: changed the initialised values of
285         _App{Install,Virtual}Path variables
286
287 2002-09-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
288
289         * System.Web.Hosting/SimpleWorkerRequest.cs: we are now able to compile
290         pages and use HttpApplication, HttpRuntime and SimpleWorkerRequest.
291
292 2002-09-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
293
294         * ApplicationHost.cs:
295         * SimpleWorkerRequest.cs: workaround for bug #31245. 
296
297 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
298
299         * ApplicationHost.cs: little fixes.
300
301 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
302
303         * ApplicationHost.cs: use Assembly instead of Module.
304
305 2002-08-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
306
307         * AppDomainFactory.cs: implemented.
308         * ApplicationHost.cs: implemented.
309         * SimpleWorkerRequest.cs: a few little fixes and reformatted. It's now
310         fully implemented.
311
312 2002-07-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
313
314         * AppDomainFactory.cs:
315         * IAppDomainFactory.cs:
316         * IISAPIRuntime.cs:
317         * ISAPIRuntime.cs: make them compile.
318
319 2002-04-10  Patrik Torstensson <patrik.torstensson@labs2.com>
320
321         * ApplicationHost.cs: Test implementation to support testing.
322         * SimpleWorkerRequest.cs: Rewrite and a almost full implementation.
323
324 2001-08-30  Bob Smith  <bob@thestuff.net>
325
326         * AppDomainFactory.cs: Stubbed.
327         * ApplicationHost.cs: Stubbed.
328         * IAppDomainFactory.cs: Stubbed.
329         * IISAPIRuntime.cs: Stubbed.
330         * ISAPIRuntime.cs: Implemented.
331         * SimpleWorkerRequest.cs: Implemented.