ChangeLog 26 KB

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