[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web / System.Web.J2EE / ChangeLog
index 1d9016718eea63c362de6a8ce3fba92439c5d37f..68fef062dc3ff9f41245b2b2c6f6a2cb16b9b9cf 100644 (file)
@@ -1,47 +1,84 @@
-2006-08-20  Vladimir Krasnov <vladimirk@mainsoft.com>\r
-\r
-       * PageMapper.cs: fixes for aspx parser 2.0\r
-\r
-2006-03-29  Konstantin Triger <kostat@mainsoft.com>\r
-\r
-       * SessionListener.cs: Use standard mechanism for session_end handling.\r
-\r
-2006-03-20  Konstantin Triger <kostat@mainsoft.com>\r
-\r
-       * SessionListener.cs: Associate the AppDoamin with current thread.\r
-\r
-2006-01-19  Konstantin Triger <kostat@mainsoft.com>\r
-\r
-       * BaseHttpServlet.cs: call correct ServletWorkerRequest ctor\r
-\r
-2006-01-09  Konstantin Triger <kostat@mainsoft.com>\r
-\r
-       * BaseHttpServlet.cs: merging main/32, main/33\r
-       * PageMapper.cs: merging main/17-27\r
-       * J2EEUtils.cs: mergind ghutils.cs@@/main/9\r
-       * Added ObjectInputStream.cs, ObjectOutputStream.cs\r
-\r
-2005-09-08  Eyal Alalouf  <eyala@mainsoft.com>\r
-       * BaseHttpServlet.cs, PageMapper.cs, BaseStaticHttpServlet.cs,\r
-         SessionListener.cs - backward compatibility fixes.\r
-         PageMapper.cs - bug fix when compiler produces an unclear error.\r
-\r
-2005-08-30  Eyal Alalouf  <eyala@mainsoft.com>\r
-       * BaseHttpServlet.cs, SessionListener.cs: Adaptations to global changes in\r
-         System.Web.\r
-\r
-2005-07-24  Eyal Alalouf  <eyala@mainsoft.com>\r
-    * BaseHttpServlet.cs: Set values of .hostingInstallDir & .hostingVirtualPath\r
-         necessary for integration.\r
-    * J2EEUtils.cs: Removed obsolete function FileExists\r
-2005-07-18  Eyal Alalouf  <eyala@mainsoft.com>\r
-\r
-       * BaseHttpServlet.cs: Added file\r
-       * BaseStaticHttpServlet.cs: Added file\r
-       * SessionListener.cs: Added file\r
-\r
-2005-07-18  Eyal Alalouf  <eyala@mainsoft.com>\r
-\r
-       * J2EEConsts.cs: Added file.\r
-       * J2EEUtils.cs: Added file.\r
-       * PageMapper.cs: Added file. The PageMapper implements the Grasshopper limited compilation model of ASPX in Grasshopper.\r
+2008-02-06  Vladimir Krasnov <vladimirk@mainsoft.com>
+
+       * J2EEConsts.cs: added portal url prefixes
+
+2007-08-14  Vladimir Krasnov <vladimirk@mainsoft.com>
+
+       * PageMapper.cs: fixed comparer in NormalizeName
+
+2007-05-16  Igor Zelmanovich <igorz@mainsoft.com>
+
+       * PageMapper.cs: prevent DOS attack:
+       dont cache MetaProvider for not valid resource.
+
+2007-05-15  Igor Zelmanovich <igorz@mainsoft.com>
+
+       * PageMapper.cs: reverted r77353, 77321
+       make it case-insensitive
+
+2007-05-14  Igor Zelmanovich <igorz@mainsoft.com>
+
+       * PageMapper.cs: 
+       fixed previous patch
+
+2007-05-13  Igor Zelmanovich <igorz@mainsoft.com>
+
+       * PageMapper.cs: 
+       make it case sensitive if file system is case sensitive
+
+2007-01-04  Igor Zelmanovich <igorz@mainsoft.com>
+
+       * PageMapper.cs: refactoring: 
+       GetCachedType, GetObjectType - added overloads
+
+2006-08-20  Vladimir Krasnov <vladimirk@mainsoft.com>
+
+       * BaseHttpServlet.cs: merged TLS fixes, workaround for thread problem
+
+2006-08-20  Vladimir Krasnov <vladimirk@mainsoft.com>
+
+       * PageMapper.cs: fixes for aspx parser 2.0
+
+2006-03-29  Konstantin Triger <kostat@mainsoft.com>
+
+       * SessionListener.cs: Use standard mechanism for session_end handling.
+
+2006-03-20  Konstantin Triger <kostat@mainsoft.com>
+
+       * SessionListener.cs: Associate the AppDoamin with current thread.
+
+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.