68fef062dc3ff9f41245b2b2c6f6a2cb16b9b9cf
[mono.git] / mcs / class / System.Web / System.Web.J2EE / ChangeLog
1 2008-02-06  Vladimir Krasnov <vladimirk@mainsoft.com>
2
3         * J2EEConsts.cs: added portal url prefixes
4
5 2007-08-14  Vladimir Krasnov <vladimirk@mainsoft.com>
6
7         * PageMapper.cs: fixed comparer in NormalizeName
8
9 2007-05-16  Igor Zelmanovich <igorz@mainsoft.com>
10
11         * PageMapper.cs: prevent DOS attack:
12         dont cache MetaProvider for not valid resource.
13
14 2007-05-15  Igor Zelmanovich <igorz@mainsoft.com>
15
16         * PageMapper.cs: reverted r77353, 77321
17         make it case-insensitive
18
19 2007-05-14  Igor Zelmanovich <igorz@mainsoft.com>
20
21         * PageMapper.cs: 
22         fixed previous patch
23
24 2007-05-13  Igor Zelmanovich <igorz@mainsoft.com>
25
26         * PageMapper.cs: 
27         make it case sensitive if file system is case sensitive
28
29 2007-01-04  Igor Zelmanovich <igorz@mainsoft.com>
30
31         * PageMapper.cs: refactoring: 
32         GetCachedType, GetObjectType - added overloads
33
34 2006-08-20  Vladimir Krasnov <vladimirk@mainsoft.com>
35
36         * BaseHttpServlet.cs: merged TLS fixes, workaround for thread problem
37
38 2006-08-20  Vladimir Krasnov <vladimirk@mainsoft.com>
39
40         * PageMapper.cs: fixes for aspx parser 2.0
41
42 2006-03-29  Konstantin Triger <kostat@mainsoft.com>
43
44         * SessionListener.cs: Use standard mechanism for session_end handling.
45
46 2006-03-20  Konstantin Triger <kostat@mainsoft.com>
47
48         * SessionListener.cs: Associate the AppDoamin with current thread.
49
50 2006-01-19  Konstantin Triger <kostat@mainsoft.com>
51
52         * BaseHttpServlet.cs: call correct ServletWorkerRequest ctor
53
54 2006-01-09  Konstantin Triger <kostat@mainsoft.com>
55
56         * BaseHttpServlet.cs: merging main/32, main/33
57         * PageMapper.cs: merging main/17-27
58         * J2EEUtils.cs: mergind ghutils.cs@@/main/9
59         * Added ObjectInputStream.cs, ObjectOutputStream.cs
60
61 2005-09-08  Eyal Alalouf  <eyala@mainsoft.com>
62         * BaseHttpServlet.cs, PageMapper.cs, BaseStaticHttpServlet.cs,
63           SessionListener.cs - backward compatibility fixes.
64           PageMapper.cs - bug fix when compiler produces an unclear error.
65
66 2005-08-30  Eyal Alalouf  <eyala@mainsoft.com>
67         * BaseHttpServlet.cs, SessionListener.cs: Adaptations to global changes in
68           System.Web.
69
70 2005-07-24  Eyal Alalouf  <eyala@mainsoft.com>
71     * BaseHttpServlet.cs: Set values of .hostingInstallDir & .hostingVirtualPath
72           necessary for integration.
73     * J2EEUtils.cs: Removed obsolete function FileExists
74 2005-07-18  Eyal Alalouf  <eyala@mainsoft.com>
75
76         * BaseHttpServlet.cs: Added file
77         * BaseStaticHttpServlet.cs: Added file
78         * SessionListener.cs: Added file
79
80 2005-07-18  Eyal Alalouf  <eyala@mainsoft.com>
81
82         * J2EEConsts.cs: Added file.
83         * J2EEUtils.cs: Added file.
84         * PageMapper.cs: Added file. The PageMapper implements the Grasshopper limited compilation model of ASPX in Grasshopper.