ChangeLog 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. 2006-03-20 Konstantin Triger <[email protected]>
  2. * SessionListener.cs: Associate the AppDoamin with current thread.
  3. 2006-01-19 Konstantin Triger <[email protected]>
  4. * BaseHttpServlet.cs: call correct ServletWorkerRequest ctor
  5. 2006-01-09 Konstantin Triger <[email protected]>
  6. * BaseHttpServlet.cs: merging main/32, main/33
  7. * PageMapper.cs: merging main/17-27
  8. * J2EEUtils.cs: mergind ghutils.cs@@/main/9
  9. * Added ObjectInputStream.cs, ObjectOutputStream.cs
  10. 2005-09-08 Eyal Alalouf <[email protected]>
  11. * BaseHttpServlet.cs, PageMapper.cs, BaseStaticHttpServlet.cs,
  12. SessionListener.cs - backward compatibility fixes.
  13. PageMapper.cs - bug fix when compiler produces an unclear error.
  14. 2005-08-30 Eyal Alalouf <[email protected]>
  15. * BaseHttpServlet.cs, SessionListener.cs: Adaptations to global changes in
  16. System.Web.
  17. 2005-07-24 Eyal Alalouf <[email protected]>
  18. * BaseHttpServlet.cs: Set values of .hostingInstallDir & .hostingVirtualPath
  19. necessary for integration.
  20. * J2EEUtils.cs: Removed obsolete function FileExists
  21. 2005-07-18 Eyal Alalouf <[email protected]>
  22. * BaseHttpServlet.cs: Added file
  23. * BaseStaticHttpServlet.cs: Added file
  24. * SessionListener.cs: Added file
  25. 2005-07-18 Eyal Alalouf <[email protected]>
  26. * J2EEConsts.cs: Added file.
  27. * J2EEUtils.cs: Added file.
  28. * PageMapper.cs: Added file. The PageMapper implements the Grasshopper limited compilation model of ASPX in Grasshopper.