ChangeLog 2.4 KB

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