1356e3a36f6940bd3ae75f4b72dfb72651c51c6e
[mono.git] / mcs / class / System.Web / System.Web.Hosting / ChangeLog
1 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2
3         * SimpleWorkerRequest.cs: fixed GetFilePathTranslated and added a
4         paranoid condition to ExtractPathInfo.
5
6 2003-06-25  Eric Lindvall <eric@5stops.com>
7
8         * SimpleWorkerRequest.cs: 
9                 -adds PATH_INFO support
10                 - updates GetFilePathTranslated() to make use of Path.Combine()
11                 - gets rid of the null check in GetPathInfo() (we're setting
12                 _PathInfo to String.Empty now)
13                 - fixed CreatePath() so that it doesn't return String.Empty if
14                   the _AppVirtualPath is not "/" (to match MS runtime -- does
15                   anyone know why it was returning String.Empty?)
16
17 2003-03-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18
19         * AppDomainFactory.cs: hacks to work-around our buggy System.Uri.
20
21 2003-03-17 George Kodinov <gkodinov@openlinksw.co.uk>
22        
23         * AppDomainFactory.cs: place the correct full path for Web.config when
24         in Application host
25
26 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27
28         * AppDomainFactory.cs: Web.config takes precedence over web.config.
29
30         * ApplicationHost.cs: removed hacks to work around an old bug.
31
32 2003-02-04  Tim Haynes <thaynes@openlinksw.com>
33
34         * SimpleWorkerRequest.cs: changed the initialised values of
35         _App{Install,Virtual}Path variables
36
37 2002-09-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
38
39         * System.Web.Hosting/SimpleWorkerRequest.cs: we are now able to compile
40         pages and use HttpApplication, HttpRuntime and SimpleWorkerRequest.
41
42 2002-09-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
43
44         * ApplicationHost.cs:
45         * SimpleWorkerRequest.cs: workaround for bug #31245. 
46
47 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
48
49         * ApplicationHost.cs: little fixes.
50
51 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
52
53         * ApplicationHost.cs: use Assembly instead of Module.
54
55 2002-08-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
56
57         * AppDomainFactory.cs: implemented.
58         * ApplicationHost.cs: implemented.
59         * SimpleWorkerRequest.cs: a few little fixes and reformatted. It's now
60         fully implemented.
61
62 2002-07-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
63
64         * AppDomainFactory.cs:
65         * IAppDomainFactory.cs:
66         * IISAPIRuntime.cs:
67         * ISAPIRuntime.cs: make them compile.
68
69 2002-04-10  Patrik Torstensson <patrik.torstensson@labs2.com>
70
71         * ApplicationHost.cs: Test implementation to support testing.
72         * SimpleWorkerRequest.cs: Rewrite and a almost full implementation.
73
74 2001-08-30  Bob Smith  <bob@thestuff.net>
75
76         * AppDomainFactory.cs: Stubbed.
77         * ApplicationHost.cs: Stubbed.
78         * IAppDomainFactory.cs: Stubbed.
79         * IISAPIRuntime.cs: Stubbed.
80         * ISAPIRuntime.cs: Implemented.
81         * SimpleWorkerRequest.cs: Implemented.