| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- 2003-03-03 Gonzalo Paniagua Javier <[email protected]>
- * ModuleItem.cs: it's not public.
- * ModulesConfiguration.cs: it's not public.
- 2003-02-27 Gonzalo Paniagua Javier <[email protected]>
- * AuthenticationConfigHandler.cs: 'name' is optional in <forms>.
- 2003-02-17 Gonzalo Paniagua Javier <[email protected]>
- * HandlerFactoryConfiguration.cs: first search in the mappings of this
- instance, then in the parent.
- 2003-02-13 Gonzalo Paniagua Javier <[email protected]>
- * GlobalizationConfiguration.cs: added internal fields to hold the
- values in the globalization node.
- * GlobalizationConfigurationHandler.cs: handler to load
- <system.web/globalization> section.
- 2003-02-12 Gonzalo Paniagua Javier <[email protected]>
- * AuthorizationConfigHandler.cs: handler for system.web/authorization
- section.
- * AuthorizationConfig.cs: keeps record of authorization configuration.
- 2003-01-04 Gonzalo Paniagua Javier <[email protected]>
- * HttpModulesConfigurationHandler.cs: add a default authentication
- module at the end of the list.
- * ModuleItem.cs: new constructor.
- 2002-12-19 Gonzalo Paniagua Javier <[email protected]>
- * AuthConfig.cs: LoginUrl defaults to login.aspx.
- 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
- * AuthConfig.cs:
- * AuthenticationConfigHandler.cs: handler and helper class for
- system.web/authentication configuration section.
- * HttpHandlersSectionHandler.cs: check for null in attributes.
- * MachineKeyConfig.cs:
- * MachineKeyConfigHandler.cs: handler and helper class for
- system.web/machineKey tag.
- 2002-10-27 Gonzalo Paniagua Javier <[email protected]>
- * HttpHandlersSectionHandler.cs: more null checks.
- 2002-10-08 Gonzalo Paniagua Javier <[email protected]>
- * HttpHandlersSectionHandler.cs: made a couple of static methods be
- part of a class used in other handlers.
- * HttpModulesConfigurationHandler.cs: handler for modules.
- * ModuleItem.cs: added IsMatch method.
- * ModulesConfiguration.cs: made it similar to the handlers class: added Clear, Remove.
- 2002-10-08 Gonzalo Paniagua Javier <[email protected]>
- * HttpHandlerTypeMapper.cs: removed.
- * HandlerFactoryConfiguration.cs: readded. I removed it by mistake.
- * HandlerItem.cs: only load the type if we gotta validate it.
- Implemented initial IsMatch.
- * HttpConfigurationContext.cs: New file.
- * HttpHandlersSectionHandler.cs: validate is optional (default true).
- Use HttpHandlerTypeMapper.
- 2002-10-06 Gonzalo Paniagua Javier <[email protected]>
- * System.Web.Configuration/HandlerFactoryConfiguration.cs: removed.
- * System.Web.Configuration/HandlerItem.cs: added validation field.
- * System.Web.Configuration/HttpHandlerTypeMapper.cs: holds mappings
- between verbs and wilcards and their associated HandlerItem.
- * System.Web.Configuration/HttpHandlersSectionHandler.cs: this one
- processes system.web/httpHandlers section of machine.config file.
- 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
- * AuthenticationMode.cs:
- * ClientTargetSectionHandler.cs:
- * FormsAuthPasswordFormat.cs:
- * FormsProtectionEnum.cs:
- * HttpCapabilitiesBase.cs: fixes base on class status page.
- 2002-08-05 Patrik Torstensson <[email protected]>
- * HandlerFactoryConfiguration.cs,
- HandlerFactoryProxy.cs,
- HandlerItem.cs : New files to emulate HttpHandler configuration
-
- * ModuleItem.cs,
- ModulesConfiguration.cs : New files to emulate HttpModule configuration
- 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
- * System.Web.Configuration/HttpCapabilitiesBase.cs: New file.
|