ChangeLog 22 KB

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