ChangeLog 7.7 KB

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