2
0

ChangeLog 9.4 KB

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