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