ChangeLog 3.6 KB

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