ChangeLog 1.9 KB

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