ChangeLog 10 KB

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