ChangeLog 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. 2008-02-06 Vladimir Krasnov <[email protected]>
  2. * J2EEConsts.cs: added portal url prefixes
  3. 2007-08-14 Vladimir Krasnov <[email protected]>
  4. * PageMapper.cs: fixed comparer in NormalizeName
  5. 2007-05-16 Igor Zelmanovich <[email protected]>
  6. * PageMapper.cs: prevent DOS attack:
  7. dont cache MetaProvider for not valid resource.
  8. 2007-05-15 Igor Zelmanovich <[email protected]>
  9. * PageMapper.cs: reverted r77353, 77321
  10. make it case-insensitive
  11. 2007-05-14 Igor Zelmanovich <[email protected]>
  12. * PageMapper.cs:
  13. fixed previous patch
  14. 2007-05-13 Igor Zelmanovich <[email protected]>
  15. * PageMapper.cs:
  16. make it case sensitive if file system is case sensitive
  17. 2007-01-04 Igor Zelmanovich <[email protected]>
  18. * PageMapper.cs: refactoring:
  19. GetCachedType, GetObjectType - added overloads
  20. 2006-08-20 Vladimir Krasnov <[email protected]>
  21. * BaseHttpServlet.cs: merged TLS fixes, workaround for thread problem
  22. 2006-08-20 Vladimir Krasnov <[email protected]>
  23. * PageMapper.cs: fixes for aspx parser 2.0
  24. 2006-03-29 Konstantin Triger <[email protected]>
  25. * SessionListener.cs: Use standard mechanism for session_end handling.
  26. 2006-03-20 Konstantin Triger <[email protected]>
  27. * SessionListener.cs: Associate the AppDoamin with current thread.
  28. 2006-01-19 Konstantin Triger <[email protected]>
  29. * BaseHttpServlet.cs: call correct ServletWorkerRequest ctor
  30. 2006-01-09 Konstantin Triger <[email protected]>
  31. * BaseHttpServlet.cs: merging main/32, main/33
  32. * PageMapper.cs: merging main/17-27
  33. * J2EEUtils.cs: mergind ghutils.cs@@/main/9
  34. * Added ObjectInputStream.cs, ObjectOutputStream.cs
  35. 2005-09-08 Eyal Alalouf <[email protected]>
  36. * BaseHttpServlet.cs, PageMapper.cs, BaseStaticHttpServlet.cs,
  37. SessionListener.cs - backward compatibility fixes.
  38. PageMapper.cs - bug fix when compiler produces an unclear error.
  39. 2005-08-30 Eyal Alalouf <[email protected]>
  40. * BaseHttpServlet.cs, SessionListener.cs: Adaptations to global changes in
  41. System.Web.
  42. 2005-07-24 Eyal Alalouf <[email protected]>
  43. * BaseHttpServlet.cs: Set values of .hostingInstallDir & .hostingVirtualPath
  44. necessary for integration.
  45. * J2EEUtils.cs: Removed obsolete function FileExists
  46. 2005-07-18 Eyal Alalouf <[email protected]>
  47. * BaseHttpServlet.cs: Added file
  48. * BaseStaticHttpServlet.cs: Added file
  49. * SessionListener.cs: Added file
  50. 2005-07-18 Eyal Alalouf <[email protected]>
  51. * J2EEConsts.cs: Added file.
  52. * J2EEUtils.cs: Added file.
  53. * PageMapper.cs: Added file. The PageMapper implements the Grasshopper limited compilation model of ASPX in Grasshopper.