ChangeLog 1.3 KB

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