ChangeLog 1.8 KB

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