ChangeLog 27 KB

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