ChangeLog 3.7 KB

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