ChangeLog 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  1. 2005-06-15 Lluis Sanchez Gual <[email protected]>
  2. * CodeSubDirectory.cs:
  3. * ExpressionBuilder.cs:
  4. * AssemblyInfo.cs:
  5. * BuildProviderCollection.cs:
  6. * ExpressionBuilderCollection.cs:
  7. * CodeSubDirectoriesCollection.cs:
  8. * AnonymousIdentificationSection.cs: Track 2.0 api changes
  9. in System.Configuration.
  10. 2005-06-13 Gonzalo Paniagua Javier <[email protected]>
  11. * GlobalizationConfigurationHandler.cs: when an attribute is not
  12. provided, don't assing Encoding.Default to it, as we might override
  13. parent's settings.
  14. 2005-05-04 Gonzalo Paniagua Javier <[email protected]>
  15. * CompilationConfiguration.cs: throw if we cannot load the type given
  16. in the configuration file.
  17. 2005-04-25 Gonzalo Paniagua Javier <[email protected]>
  18. * CompilerCollection.cs: added CompareLanguages method.
  19. 2005-04-22 Gonzalo Paniagua Javier <[email protected]>
  20. * CompilationConfigurationHandler.cs: ensure TempDirectory is not empty
  21. before assigning it. Don't mangle the assembly names provided.
  22. * CompilationConfiguration.cs: use DynamicBase as the temp directory
  23. instead of Path.GetTempPath.
  24. 2005-04-20 Gonzalo Paniagua Javier <[email protected]>
  25. * ModuleItem.cs:
  26. * GlobalizationConfigurationHandler.cs:
  27. * WebConfigurationSettings.cs:
  28. * CustomErrorsConfigHandler.cs:
  29. * PagesConfigurationHandler.cs:
  30. * WebControlsSectionHandler.cs:
  31. * AuthorizationConfigHandler.cs: removed warnings.
  32. 2005-03-16 Gonzalo Paniagua Javier <[email protected]>
  33. * CompilerCollection.cs:
  34. * CompilationConfigurationHandler.cs:
  35. * Compiler.cs:
  36. * CompilationSection.cs:
  37. * CompilationConfiguration.cs: reverted last patch and/or disable code
  38. until the whole config system is migrated to 2.0. Fixes bug #73736.
  39. 2005-03-14 Gonzalo Paniagua Javier <[email protected]>
  40. * CodeSubDirectoriesCollection.cs:
  41. * ExpressionBuilderCollection.cs:
  42. * BuildProviderCollection.cs:
  43. * CompilerCollection.cs:
  44. * CompilationConfigurationHandler.cs:
  45. * ExpressionBuilder.cs:
  46. * Compiler.cs:
  47. * CompilationSection.cs:
  48. * CompilationConfiguration.cs:
  49. * CodeSubDirectory.cs: added and implemented
  50. most of these files that are used when reading configuration files in
  51. NET_2_0.
  52. * WebCompiler.cs: renamed to Compiler.cs
  53. 2004-12-15 Gonzalo Paniagua Javier <[email protected]>
  54. * WebConfigurationSettings.cs: correctly detect web.config changes.
  55. 2004-11-28 Gonzalo Paniagua Javier <[email protected]>
  56. * HandlerItem.cs: for reusable items, return the same instance always.
  57. Fixes bug #69959.
  58. 2004-11-24 Gonzalo Paniagua Javier <[email protected]>
  59. * GlobalizationConfigurationHandler.cs: fixed stupid typo (uiculture ->
  60. uiCulture). Closes bug #69524.
  61. 2004-11-18 Lluis Sanchez Gual <[email protected]>
  62. * AnonymousIdentificationSection.cs, AuthenticationSection.cs,
  63. AssemblyInfo.cs: Initialize property collection.
  64. * SiteMapSection.cs, SiteMapHierarchicalDataSourceView.cs,
  65. SiteMapDataSource.cs: New file.
  66. * SiteMapDataSourceView.cs: Minor fixes.
  67. 2004-11-15 Lluis Sanchez Gual <[email protected]>
  68. * AnonymousIdentificationSection.cs, InternalSection.cs,
  69. AuthenticationSection.cs, AssemblyCollection.cs, AssemblyInfo.cs,
  70. AdapterDictionary.cs: Implemented.
  71. * PassportAuthentication.cs, FormsAuthenticationConfiguration.cs:
  72. created classes.
  73. 2004-10-10 Gonzalo Paniagua Javier <[email protected]>
  74. * WebConfigurationSettings.cs: use CurrentExecutionFilePath instead of
  75. FilePath. Fixes bug #67982.
  76. 2004-08-22 Gonzalo Paniagua Javier <[email protected]>
  77. * WebConfigurationSettings.cs: fix bug when processing empty location
  78. tags. Closes bug #63001.
  79. 2004-08-02 Duncan Mak <[email protected]>
  80. * AuthorizationRuleAction.cs:
  81. * BuildProviderAppliesTo.cs:
  82. * CustomErrorsMode.cs:
  83. * MachineKeyValidation.cs:
  84. * PagesEnableSessionState.cs:
  85. * PagesToCountAction.cs:
  86. * ProcessModelComAuthenticationLevel.cs:
  87. * ProcessModelComImpersonationLevel.cs:
  88. * ProcessModelLogLevel.cs;
  89. * SerializationMode.cs:
  90. * TraceDisplayMode.cs: Added enumerations.
  91. * IRemoteWebConfigarationHostServer.cs: Added interface.
  92. 2004-06-23 Gonzalo Paniagua Javier <[email protected]>
  93. * AuthorizationConfig.cs: really fix bug #60482. Thanks David!
  94. 2004-06-22 Gonzalo Paniagua Javier <[email protected]>
  95. * AuthorizationConfig.cs: we must match [verb +] (role|user). Fixes bug
  96. #60482.
  97. 2004-06-15 Gonzalo Paniagua Javier <[email protected]>
  98. * WebConfigurationSettings.cs: allow empty <configSections>.
  99. 2004-06-09 Gonzalo Paniagua Javier <[email protected]>
  100. * GlobalizationConfigurationHandler.cs: if no culture given, use the
  101. default one, not the invariant.
  102. 2004-06-07 Alon Gazit <[email protected]>
  103. * HandlerFactoryConfiguration.cs: using cache to get performance
  104. improvement.
  105. 2004-06-07 Gonzalo Paniagua Javier <[email protected]>
  106. * HttpCapabilitiesBase.cs: set the useragent of the new
  107. HttpBrowserCapabilities object.
  108. 2004-06-04 Gonzalo Paniagua Javier <[email protected]>
  109. * HttpCapabilitiesBase.cs: ClientTarget takes precedence over UserAgent.
  110. 2004-06-02 Gonzalo Paniagua Javier <[email protected]>
  111. * WebConfigurationSettings.cs: when the virtual path is not /, don't
  112. loop forever trying to read configuration from /. Fixes bug #59480.
  113. 2004-05-25 Gonzalo Paniagua Javier <[email protected]>
  114. * GlobalizationConfiguration.cs: if we have no context, use
  115. GetAppConfig instead of GetConfig.
  116. 2004-05-14 Gonzalo Paniagua Javier <[email protected]>
  117. * CompilationConfiguration.cs: a null value is ok for TempDirectory.
  118. 2004-05-12 Jaroslaw Kowalski <[email protected]>
  119. * AuthenticationConfigHandler.cs: fixed slidingExpiration and requireSSL
  120. 2004-05-06 Gonzalo Paniagua Javier <[email protected]>
  121. * WebConfigurationSettings.cs: fixed loading of external files. Closes
  122. bug #57244.
  123. 2004-05-04 Gonzalo Paniagua Javier <[email protected]>
  124. * WebConfigurationSettings.cs: now it defaults to 'web.config' and if
  125. not found, 'Web.config'. Don't throw exception if both exists. Thanks
  126. to urs and dru for bugging me about this.
  127. 2004-04-22 Gonzalo Paniagua Javier <[email protected]>
  128. * WebConfigurationSettings.cs: fixed argument exception if the directory
  129. we're trying to watch does not exists.
  130. 2004-04-21 Gonzalo Paniagua Javier <[email protected]>
  131. * WebConfigurationSettings.cs: modify realpath when we reach the
  132. virtual root of the application.
  133. 2004-04-12 Nick Drochak <[email protected]>
  134. * WebConfigurationSettings.cs: Fix build. Forgot the '?'
  135. 2004-04-12 Atsushi Enomoto <[email protected]>
  136. * WebConfigurationSettings.cs : On Windows "Web.config" is "web.config".
  137. 2004-04-04 Gonzalo Paniagua Javier <[email protected]>
  138. * WebConfigurationSettings.cs: "/" is the virtual root directory of
  139. the application. This fixes a bug reported by Vlad that caused
  140. configuration error because files were read twice when there's an
  141. application different from "/" defined.
  142. 2004-03-31 Gonzalo Paniagua Javier <[email protected]>
  143. * WebConfigurationSettings.cs: fixes bug 56267.
  144. 2004-03-30 Gonzalo Paniagua Javier <[email protected]>
  145. * WebConfigurationSettings.cs: use FileSystemWatcher and really reload
  146. configuration when the file is created or modified.
  147. 2004-02-24 Gonzalo Paniagua Javier <[email protected]>
  148. * WebConfigurationSettings.cs: we were loading web.config from / always!
  149. Thanks to Lluis for noticing this.
  150. 2004-02-09 Gonzalo Paniagua Javier <[email protected]>
  151. * WebConfigurationSettings.cs: fix Web.config search for case
  152. insensitive filesystems.
  153. 2004-02-04 Lluis Sanchez Gual <[email protected]>
  154. * WebConfigurationSettings.cs: Load remoting configuration when reading
  155. the web.config file.
  156. 2004-01-23 Gonzalo Paniagua Javier <[email protected]>
  157. * AuthConfig.cs:
  158. * AuthenticationConfigHandler.cs: added RequireSSL and
  159. SlidingExpiration.
  160. * HandlerFactoryProxy.cs: not public.
  161. * HandlerItem.cs: not public.
  162. 2004-01-20 Gonzalo Paniagua Javier <[email protected]>
  163. * WebConfigurationSettings.cs: fix location path lookup. Closes bug
  164. #53072.
  165. 2004-01-12 Gonzalo Paniagua Javier <[email protected]>
  166. * System.Web.Configuration/GlobalizationConfiguration.cs: undo old fix.
  167. * System.Web.Configuration/PagesConfiguration.cs:
  168. * System.Web.Configuration/PagesConfigurationHandler.cs: new files for
  169. processing system.web/pages section.
  170. 2004-01-10 Jackson Harper <[email protected]>
  171. * TraceConfig.cs: New class contains trace configuration data.
  172. * TraceConfigurationHandler.cs: New class parses trace
  173. configurations.
  174. 2004-01-05 Jackson Harper <[email protected]>
  175. * HandlerItem.cs: Fix typo so slashes are stripped from paths properly.
  176. 2003-12-17 Gonzalo Paniagua Javier <[email protected]>
  177. * CustomErrorsConfigHandler.cs: handle <system.web><customErrors />..
  178. 2003-12-16 Gonzalo Paniagua Javier <[email protected]>
  179. * HttpCapabilitiesBase.cs: use the new loader.
  180. 2003-12-12 Gonzalo Paniagua Javier <[email protected]>
  181. * WebConfigurationSettings.cs: also cache parents when building the
  182. hierarchy up. Fixes bug #51818.
  183. 2003-12-09 Jackson Harper <[email protected]>
  184. * GlobalizationConfigurationHander.cs: Make unicode encodings case
  185. insensitive.
  186. 2003-12-08 Jackson Harper <[email protected]>
  187. * GlobalizationConfigurationHandler.cs: Handle creating some the unicode
  188. encodings here so we can create ones without BOMs.
  189. 2003-12-02 Gonzalo Paniagua Javier <[email protected]>
  190. * GlobalizationConfiguration.cs: return null when the configuration is
  191. not available.
  192. * WebConfigurationSettings.cs: handle configuration for System.Web. It
  193. replaces the default IConfigurationSystem with itself and handles
  194. web.config files oddities.
  195. 2003-11-21 Gonzalo Paniagua Javier <[email protected]>
  196. * CompilationConfiguration.cs: don't throw an HttpException.
  197. * HttpRuntimeConfig.cs:
  198. * HttpRuntimeConfigurationHandler.cs: handle system.web/httpRuntime
  199. configuration section.
  200. 2003-11-10 Jackson Harper <[email protected]>
  201. * CompilationConfigurationHandler.cs: Append .dll to shortened
  202. assembly names.
  203. 2003-11-08 Jackson Harper <[email protected]>
  204. * CompilationConfigurationHandler.cs: Trim extra versioning
  205. information off of assembly names. This is a workaround that fixes
  206. bug #50355.
  207. 2003-11-05 Gonzalo Paniagua Javier <[email protected]>
  208. * GlobalizationConfiguration.cs: added GetInstance method.
  209. * GlobalizationConfigurationHandler.cs: warn about unsupported encodings
  210. and provide reasonable defaults.
  211. 2003-10-17 Ben Maurer <[email protected]>
  212. * CompilationConfiguration.cs (Init): you have to inherit copying
  213. files from the bin folders too.
  214. 2003-10-15 Gonzalo Paniagua Javier <[email protected]>
  215. * CompilationConfiguration.cs: use the context passed in. If not, try
  216. the current context.
  217. 2003-10-14 Gonzalo Paniagua Javier <[email protected]>
  218. * CompilationConfiguration.cs:
  219. * CompilationConfigurationHandler.cs:
  220. * CompilerCollection.cs:
  221. * WebCompiler.cs: new files that process and store
  222. system.web/compilation info (compilers + assemblies).
  223. * HttpHandlersSectionHandler.cs: added option for an attribute to be
  224. empty.
  225. 2003-10-10 Gonzalo Paniagua Javier <[email protected]>
  226. * WebControlsSectionHandler.cs: new file to handle <webControls>
  227. configuration.
  228. 2003-10-01 Gonzalo Paniagua Javier <[email protected]>
  229. * HandlerItem.cs: make it work for file names without wildcards.
  230. 2003-03-03 Gonzalo Paniagua Javier <[email protected]>
  231. * ModuleItem.cs: it's not public.
  232. * ModulesConfiguration.cs: it's not public.
  233. 2003-02-27 Gonzalo Paniagua Javier <[email protected]>
  234. * AuthenticationConfigHandler.cs: 'name' is optional in <forms>.
  235. 2003-02-17 Gonzalo Paniagua Javier <[email protected]>
  236. * HandlerFactoryConfiguration.cs: first search in the mappings of this
  237. instance, then in the parent.
  238. 2003-02-13 Gonzalo Paniagua Javier <[email protected]>
  239. * GlobalizationConfiguration.cs: added internal fields to hold the
  240. values in the globalization node.
  241. * GlobalizationConfigurationHandler.cs: handler to load
  242. <system.web/globalization> section.
  243. 2003-02-12 Gonzalo Paniagua Javier <[email protected]>
  244. * AuthorizationConfigHandler.cs: handler for system.web/authorization
  245. section.
  246. * AuthorizationConfig.cs: keeps record of authorization configuration.
  247. 2003-01-04 Gonzalo Paniagua Javier <[email protected]>
  248. * HttpModulesConfigurationHandler.cs: add a default authentication
  249. module at the end of the list.
  250. * ModuleItem.cs: new constructor.
  251. 2002-12-19 Gonzalo Paniagua Javier <[email protected]>
  252. * AuthConfig.cs: LoginUrl defaults to login.aspx.
  253. 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
  254. * AuthConfig.cs:
  255. * AuthenticationConfigHandler.cs: handler and helper class for
  256. system.web/authentication configuration section.
  257. * HttpHandlersSectionHandler.cs: check for null in attributes.
  258. * MachineKeyConfig.cs:
  259. * MachineKeyConfigHandler.cs: handler and helper class for
  260. system.web/machineKey tag.
  261. 2002-10-27 Gonzalo Paniagua Javier <[email protected]>
  262. * HttpHandlersSectionHandler.cs: more null checks.
  263. 2002-10-08 Gonzalo Paniagua Javier <[email protected]>
  264. * HttpHandlersSectionHandler.cs: made a couple of static methods be
  265. part of a class used in other handlers.
  266. * HttpModulesConfigurationHandler.cs: handler for modules.
  267. * ModuleItem.cs: added IsMatch method.
  268. * ModulesConfiguration.cs: made it similar to the handlers class: added Clear, Remove.
  269. 2002-10-08 Gonzalo Paniagua Javier <[email protected]>
  270. * HttpHandlerTypeMapper.cs: removed.
  271. * HandlerFactoryConfiguration.cs: readded. I removed it by mistake.
  272. * HandlerItem.cs: only load the type if we gotta validate it.
  273. Implemented initial IsMatch.
  274. * HttpConfigurationContext.cs: New file.
  275. * HttpHandlersSectionHandler.cs: validate is optional (default true).
  276. Use HttpHandlerTypeMapper.
  277. 2002-10-06 Gonzalo Paniagua Javier <[email protected]>
  278. * System.Web.Configuration/HandlerFactoryConfiguration.cs: removed.
  279. * System.Web.Configuration/HandlerItem.cs: added validation field.
  280. * System.Web.Configuration/HttpHandlerTypeMapper.cs: holds mappings
  281. between verbs and wilcards and their associated HandlerItem.
  282. * System.Web.Configuration/HttpHandlersSectionHandler.cs: this one
  283. processes system.web/httpHandlers section of machine.config file.
  284. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  285. * AuthenticationMode.cs:
  286. * ClientTargetSectionHandler.cs:
  287. * FormsAuthPasswordFormat.cs:
  288. * FormsProtectionEnum.cs:
  289. * HttpCapabilitiesBase.cs: fixes base on class status page.
  290. 2002-08-05 Patrik Torstensson <[email protected]>
  291. * HandlerFactoryConfiguration.cs,
  292. HandlerFactoryProxy.cs,
  293. HandlerItem.cs : New files to emulate HttpHandler configuration
  294. * ModuleItem.cs,
  295. ModulesConfiguration.cs : New files to emulate HttpModule configuration
  296. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  297. * System.Web.Configuration/HttpCapabilitiesBase.cs: New file.