Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Web.J2EE « System.Web « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c227f95fa10321bb9b06f135a5927029790a3450 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
2006-01-19  Konstantin Triger <kostat@mainsoft.com>

	* BaseHttpServlet.cs: call correct ServletWorkerRequest ctor

2006-01-09  Konstantin Triger <kostat@mainsoft.com>

	* BaseHttpServlet.cs: merging main/32, main/33
	* PageMapper.cs: merging main/17-27
	* J2EEUtils.cs: mergind ghutils.cs@@/main/9
	* Added ObjectInputStream.cs, ObjectOutputStream.cs

2005-09-08  Eyal Alalouf  <eyala@mainsoft.com>
	* BaseHttpServlet.cs, PageMapper.cs, BaseStaticHttpServlet.cs,
	  SessionListener.cs - backward compatibility fixes.
	  PageMapper.cs - bug fix when compiler produces an unclear error.

2005-08-30  Eyal Alalouf  <eyala@mainsoft.com>
	* BaseHttpServlet.cs, SessionListener.cs: Adaptations to global changes in
	  System.Web.

2005-07-24  Eyal Alalouf  <eyala@mainsoft.com>
    * BaseHttpServlet.cs: Set values of .hostingInstallDir & .hostingVirtualPath
	  necessary for integration.
    * J2EEUtils.cs: Removed obsolete function FileExists
2005-07-18  Eyal Alalouf  <eyala@mainsoft.com>

	* BaseHttpServlet.cs: Added file
	* BaseStaticHttpServlet.cs: Added file
	* SessionListener.cs: Added file

2005-07-18  Eyal Alalouf  <eyala@mainsoft.com>

	* J2EEConsts.cs: Added file.
	* J2EEUtils.cs: Added file.
	* PageMapper.cs: Added file. The PageMapper implements the Grasshopper limited compilation model of ASPX in Grasshopper.