ChangeLog 3.5 KB

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