ChangeLog 1.8 KB

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