ChangeLog 2.4 KB

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