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