ChangeLog 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670
  1. 2005-11-24 Chris Toshok <[email protected]>
  2. * AssemblyInfo.cs: nuke this, it's in System.Web.Configuration_2.0
  3. now.
  4. 2005-11-19 Chris Toshok <[email protected]>
  5. * CompilationConfigurationHandler.cs (ReadCompilers): call
  6. CompilerCollection.Add in the 2.0 case, as it doesn't expose a
  7. setter indexer.
  8. * CompilationConfiguration.cs: need this to keep things compiling,
  9. even though CompilationConfiguration doesn't need to be used in
  10. the 2.0 case.
  11. 2005-11-19 Chris Toshok <[email protected]>
  12. * Compiler.cs: wrap in #if !NET_2_0 and remove a lot of stubs that
  13. now exist in System.Web.Configuration_2.0.
  14. 2005-11-18 Chris Toshok <[email protected]>
  15. * CompilerCollection.cs: wrap in #if !NET_2_0, and remove a lot of
  16. stubs that now exist in System.Web.Configuration_2.0.
  17. 2005-10-31 Chris Toshok <[email protected]>
  18. * IRemoteWebConfigurationHostServer.cs: fix interface.
  19. 2005-10-29 Atsushi Enomoto <[email protected]>
  20. * GlobalizationConfigurationHandler.cs : we don't use ICU.
  21. 2005-10-24 Gonzalo Paniagua Javier <[email protected]>
  22. * HandlerFactoryConfiguration.cs: when using regex matching, pass the
  23. original full virtual path, not just the file name. The regex matches
  24. the end of the path. Fixes bug #76536.
  25. 2005-10-08 Gert Driesen <[email protected]>
  26. * WebConfigurationHost.cs: Added stubs for missing implementation
  27. of IInternalConfigHost to fix build for 2.0 profile.
  28. 2005-10-05 Gonzalo Paniagua Javier <[email protected]>
  29. * ClientTargetSectionHandler.cs: New file.
  30. 2005-09-23 Chris Toshok <[email protected]>
  31. * ExpressionBuilderCollection.cs: track change to
  32. System.Configuration.ConfigurationPropertyOptions.
  33. 2005-09-23 Gonzalo Paniagua Javier <[email protected]>
  34. * PagesConfiguration.cs: on error return a default instance instead
  35. of null.
  36. 2005-09-22 Chris Toshok <[email protected]>
  37. * PositiveTimeSpanValidator.cs: move this from
  38. System.Configuration to here.
  39. 2005-09-15 Sebastien Pouliot <[email protected]>
  40. * CompilationConfiguration.cs: Return an empty configuration object if
  41. no HttpContext is available. This is required for the unit tests and
  42. match the results of MS 1.1 and 2.0 (beta2).
  43. 2005-08-24 Sebastien Pouliot <[email protected]>
  44. * AdapterDictionary.cs: Added missing IDeserializationCallback.
  45. * AuthorizationRuleAction.cs: Fixed enum values.
  46. * BuildProvider.cs: Class is sealed. Removed empty constructor.
  47. * BuildProviderCollection.cs: Adapted to BuildProvider ctor changes.
  48. * CodeSubDirectory.cs: Added missing constructor.
  49. * CodeSubDirectoriesCollection.cs: Adapted to
  50. CodeSubDirectoriesCollection ctor changes.
  51. * CustomErrorsMode.cs: Fixed enum values.
  52. * FormsAuthenticationConfiguration.cs: Class is sealed.
  53. * HttpCapabilitiesBase.cs: Added security permissions with Minimal
  54. level for AspNetHostingPermission (both Link and Inheritance demands).
  55. * ProcessModelComAuthenticationLevel.cs: Fixed enum values.
  56. * ProcessModelComImpersonationLevel.cs: Fixed enum values.
  57. * ProcessModelLogLevel.cs: Fixed enum values.
  58. * WebApplicationLevel.cs: New enum for 2.0.
  59. 2005-08-31 Gonzalo Paniagua Javier <[email protected]>
  60. * ModulesConfiguration.cs: LoadModules creates a HttpModuleCollection,
  61. initializes the module instances and fills in the collection.
  62. 2005-08-30 Gonzalo Paniagua Javier <[email protected]>
  63. * ModulesConfiguration.cs: add Clone (ugly).
  64. 2005-08-30 Miguel de Icaza <[email protected]>
  65. * HttpCapabilitiesBase.cs: Make partial to pull the implementation
  66. from another class.
  67. 2005-08-29 Gonzalo Paniagua Javier <[email protected]>
  68. * HandlerFactoryConfiguration.cs: fix path matching so that
  69. /xxx/WebResource.axd works. If we're going to match using a regexp,
  70. generate it in the constructor, not on every request.
  71. 2005-08-25 Chris Toshok <[email protected]>
  72. * HandlerFactoryConfiguration.cs: implement the slow path for
  73. PathMatches using Regex. Also, make the fast path for exact
  74. matches faster (and more correct).
  75. 2005-08-25 Chris Toshok <[email protected]>
  76. * HandlerFactoryConfiguration.cs: chain up to the parent
  77. Configuration if we don't have a match, instead of adding the
  78. parent's handlers to our list (and thereby overriding ours).
  79. 2005-08-24 Sebastien Pouliot <[email protected]>
  80. * AuthConfig.cs: Add new 2.0 stuff (required for Forms Authentication).
  81. 2005-08-23 Gonzalo Paniagua Javier <[email protected]>
  82. * MachineKeyConfig.cs: we don't honor IsolateApp.
  83. 2005-07-28 Gonzalo Paniagua Javier <[email protected]>
  84. * MachineKeyConfigHandler.cs:
  85. * MachineKeyConfig.cs: removed unused property. The CryptoGod has spoken
  86. and told me to use RandomNumberGenerator.Create to let the
  87. implementation choose the generator.
  88. 2005-07-25 Eyal Alalouf <[email protected]>
  89. * WebConfigurationSettings.cs: Fixed LoadFromFile to find web.config
  90. under TARGET_J2EE (case sensitivity).
  91. 2005-07-25 Eyal Alalouf <[email protected]>
  92. * WebConfigurationSettings.cs: TARGET_J2EE ifdef reorder for
  93. readability.
  94. 2005-07-25 Gonzalo Paniagua Javier <[email protected]>
  95. * MachineKeyConfigHandler.cs: removed unused code. Use
  96. MachineKeyValidation.
  97. * MachineKeyValidation.cs: made internal for 1.1 and added AES.
  98. * MachineKeyConfig.cs: new property to return 24 bits needed for 3DES.
  99. fix typo from last patch ('AutoGenerate'). Made the keys different when
  100. both are autogenerated.
  101. 2005-07-24 Gonzalo Paniagua Javier <[email protected]>
  102. * MachineKeyConfigHandler.cs:
  103. * MachineKeyConfig.cs: patch from Miguel that moves code from
  104. MachineKeyConfigHandler to MachineKeyConfig.
  105. 2005-07-24 Eyal Alalouf <[email protected]>
  106. * WebConfigurationSettings.cs: TARGET_J2EE changes. static variables in
  107. AppDomain.
  108. 2005-07-19 Eyal Alalouf <[email protected]>
  109. * WebConfigurationSettings.cs: Grasshopper doesn't support remoting and the FileSystemWatcher
  110. 2005-07-01 Lluis Sanchez Gual <[email protected]>
  111. * MembershipSection.cs: Implemented.
  112. * SiteMapSection.cs: Define properties using attributes.
  113. * AnonymousIdentificationSection.cs: Define properties using attributes.
  114. * WebConfigurationManager.cs: return the correct base path for the
  115. root path.
  116. * IRemoteWebConfigurationHostServer.cs: Fixed method signatures.
  117. * WebConfigurationHost.cs: Added the machine web.config to the web.config
  118. file chain. Several fixes in the chain order. Implemented
  119. IsDefinitionAllowed and VerifyDefinitionAllowed.
  120. * VirtualDirectoryMappingCollection.cs:
  121. * WebConfigurationFileMap.cs:
  122. * AdapterDictionary.cs:
  123. * AuthenticationSection.cs:
  124. * AssemblyCollection.cs:
  125. * AssemblyInfo.cs: Minor api fixes.
  126. 2005-06-25 Gonzalo Paniagua Javier <[email protected]>
  127. * HandlerItem.cs: the path matches 'path\z', as the previous '\Apath\z'
  128. failed for 'dir/*.ext'.
  129. 2005-06-23 Lluis Sanchez Gual <[email protected]>
  130. * VirtualDirectoryMapping.cs: Implemented.
  131. * WebConfigurationManager.cs: Initial implementation.
  132. * VirtualDirectoryMappingCollection.cs: Implemented.
  133. * WebConfigurationFileMap.cs: Implemented.
  134. * WebConfigurationHost.cs: Initial implementation of class
  135. that supports IInternalConfigHost.
  136. 2005-06-19 Ilya Kharmatsky <ilyak-at-mainsoft.com>
  137. * HttpRuntimeConfig.cs: Added TARGET_JVM directive in "using clause"
  138. in order to exclude in J2EE configuration usage of unsupported
  139. CodeDome API.
  140. 2005-06-15 Lluis Sanchez Gual <[email protected]>
  141. * CodeSubDirectory.cs:
  142. * ExpressionBuilder.cs:
  143. * AssemblyInfo.cs:
  144. * BuildProviderCollection.cs:
  145. * ExpressionBuilderCollection.cs:
  146. * CodeSubDirectoriesCollection.cs:
  147. * AnonymousIdentificationSection.cs: Track 2.0 api changes
  148. in System.Configuration.
  149. 2005-06-13 Gonzalo Paniagua Javier <[email protected]>
  150. * GlobalizationConfigurationHandler.cs: when an attribute is not
  151. provided, don't assing Encoding.Default to it, as we might override
  152. parent's settings.
  153. 2005-05-04 Gonzalo Paniagua Javier <[email protected]>
  154. * CompilationConfiguration.cs: throw if we cannot load the type given
  155. in the configuration file.
  156. 2005-04-25 Gonzalo Paniagua Javier <[email protected]>
  157. * CompilerCollection.cs: added CompareLanguages method.
  158. 2005-04-22 Gonzalo Paniagua Javier <[email protected]>
  159. * CompilationConfigurationHandler.cs: ensure TempDirectory is not empty
  160. before assigning it. Don't mangle the assembly names provided.
  161. * CompilationConfiguration.cs: use DynamicBase as the temp directory
  162. instead of Path.GetTempPath.
  163. 2005-04-20 Gonzalo Paniagua Javier <[email protected]>
  164. * ModuleItem.cs:
  165. * GlobalizationConfigurationHandler.cs:
  166. * WebConfigurationSettings.cs:
  167. * CustomErrorsConfigHandler.cs:
  168. * PagesConfigurationHandler.cs:
  169. * WebControlsSectionHandler.cs:
  170. * AuthorizationConfigHandler.cs: removed warnings.
  171. 2005-03-16 Gonzalo Paniagua Javier <[email protected]>
  172. * CompilerCollection.cs:
  173. * CompilationConfigurationHandler.cs:
  174. * Compiler.cs:
  175. * CompilationSection.cs:
  176. * CompilationConfiguration.cs: reverted last patch and/or disable code
  177. until the whole config system is migrated to 2.0. Fixes bug #73736.
  178. 2005-03-14 Gonzalo Paniagua Javier <[email protected]>
  179. * CodeSubDirectoriesCollection.cs:
  180. * ExpressionBuilderCollection.cs:
  181. * BuildProviderCollection.cs:
  182. * CompilerCollection.cs:
  183. * CompilationConfigurationHandler.cs:
  184. * ExpressionBuilder.cs:
  185. * Compiler.cs:
  186. * CompilationSection.cs:
  187. * CompilationConfiguration.cs:
  188. * CodeSubDirectory.cs: added and implemented
  189. most of these files that are used when reading configuration files in
  190. NET_2_0.
  191. * WebCompiler.cs: renamed to Compiler.cs
  192. 2004-12-15 Gonzalo Paniagua Javier <[email protected]>
  193. * WebConfigurationSettings.cs: correctly detect web.config changes.
  194. 2004-11-28 Gonzalo Paniagua Javier <[email protected]>
  195. * HandlerItem.cs: for reusable items, return the same instance always.
  196. Fixes bug #69959.
  197. 2004-11-24 Gonzalo Paniagua Javier <[email protected]>
  198. * GlobalizationConfigurationHandler.cs: fixed stupid typo (uiculture ->
  199. uiCulture). Closes bug #69524.
  200. 2004-11-18 Lluis Sanchez Gual <[email protected]>
  201. * AnonymousIdentificationSection.cs, AuthenticationSection.cs,
  202. AssemblyInfo.cs: Initialize property collection.
  203. * SiteMapSection.cs, SiteMapHierarchicalDataSourceView.cs,
  204. SiteMapDataSource.cs: New file.
  205. * SiteMapDataSourceView.cs: Minor fixes.
  206. 2004-11-15 Lluis Sanchez Gual <[email protected]>
  207. * AnonymousIdentificationSection.cs, InternalSection.cs,
  208. AuthenticationSection.cs, AssemblyCollection.cs, AssemblyInfo.cs,
  209. AdapterDictionary.cs: Implemented.
  210. * PassportAuthentication.cs, FormsAuthenticationConfiguration.cs:
  211. created classes.
  212. 2004-10-10 Gonzalo Paniagua Javier <[email protected]>
  213. * WebConfigurationSettings.cs: use CurrentExecutionFilePath instead of
  214. FilePath. Fixes bug #67982.
  215. 2004-08-22 Gonzalo Paniagua Javier <[email protected]>
  216. * WebConfigurationSettings.cs: fix bug when processing empty location
  217. tags. Closes bug #63001.
  218. 2004-08-02 Duncan Mak <[email protected]>
  219. * AuthorizationRuleAction.cs:
  220. * BuildProviderAppliesTo.cs:
  221. * CustomErrorsMode.cs:
  222. * MachineKeyValidation.cs:
  223. * PagesEnableSessionState.cs:
  224. * PagesToCountAction.cs:
  225. * ProcessModelComAuthenticationLevel.cs:
  226. * ProcessModelComImpersonationLevel.cs:
  227. * ProcessModelLogLevel.cs;
  228. * SerializationMode.cs:
  229. * TraceDisplayMode.cs: Added enumerations.
  230. * IRemoteWebConfigarationHostServer.cs: Added interface.
  231. 2004-06-23 Gonzalo Paniagua Javier <[email protected]>
  232. * AuthorizationConfig.cs: really fix bug #60482. Thanks David!
  233. 2004-06-22 Gonzalo Paniagua Javier <[email protected]>
  234. * AuthorizationConfig.cs: we must match [verb +] (role|user). Fixes bug
  235. #60482.
  236. 2004-06-15 Gonzalo Paniagua Javier <[email protected]>
  237. * WebConfigurationSettings.cs: allow empty <configSections>.
  238. 2004-06-09 Gonzalo Paniagua Javier <[email protected]>
  239. * GlobalizationConfigurationHandler.cs: if no culture given, use the
  240. default one, not the invariant.
  241. 2004-06-07 Alon Gazit <[email protected]>
  242. * HandlerFactoryConfiguration.cs: using cache to get performance
  243. improvement.
  244. 2004-06-07 Gonzalo Paniagua Javier <[email protected]>
  245. * HttpCapabilitiesBase.cs: set the useragent of the new
  246. HttpBrowserCapabilities object.
  247. 2004-06-04 Gonzalo Paniagua Javier <[email protected]>
  248. * HttpCapabilitiesBase.cs: ClientTarget takes precedence over UserAgent.
  249. 2004-06-02 Gonzalo Paniagua Javier <[email protected]>
  250. * WebConfigurationSettings.cs: when the virtual path is not /, don't
  251. loop forever trying to read configuration from /. Fixes bug #59480.
  252. 2004-05-25 Gonzalo Paniagua Javier <[email protected]>
  253. * GlobalizationConfiguration.cs: if we have no context, use
  254. GetAppConfig instead of GetConfig.
  255. 2004-05-14 Gonzalo Paniagua Javier <[email protected]>
  256. * CompilationConfiguration.cs: a null value is ok for TempDirectory.
  257. 2004-05-12 Jaroslaw Kowalski <[email protected]>
  258. * AuthenticationConfigHandler.cs: fixed slidingExpiration and requireSSL
  259. 2004-05-06 Gonzalo Paniagua Javier <[email protected]>
  260. * WebConfigurationSettings.cs: fixed loading of external files. Closes
  261. bug #57244.
  262. 2004-05-04 Gonzalo Paniagua Javier <[email protected]>
  263. * WebConfigurationSettings.cs: now it defaults to 'web.config' and if
  264. not found, 'Web.config'. Don't throw exception if both exists. Thanks
  265. to urs and dru for bugging me about this.
  266. 2004-04-22 Gonzalo Paniagua Javier <[email protected]>
  267. * WebConfigurationSettings.cs: fixed argument exception if the directory
  268. we're trying to watch does not exists.
  269. 2004-04-21 Gonzalo Paniagua Javier <[email protected]>
  270. * WebConfigurationSettings.cs: modify realpath when we reach the
  271. virtual root of the application.
  272. 2004-04-12 Nick Drochak <[email protected]>
  273. * WebConfigurationSettings.cs: Fix build. Forgot the '?'
  274. 2004-04-12 Atsushi Enomoto <[email protected]>
  275. * WebConfigurationSettings.cs : On Windows "Web.config" is "web.config".
  276. 2004-04-04 Gonzalo Paniagua Javier <[email protected]>
  277. * WebConfigurationSettings.cs: "/" is the virtual root directory of
  278. the application. This fixes a bug reported by Vlad that caused
  279. configuration error because files were read twice when there's an
  280. application different from "/" defined.
  281. 2004-03-31 Gonzalo Paniagua Javier <[email protected]>
  282. * WebConfigurationSettings.cs: fixes bug 56267.
  283. 2004-03-30 Gonzalo Paniagua Javier <[email protected]>
  284. * WebConfigurationSettings.cs: use FileSystemWatcher and really reload
  285. configuration when the file is created or modified.
  286. 2004-02-24 Gonzalo Paniagua Javier <[email protected]>
  287. * WebConfigurationSettings.cs: we were loading web.config from / always!
  288. Thanks to Lluis for noticing this.
  289. 2004-02-09 Gonzalo Paniagua Javier <[email protected]>
  290. * WebConfigurationSettings.cs: fix Web.config search for case
  291. insensitive filesystems.
  292. 2004-02-04 Lluis Sanchez Gual <[email protected]>
  293. * WebConfigurationSettings.cs: Load remoting configuration when reading
  294. the web.config file.
  295. 2004-01-23 Gonzalo Paniagua Javier <[email protected]>
  296. * AuthConfig.cs:
  297. * AuthenticationConfigHandler.cs: added RequireSSL and
  298. SlidingExpiration.
  299. * HandlerFactoryProxy.cs: not public.
  300. * HandlerItem.cs: not public.
  301. 2004-01-20 Gonzalo Paniagua Javier <[email protected]>
  302. * WebConfigurationSettings.cs: fix location path lookup. Closes bug
  303. #53072.
  304. 2004-01-12 Gonzalo Paniagua Javier <[email protected]>
  305. * System.Web.Configuration/GlobalizationConfiguration.cs: undo old fix.
  306. * System.Web.Configuration/PagesConfiguration.cs:
  307. * System.Web.Configuration/PagesConfigurationHandler.cs: new files for
  308. processing system.web/pages section.
  309. 2004-01-10 Jackson Harper <[email protected]>
  310. * TraceConfig.cs: New class contains trace configuration data.
  311. * TraceConfigurationHandler.cs: New class parses trace
  312. configurations.
  313. 2004-01-05 Jackson Harper <[email protected]>
  314. * HandlerItem.cs: Fix typo so slashes are stripped from paths properly.
  315. 2003-12-17 Gonzalo Paniagua Javier <[email protected]>
  316. * CustomErrorsConfigHandler.cs: handle <system.web><customErrors />..
  317. 2003-12-16 Gonzalo Paniagua Javier <[email protected]>
  318. * HttpCapabilitiesBase.cs: use the new loader.
  319. 2003-12-12 Gonzalo Paniagua Javier <[email protected]>
  320. * WebConfigurationSettings.cs: also cache parents when building the
  321. hierarchy up. Fixes bug #51818.
  322. 2003-12-09 Jackson Harper <[email protected]>
  323. * GlobalizationConfigurationHander.cs: Make unicode encodings case
  324. insensitive.
  325. 2003-12-08 Jackson Harper <[email protected]>
  326. * GlobalizationConfigurationHandler.cs: Handle creating some the unicode
  327. encodings here so we can create ones without BOMs.
  328. 2003-12-02 Gonzalo Paniagua Javier <[email protected]>
  329. * GlobalizationConfiguration.cs: return null when the configuration is
  330. not available.
  331. * WebConfigurationSettings.cs: handle configuration for System.Web. It
  332. replaces the default IConfigurationSystem with itself and handles
  333. web.config files oddities.
  334. 2003-11-21 Gonzalo Paniagua Javier <[email protected]>
  335. * CompilationConfiguration.cs: don't throw an HttpException.
  336. * HttpRuntimeConfig.cs:
  337. * HttpRuntimeConfigurationHandler.cs: handle system.web/httpRuntime
  338. configuration section.
  339. 2003-11-10 Jackson Harper <[email protected]>
  340. * CompilationConfigurationHandler.cs: Append .dll to shortened
  341. assembly names.
  342. 2003-11-08 Jackson Harper <[email protected]>
  343. * CompilationConfigurationHandler.cs: Trim extra versioning
  344. information off of assembly names. This is a workaround that fixes
  345. bug #50355.
  346. 2003-11-05 Gonzalo Paniagua Javier <[email protected]>
  347. * GlobalizationConfiguration.cs: added GetInstance method.
  348. * GlobalizationConfigurationHandler.cs: warn about unsupported encodings
  349. and provide reasonable defaults.
  350. 2003-10-17 Ben Maurer <[email protected]>
  351. * CompilationConfiguration.cs (Init): you have to inherit copying
  352. files from the bin folders too.
  353. 2003-10-15 Gonzalo Paniagua Javier <[email protected]>
  354. * CompilationConfiguration.cs: use the context passed in. If not, try
  355. the current context.
  356. 2003-10-14 Gonzalo Paniagua Javier <[email protected]>
  357. * CompilationConfiguration.cs:
  358. * CompilationConfigurationHandler.cs:
  359. * CompilerCollection.cs:
  360. * WebCompiler.cs: new files that process and store
  361. system.web/compilation info (compilers + assemblies).
  362. * HttpHandlersSectionHandler.cs: added option for an attribute to be
  363. empty.
  364. 2003-10-10 Gonzalo Paniagua Javier <[email protected]>
  365. * WebControlsSectionHandler.cs: new file to handle <webControls>
  366. configuration.
  367. 2003-10-01 Gonzalo Paniagua Javier <[email protected]>
  368. * HandlerItem.cs: make it work for file names without wildcards.
  369. 2003-03-03 Gonzalo Paniagua Javier <[email protected]>
  370. * ModuleItem.cs: it's not public.
  371. * ModulesConfiguration.cs: it's not public.
  372. 2003-02-27 Gonzalo Paniagua Javier <[email protected]>
  373. * AuthenticationConfigHandler.cs: 'name' is optional in <forms>.
  374. 2003-02-17 Gonzalo Paniagua Javier <[email protected]>
  375. * HandlerFactoryConfiguration.cs: first search in the mappings of this
  376. instance, then in the parent.
  377. 2003-02-13 Gonzalo Paniagua Javier <[email protected]>
  378. * GlobalizationConfiguration.cs: added internal fields to hold the
  379. values in the globalization node.
  380. * GlobalizationConfigurationHandler.cs: handler to load
  381. <system.web/globalization> section.
  382. 2003-02-12 Gonzalo Paniagua Javier <[email protected]>
  383. * AuthorizationConfigHandler.cs: handler for system.web/authorization
  384. section.
  385. * AuthorizationConfig.cs: keeps record of authorization configuration.
  386. 2003-01-04 Gonzalo Paniagua Javier <[email protected]>
  387. * HttpModulesConfigurationHandler.cs: add a default authentication
  388. module at the end of the list.
  389. * ModuleItem.cs: new constructor.
  390. 2002-12-19 Gonzalo Paniagua Javier <[email protected]>
  391. * AuthConfig.cs: LoginUrl defaults to login.aspx.
  392. 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
  393. * AuthConfig.cs:
  394. * AuthenticationConfigHandler.cs: handler and helper class for
  395. system.web/authentication configuration section.
  396. * HttpHandlersSectionHandler.cs: check for null in attributes.
  397. * MachineKeyConfig.cs:
  398. * MachineKeyConfigHandler.cs: handler and helper class for
  399. system.web/machineKey tag.
  400. 2002-10-27 Gonzalo Paniagua Javier <[email protected]>
  401. * HttpHandlersSectionHandler.cs: more null checks.
  402. 2002-10-08 Gonzalo Paniagua Javier <[email protected]>
  403. * HttpHandlersSectionHandler.cs: made a couple of static methods be
  404. part of a class used in other handlers.
  405. * HttpModulesConfigurationHandler.cs: handler for modules.
  406. * ModuleItem.cs: added IsMatch method.
  407. * ModulesConfiguration.cs: made it similar to the handlers class: added Clear, Remove.
  408. 2002-10-08 Gonzalo Paniagua Javier <[email protected]>
  409. * HttpHandlerTypeMapper.cs: removed.
  410. * HandlerFactoryConfiguration.cs: readded. I removed it by mistake.
  411. * HandlerItem.cs: only load the type if we gotta validate it.
  412. Implemented initial IsMatch.
  413. * HttpConfigurationContext.cs: New file.
  414. * HttpHandlersSectionHandler.cs: validate is optional (default true).
  415. Use HttpHandlerTypeMapper.
  416. 2002-10-06 Gonzalo Paniagua Javier <[email protected]>
  417. * System.Web.Configuration/HandlerFactoryConfiguration.cs: removed.
  418. * System.Web.Configuration/HandlerItem.cs: added validation field.
  419. * System.Web.Configuration/HttpHandlerTypeMapper.cs: holds mappings
  420. between verbs and wilcards and their associated HandlerItem.
  421. * System.Web.Configuration/HttpHandlersSectionHandler.cs: this one
  422. processes system.web/httpHandlers section of machine.config file.
  423. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  424. * AuthenticationMode.cs:
  425. * ClientTargetSectionHandler.cs:
  426. * FormsAuthPasswordFormat.cs:
  427. * FormsProtectionEnum.cs:
  428. * HttpCapabilitiesBase.cs: fixes base on class status page.
  429. 2002-08-05 Patrik Torstensson <[email protected]>
  430. * HandlerFactoryConfiguration.cs,
  431. HandlerFactoryProxy.cs,
  432. HandlerItem.cs : New files to emulate HttpHandler configuration
  433. * ModuleItem.cs,
  434. ModulesConfiguration.cs : New files to emulate HttpModule configuration
  435. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  436. * System.Web.Configuration/HttpCapabilitiesBase.cs: New file.