ChangeLog 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. 2003-01-04 Gonzalo Paniagua Javier <[email protected]>
  2. * HttpModulesConfigurationHandler.cs: add a default authentication
  3. module at the end of the list.
  4. * ModuleItem.cs: new constructor.
  5. 2002-12-19 Gonzalo Paniagua Javier <[email protected]>
  6. * AuthConfig.cs: LoginUrl defaults to login.aspx.
  7. 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
  8. * AuthConfig.cs:
  9. * AuthenticationConfigHandler.cs: handler and helper class for
  10. system.web/authentication configuration section.
  11. * HttpHandlersSectionHandler.cs: check for null in attributes.
  12. * MachineKeyConfig.cs:
  13. * MachineKeyConfigHandler.cs: handler and helper class for
  14. system.web/machineKey tag.
  15. 2002-10-27 Gonzalo Paniagua Javier <[email protected]>
  16. * HttpHandlersSectionHandler.cs: more null checks.
  17. 2002-10-08 Gonzalo Paniagua Javier <[email protected]>
  18. * HttpHandlersSectionHandler.cs: made a couple of static methods be
  19. part of a class used in other handlers.
  20. * HttpModulesConfigurationHandler.cs: handler for modules.
  21. * ModuleItem.cs: added IsMatch method.
  22. * ModulesConfiguration.cs: made it similar to the handlers class: added Clear, Remove.
  23. 2002-10-08 Gonzalo Paniagua Javier <[email protected]>
  24. * HttpHandlerTypeMapper.cs: removed.
  25. * HandlerFactoryConfiguration.cs: readded. I removed it by mistake.
  26. * HandlerItem.cs: only load the type if we gotta validate it.
  27. Implemented initial IsMatch.
  28. * HttpConfigurationContext.cs: New file.
  29. * HttpHandlersSectionHandler.cs: validate is optional (default true).
  30. Use HttpHandlerTypeMapper.
  31. 2002-10-06 Gonzalo Paniagua Javier <[email protected]>
  32. * System.Web.Configuration/HandlerFactoryConfiguration.cs: removed.
  33. * System.Web.Configuration/HandlerItem.cs: added validation field.
  34. * System.Web.Configuration/HttpHandlerTypeMapper.cs: holds mappings
  35. between verbs and wilcards and their associated HandlerItem.
  36. * System.Web.Configuration/HttpHandlersSectionHandler.cs: this one
  37. processes system.web/httpHandlers section of machine.config file.
  38. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  39. * AuthenticationMode.cs:
  40. * ClientTargetSectionHandler.cs:
  41. * FormsAuthPasswordFormat.cs:
  42. * FormsProtectionEnum.cs:
  43. * HttpCapabilitiesBase.cs: fixes base on class status page.
  44. 2002-08-05 Patrik Torstensson <[email protected]>
  45. * HandlerFactoryConfiguration.cs,
  46. HandlerFactoryProxy.cs,
  47. HandlerItem.cs : New files to emulate HttpHandler configuration
  48. * ModuleItem.cs,
  49. ModulesConfiguration.cs : New files to emulate HttpModule configuration
  50. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  51. * System.Web.Configuration/HttpCapabilitiesBase.cs: New file.