ChangeLog 2.3 KB

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