2
0

ChangeLog 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. 2004-01-05 Jackson Harper <[email protected]>
  2. * HandlerItem.cs: Fix typo so slashes are stripped from paths properly.
  3. 2003-12-17 Gonzalo Paniagua Javier <[email protected]>
  4. * CustomErrorsConfigHandler.cs: handle <system.web><customErrors />..
  5. 2003-12-16 Gonzalo Paniagua Javier <[email protected]>
  6. * HttpCapabilitiesBase.cs: use the new loader.
  7. 2003-12-12 Gonzalo Paniagua Javier <[email protected]>
  8. * WebConfigurationSettings.cs: also cache parents when building the
  9. hierarchy up. Fixes bug #51818.
  10. 2003-12-09 Jackson Harper <[email protected]>
  11. * GlobalizationConfigurationHander.cs: Make unicode encodings case
  12. insensitive.
  13. 2003-12-08 Jackson Harper <[email protected]>
  14. * GlobalizationConfigurationHandler.cs: Handle creating some the unicode
  15. encodings here so we can create ones without BOMs.
  16. 2003-12-02 Gonzalo Paniagua Javier <[email protected]>
  17. * GlobalizationConfiguration.cs: return null when the configuration is
  18. not available.
  19. * WebConfigurationSettings.cs: handle configuration for System.Web. It
  20. replaces the default IConfigurationSystem with itself and handles
  21. web.config files oddities.
  22. 2003-11-21 Gonzalo Paniagua Javier <[email protected]>
  23. * CompilationConfiguration.cs: don't throw an HttpException.
  24. * HttpRuntimeConfig.cs:
  25. * HttpRuntimeConfigurationHandler.cs: handle system.web/httpRuntime
  26. configuration section.
  27. 2003-11-10 Jackson Harper <[email protected]>
  28. * CompilationConfigurationHandler.cs: Append .dll to shortened
  29. assembly names.
  30. 2003-11-08 Jackson Harper <[email protected]>
  31. * CompilationConfigurationHandler.cs: Trim extra versioning
  32. information off of assembly names. This is a workaround that fixes
  33. bug #50355.
  34. 2003-11-05 Gonzalo Paniagua Javier <[email protected]>
  35. * GlobalizationConfiguration.cs: added GetInstance method.
  36. * GlobalizationConfigurationHandler.cs: warn about unsupported encodings
  37. and provide reasonable defaults.
  38. 2003-10-17 Ben Maurer <[email protected]>
  39. * CompilationConfiguration.cs (Init): you have to inherit copying
  40. files from the bin folders too.
  41. 2003-10-15 Gonzalo Paniagua Javier <[email protected]>
  42. * CompilationConfiguration.cs: use the context passed in. If not, try
  43. the current context.
  44. 2003-10-14 Gonzalo Paniagua Javier <[email protected]>
  45. * CompilationConfiguration.cs:
  46. * CompilationConfigurationHandler.cs:
  47. * CompilerCollection.cs:
  48. * WebCompiler.cs: new files that process and store
  49. system.web/compilation info (compilers + assemblies).
  50. * HttpHandlersSectionHandler.cs: added option for an attribute to be
  51. empty.
  52. 2003-10-10 Gonzalo Paniagua Javier <[email protected]>
  53. * WebControlsSectionHandler.cs: new file to handle <webControls>
  54. configuration.
  55. 2003-10-01 Gonzalo Paniagua Javier <[email protected]>
  56. * HandlerItem.cs: make it work for file names without wildcards.
  57. 2003-03-03 Gonzalo Paniagua Javier <[email protected]>
  58. * ModuleItem.cs: it's not public.
  59. * ModulesConfiguration.cs: it's not public.
  60. 2003-02-27 Gonzalo Paniagua Javier <[email protected]>
  61. * AuthenticationConfigHandler.cs: 'name' is optional in <forms>.
  62. 2003-02-17 Gonzalo Paniagua Javier <[email protected]>
  63. * HandlerFactoryConfiguration.cs: first search in the mappings of this
  64. instance, then in the parent.
  65. 2003-02-13 Gonzalo Paniagua Javier <[email protected]>
  66. * GlobalizationConfiguration.cs: added internal fields to hold the
  67. values in the globalization node.
  68. * GlobalizationConfigurationHandler.cs: handler to load
  69. <system.web/globalization> section.
  70. 2003-02-12 Gonzalo Paniagua Javier <[email protected]>
  71. * AuthorizationConfigHandler.cs: handler for system.web/authorization
  72. section.
  73. * AuthorizationConfig.cs: keeps record of authorization configuration.
  74. 2003-01-04 Gonzalo Paniagua Javier <[email protected]>
  75. * HttpModulesConfigurationHandler.cs: add a default authentication
  76. module at the end of the list.
  77. * ModuleItem.cs: new constructor.
  78. 2002-12-19 Gonzalo Paniagua Javier <[email protected]>
  79. * AuthConfig.cs: LoginUrl defaults to login.aspx.
  80. 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
  81. * AuthConfig.cs:
  82. * AuthenticationConfigHandler.cs: handler and helper class for
  83. system.web/authentication configuration section.
  84. * HttpHandlersSectionHandler.cs: check for null in attributes.
  85. * MachineKeyConfig.cs:
  86. * MachineKeyConfigHandler.cs: handler and helper class for
  87. system.web/machineKey tag.
  88. 2002-10-27 Gonzalo Paniagua Javier <[email protected]>
  89. * HttpHandlersSectionHandler.cs: more null checks.
  90. 2002-10-08 Gonzalo Paniagua Javier <[email protected]>
  91. * HttpHandlersSectionHandler.cs: made a couple of static methods be
  92. part of a class used in other handlers.
  93. * HttpModulesConfigurationHandler.cs: handler for modules.
  94. * ModuleItem.cs: added IsMatch method.
  95. * ModulesConfiguration.cs: made it similar to the handlers class: added Clear, Remove.
  96. 2002-10-08 Gonzalo Paniagua Javier <[email protected]>
  97. * HttpHandlerTypeMapper.cs: removed.
  98. * HandlerFactoryConfiguration.cs: readded. I removed it by mistake.
  99. * HandlerItem.cs: only load the type if we gotta validate it.
  100. Implemented initial IsMatch.
  101. * HttpConfigurationContext.cs: New file.
  102. * HttpHandlersSectionHandler.cs: validate is optional (default true).
  103. Use HttpHandlerTypeMapper.
  104. 2002-10-06 Gonzalo Paniagua Javier <[email protected]>
  105. * System.Web.Configuration/HandlerFactoryConfiguration.cs: removed.
  106. * System.Web.Configuration/HandlerItem.cs: added validation field.
  107. * System.Web.Configuration/HttpHandlerTypeMapper.cs: holds mappings
  108. between verbs and wilcards and their associated HandlerItem.
  109. * System.Web.Configuration/HttpHandlersSectionHandler.cs: this one
  110. processes system.web/httpHandlers section of machine.config file.
  111. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  112. * AuthenticationMode.cs:
  113. * ClientTargetSectionHandler.cs:
  114. * FormsAuthPasswordFormat.cs:
  115. * FormsProtectionEnum.cs:
  116. * HttpCapabilitiesBase.cs: fixes base on class status page.
  117. 2002-08-05 Patrik Torstensson <[email protected]>
  118. * HandlerFactoryConfiguration.cs,
  119. HandlerFactoryProxy.cs,
  120. HandlerItem.cs : New files to emulate HttpHandler configuration
  121. * ModuleItem.cs,
  122. ModulesConfiguration.cs : New files to emulate HttpModule configuration
  123. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  124. * System.Web.Configuration/HttpCapabilitiesBase.cs: New file.