ChangeLog 2.5 KB

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