ChangeLog 1.6 KB

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