| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287 |
- 2007-12-08 Marek Habersack <[email protected]>
- * WebConfigurationManager.cs: GetSection now runs each section
- through a mapper (if any is defined for the section) before
- returning it to the caller.
- 2007-11-23 Marek Habersack <[email protected]>
- * TagPrefixCollection.cs: changed the collection type to
- BasicMap.
- * ProfileSection.cs: added missing Properties property, added a
- static constructor to create property descriptors. Use property
- descriptors in property accessors.
- * ProfileGroupSettingsCollection.cs: added missing attribute to
- the class, removed CollectionType method, added missing IsModified
- and ResetModified methods, added missing Properties property.
- * ProfileGroupSettings.cs: added missing Properties property,
- adjusted the set of custom attributes of the PropertySettings
- property.
- * ProcessModelSection.cs: change the default value of the CpuMask
- property.
- * OutputCacheSection.cs: added the EnableKernelCacheForVaryByStar
- property.
- * OutputCacheProfile.cs: added the VaryByContentEncoding property.
- * FormsAuthenticationConfiguration.cs: corrected defaults for the
- Timeout property.
- * ExpressionBuilder.cs: corrected defaults for the
- ExpressionPrefix and Type properties.
- * CustomErrorsSection.cs: added two missing overrides -
- DeserializeSection and Reset.
- * ClientTargetSection.cs: added the missing Properties property.
- Added static constructor to create the property collection.
- * CustomErrorCollection.cs: removed the ThrowOnDuplicate
- property.
- * CacheSection.cs: corrected defaults for the
- PercentagePhysicalMemoryUsedLimit property.
- * ClientTargetCollection.cs: added missing Properties property.
- * IConfigMapPathFactory.cs: added
- * IConfigMapPath.cs: added
- * RoleManagerSection.cs: added a static constructor, a collection
- of properties, the missing Properties property.
- 2007-11-22 Marek Habersack <[email protected]>
- * RoleManagerSection.cs: CookieTimeout property custom attributes
- changed to match MS.NET's ones.
- * AuthorizationRuleCollection.cs: removed the ThrowOnDuplicate
- property - it's not found in the MS.NET version of the class.
- 2007-11-06 Marek Habersack <[email protected]>
- * MachineKeySectionUtils.cs: make sure keys are autogenerated when
- necessary.
- 2007-11-02 Marek Habersack <[email protected]>
- * HttpHandlerActionCollection.cs: clear http handler cache in
- HttpApplication if the collection is modified.
- 2007-11-01 Marek Habersack <[email protected]>
- * MachineKeySection.cs: moved all the internal static methods and
- properties to MachineKeySectionUtils.cs
- * MachineKeySectionUtils.cs: added. This file is included in the
- System.Web.Extensions compilation.
- The old properties from MachineKeySection.cs became methods.
- 2007-10-24 Marek Habersack <[email protected]>
- * HttpHandlerAction.cs: exact path matching must be done on the
- original string in PathMatches, not on the sliced one. Fixes bug
- #335669.
- 2007-10-17 Marek Habersack <[email protected]>
- * WebConfigurationHost.cs: if running outside hosted environment,
- read only the assemblyname.config configuration file instead of
- web.config. Fixes bug #332425
- 2007-10-15 Marek Habersack <[email protected]>
- * ProvidersHelper.cs: use HttpApplication.LoadType instead of
- Type.GetType.
- * HttpModulesSection.cs: use HttpApplication.LoadType when loading
- modules, to include both the bin/ directory and the top-level
- assemblies in search. Fixes bug #333686.
- 2007-08-30 Marek Habersack <[email protected]>
- * MachineKeySection.cs: retrieve the keys from the registry before
- falling back to the old method. Fixes bug #76606
- 2007-08-23 Marek Habersack <[email protected]>
- * ProvidersHelper.cs: HttpApplication.LoadTypeFromPrivateBin
- renamed to LoadTypeFromBin.
- 2007-08-21 Marek Habersack <[email protected]>
- * ProvidersHelper.cs: use HttpApplication.LoadTypeFromPrivateBin
- to get the provider settings type.
- 2007-08-10 Gert Driesen <[email protected]>
- * PagesEnableSessionState.cs: Marked internal on 1.0 profile.
- 2007-07-16 Vladimir Krasnov <[email protected]>
- * ProfileGroupSettingsCollection.cs: added ResetInternal internal
- method
- * RootProfilePropertySettingsCollection.cs: added Reset method
- override to reset GroupSettings collection
- 2007-06-24 Vladimir Krasnov <[email protected]>
- * HttpHandlerAction.cs: fixed SplitPaths property to be thread safe
- 2007-06-12 Vladimir Krasnov <[email protected]>
- * CompilationSection.cs: TARGET_JVM on not supported features
- * HttpModulesSection.cs: ctor should be static
- 2007-06-03 Adar Wesley <[email protected]>
- * ProfilePropertySettingsCollection.cs: added missing method
- OnDeserializeUnrecognizedElement.
- 2007-05-30 Marek Habersack <[email protected]>
- * WebConfigurationManager.cs: if errors happen when opening the
- configuration file, mark the manager as unsafe to prevent further
- usage and avoid error loops.
- 2007-05-17 Igor Zelmanovich <[email protected]>
- * WebConfigurationHost.cs: for TARGET_J2EE only:
- prevent NullRefference Exception.
- 2007-05-15 Igor Zelmanovich <[email protected]>
- * WebConfigurationManager.cs:
- make configurations hashtable case-insensitive.
- * WebConfigurationHost.cs: for TARGET_J2EE only:
- GetStreamName returns file path in right case, that make it works
- on case-sensitive file system.
- 2007-05-15 Marek Habersack <[email protected]>
- * BuildProviderCollection.cs: refactoring - use
- HttpApplication.LoadType to actually look up the type.
- * HttpHandlerAction.cs: as above
- * WebConfigurationHost.cs: refactoring - moved the LoadType to
- HttpApplication to share the code between 1.1 and 2.0 profiles.
- 2007-05-14 Marek Habersack <[email protected]>
- * UrlMappingCollection.cs: implemented the Item (string) indexer.
- * UrlMapping.cs: implemented the URL validation callback body
- (doesn't work at the moment).
- 2007-05-14 Igor Zelmanovich <[email protected]>
- * WebConfigurationManager.cs:
- make configurations synchronized.
- added new internal method RemoveConfigurationFromCache.
- 2007-05-07 Marek Habersack <[email protected]>
- * PagesSection.cs: buffering is on by default.
- 2007-04-24 Marek Habersack <[email protected]>
- * WebConfigurationHost.cs: wrap MapPath calls in try/catch,
- because bad URLs can cause it to throw exceptions. If such
- exception is caught, throw a HttpException for Bad Request (400).
- Look for types in the top-level assemblies (App_Code and
- friends).
- * WebConfigurationManager.cs: added two internal methods for safe
- retrieval of config sections.
- 2007-04-19 Marek Habersack <[email protected]>
- * HttpHandlerAction.cs: look up types in all the toplevel
- assemblies. Fixes bug #80897.
- 2007-04-17 Atsushi Enomoto <[email protected]>
- * ProcessModelSection.cs : cpuMask default value should be int,
- not uint.
- 2007-04-06 Marek Habersack <[email protected]>
- * CustomErrorsSection.cs: make the customErrors section work.
- * PagesSection.cs: provide appropriate default value for the
- asyncTimeout setting.
- 2007-03-24 Marek Habersack <[email protected]>
- * WebConfigurationHost.cs: allow MachineToApplication definition
- for config paths that equal the domain virtual app directory.
- 2007-03-22 Adar Wesley <[email protected]>
- * HttpCapabilitiesBase.cs: implemented all capabilities. Capabilities
- still throw if there is no value in browscaps.ini and the property is called.
- 2007-03-21 Vladimir Krasnov <[email protected]>
- * WebConfigurationManager.cs: fixed OpenWebConfiguration, should not
- lock when checking if configuration is already open
- 2007-03-15 Vladimir Krasnov <[email protected]>
- * WebConfigurationManager.cs: fixed OpenWebConfiguration, removed
- GetBasePath call and locations search, since this not affects
- configuration initialization, but improves performance
- 2007-03-12 Marek Habersack <[email protected]>
- * ProvidersHelper.cs: support loading custom providers from
- App_Code assemblies. Fixes bug #81071.
- Also set eol-style to native.
- 2007-03-08 Gert Driesen <[email protected]>
- * PagesSection.cs: Revert part of Adar's patch that regresses
- bug #80913.
- 2007-03-06 Adar Wesley <[email protected]>
- * PagesSection.cs: improve Enum parsing and strongly typed default values.
- 2007-02-20 Marek Habersack <[email protected]>
- * Patch from Gert Driesen <[email protected]>
- * PagesSection.cs: Process value of EnableSessionState attribute
- case-sensitive, and perform check in getter. Fix for bug #80913.
- * PageParser.cs: Added note on difference in behaviour between page
- level attribute and configuration attribute for enableSessionState.
- * PagesConfiguration.cs: Fixed compiler warning.
- 2007-02-22 Marek Habersack <[email protected]>
- * CompilerCollection.cs: Optimize language lookup a bit.
- 2007-02-05 Konstantin Triger <[email protected]>
- * TagPrefixCollection.cs: Fix element key creation.
- 2007-02-04 Konstantin Triger <[email protected]>
- * NamespaceInfo.cs, HttpModuleAction.cs, RoleManagerSection.cs:
- fix the default value.
- 2007-02-02 Marek Habersack <[email protected]>
- * TagPrefixCollection.cs: Add the CollectionType parameter.
- Get rid of unnecessary interface references in the class declaration.
- GetElementKey should return Source which should be unique, unlike TagPrefix.
- 2007-01-04 Konstantin Triger <[email protected]>
- * ProfileSection.cs: Ensure enabled = true by default; cleanup.
- 2006-12-27 Vladimir Krasnov <[email protected]>
- * CustomErrorCollection.cs: fixed ThrowOnDuplicate to false as in .net
- 2006-12-21 Gonzalo Paniagua Javier <[email protected]>
- * GlobalizationSection.cs: make encodings actually work for the 2.0
- profile.
- 2006-12-21 Marek Habersack <[email protected]>
- * TagMapInfo.cs: Add an internal default constructor for use from
- TagMapCollection.
- * TagMapCollection.cs: Don't call the string,string constructor of
- TagMapInfo - the class disallows empty strings as values of its
- properties.
- 2006-12-21 Vladimir Krasnov <[email protected]>
- * RoleManagerSection.cs: refactored using attributes
- 2006-12-20 Marek Habersack <[email protected]>
- * ProfilePropertyNameValidator.cs: added a few checks.
- 2006-12-18 Vladimir Krasnov <[email protected]>
- * WebConfigurationManager.cs: fixed GetSection to execute
- GetRuntimeObject, refactored GetSection and GetWebApplicationSection
- 2006-12-17 Vladimir Krasnov <[email protected]>
- * HttpHandlerAction.cs: fixed 'verb' config property
- 2006-12-07 Igor Zelmanovich <[email protected]>
- * ProvidersHelper.cs: fixed: load assembles from /bin
- 2006-11-22 Miguel de Icaza <[email protected]>
- * SessionStateSection.cs: Do not call Enum.Parse with a null
- argument, prevents an exception from being thrown.
- 2006-11-20 Marek Habersack <[email protected]>
- * GlobalizationSection.cs: Added support for "auto" cultures and
- the "auto:DEFAULT_CULTURE" cultures.
- 2006-11-13 Konstantin Triger <[email protected]>
- * WebConfigurationHost.cs: use Type.GetType for loading full qualified types.
- 2006-11-05 Vladimir Krasnov <[email protected]>
- * ProfileGroupSettings.cs, ProfileGroupSettingsCollection.cs
- ProfilePropertySettingsCollection.cs, ProfileSection.cs
- RootProfilePropertySettingsCollection.cs: refactoring and fix of
- <group> element
- 2006-10-18 Marek Habersack <[email protected]>
- * WebConfigurationManager.cs: implement support for extra
- assemblies to be referenced when compiling a page.
- 2006-09-06 Gonzalo Paniagua Javier <[email protected]>
- * WebConfigurationManager.cs: add null checks. Patch by Marek Habersack
- that fixes bug #79283.
- 2006-09-06 Konstantin Triger <[email protected]>
- * WebConfigurationHost.cs: do not recourse as this will be done by
- Configuration object.
- 2006-08-08 Vladimir Krasnov <[email protected]>
- * WebConfigurationManager.cs: added configSystem property under
- TARGET_JVM part
- * WebConfigurationHost.cs: fixed GetStreamName and OpenStreamForRead
- for TARGET_JVM
- * CompilationSection.cs: BuildProviders property removed from
- TARGET_JVM
- * SystemWebSectionGroup.cs: Compilation property removed from
- TARGET_JVM
- 2006-06-26 Atsushi Enomoto <[email protected]>
- * NullableStringValidator.cs : new internal class that is almost
- identical to StringValidator but allows null value.
- * PropertyHelper.cs : use new NullableStringValidator.
- * NamespaceCollection.cs : in NamespaceInfo "" is not allowed.
- 2006-06-08 Chris Toshok <[email protected]>
- * WebConfigurationHost.cs (InitForConfiguration): i know this is
- going to bite me in the ass, but guard against configPath being ==
- to "/", since this will result in an infinite loop.
- (MapPath): fix a NRE.
- 2006-05-18 Atsushi Enomoto <[email protected]>
- * WebConfigurationManager.cs: recent sys.config.dll changes on
- ConfigurationManager.GetSection() which should call
- GetRuntimeObject() should also apply here. Fixed monodoc web.
- 2006-05-10 Andrew Skiba <[email protected]>
- * HttpHandlerAction.cs: keep the internal exception
- 2006-05-08 Chris Toshok <[email protected]>
- * WebConfigurationManager.cs (GetBasePath): fix bug where
- path.Length was 0 when we got to the last while loop (and indexed
- -1 into an array.) Thanks Marek for the fix.
- 2006-05-04 Chris Toshok <[email protected]>
- [ Fixes bug #78256 ]
-
- * WebConfigurationHost.cs (GetConfigType): add a MonoTODO about
- how we should use the build provider machinery to get types.
- (MapPath): add rudimentary mapping in the case where we don't have
- a request, basically handle the case where the url begins with (or
- is) HttpRuntime.AppDomainAppVirtualPath.
- * WebConfigurationManager.cs (GetSection): if we don't have a
- valid request, open the web configuration corresponding to
- HttpRuntime.AppDomainAppVirtualPath.
- (GetBasePath): comment this a little, and make it work in the case
- where we don't have an HttpRequest.
- 2006-04-27 Chris Toshok <[email protected]>
- * AuthorizationRuleCollection.cs (ThrowOnDuplicate): for the time
- being introduce a overridden property MS doesn't make use of.
- This needs readdressing, but it should get people making use of
- <authorization> rules working again.
- 2006-04-25 Chris Toshok <[email protected]>
- * AuthorizationRule.cs (Reset): finally figure out what this
- method is supposed to do. Assign our Action property based on
- parentElement's.
- 2006-04-25 Chris Toshok <[email protected]>
- * WebConfigurationHost.cs (InitForConfiguration): actually, use
- HttpRuntime.AppDomainAppVirtualPath on gonzalo's recommendation.
- It's never null, and its use cleans things up a bit.
- 2006-04-25 Chris Toshok <[email protected]>
- * WebConfigurationHost.cs (InitForConfiguration): stop going up
- the virtual hierarchy once we reach the application's base virtual
- path.
- 2006-04-24 Chris Toshok <[email protected]>
- * AuthorizationSection.cs (IsValidUser): fix a problem that
- surfaced when converting from the 1.1 to 2.0 config classes. Only
- check for verb match if there are actually verbs to match against.
- 2006-04-11 Chris Toshok <[email protected]>
- * ExpressionBuilderCollection.cs (CreateNewElement): call argless
- ctor.
- * ExpressionBuilder.cs: add internal argumentless ctor for use by
- the collection type.
- 2006-03-24 Chris Toshok <[email protected]>
- * WebConfigurationManager.cs (GetConfig): add a fallback case for
- configuration sections that don't subclass from
- ConfigurationSection.
- 2006-03-24 Chris Toshok <[email protected]>
- * WebConfigurationHost.cs: fix bug where OpenWebConfiguration
- ("/") would result in 2 configurations for that toplevel path to
- be opened.
- 2006-03-08 Chris Toshok <[email protected]>
- * ProvidersHelper.cs: implement this static class properly.
- * SiteMapSection.cs (ProvidersInternal): add internal property to
- get the actual SiteMapProviderCollection from here.
- 2006-02-28 Chris Toshok <[email protected]>
- * BuildProviderAppliesTo.cs, PagesToCountAction.cs: nuke.
- 2006-02-10 Gonzalo Paniagua Javier <[email protected]>
- * Compiler.cs:
- * CompilerCollection.cs: removed compatibility code.
- * BuildProviderCollection.cs: add GetProviderForExtension().
- 2006-02-02 Chris Toshok <[email protected]>
- * WebConfigurationManager.cs (GetSection(string,string)):
- implement.
- 2006-02-01 Atsushi Enomoto <[email protected]>
- * TrustLevelCollection.cs, CodeSubDirectoriesCollection.cs,
- CustomErrorCollection.cs, CompilerCollection.cs,
- HttpHandlerActionCollection.cs,
- FormsAuthenticationUserCollection.cs,
- AuthorizationRuleCollection.cs, TagPrefixCollection.cs :
- CollectionType is public.
- 2006-02-01 Chris Toshok <[email protected]>
- * WebConfigurationManager.cs: In the normal case, get the current
- request's web.config, not the application's. If there is no
- current request, get the application's.
- (GetWebApplicationConfiguration): use Request.ApplicationPath, not
- Request.PhysicalApplicationPath. OpenWebConfiguration takes
- virtual paths.
- * HttpConfigurationSystem.cs: GetWebApplicationSection =>
- GetSection.
- 2006-02-01 Chris Toshok <[email protected]>
- * CompilerCollection.cs: CONFIGURATION_2_0 => NET_2_0
- * Compiler.cs: same.
- 2006-02-01 Chris Toshok <[email protected]>
- * HttpConfigurationSystem.cs: SupportsUserConfig == true. let's
- use this to determine if ConfigurationManager.AppSettings should
- be read-only or not.
- 2006-01-31 Chris Toshok <[email protected]>
- * WebConfigurationManager.cs: err, why did i ifdef stuff NET_2_0
- inside of an ifdef NET_2_0?
- 2006-01-30 Chris Toshok <[email protected]>
- * WebConfigurationManager.cs: lots of little changes. hopefully
- this doesn't break anyone. it fixes all the nunit problems
- gonzalo was having.
- * WebConfigurationHost.cs (GetStreamName): in the MachineWebPath
- case, handle the case where we have a WebConfigurationFileMap.
- (MapPath): this is likely wrong, but in the case where we don't
- have a file map or current HttpContext, just return the path.
- 2006-01-29 Chris Toshok <[email protected]>
- * HttpModulesSection.cs (LoadModules): I'm not sure we want to
- solve this problem in this way, but the 1.x code forces
- DefaultAuthenticationModule to be in the list of modules..
- Without this fix (or something else) HttpContext.User is null when
- it shouldn't be.
- 2006-01-26 Chris Toshok <[email protected]>
- * HttpConfigurationSystem.cs: new class that gets sections from
- web.config files.
- * WebConfigurationManager.cs: change a lot of the
- NotImplementedExceptions to NotSupportedExceptions.
- (AppSettings): implement by just returning
- ConfigurationManager.AppSettings (note this is broken because
- ConfigurationManager.AppSettings are read-only, but it works for
- reading.)
- (ConnectionStrings): same (and probably broken in the same way..)
- (Init): replace the 2.0 IInternalConfigSystem with our
- HttpConfigurationSystem.
- * WebConfigurationHost.cs: add a comment about how things are
- likely to work in the face of IRemoteWebConfigurationHostServer.
- (CreateConfigurationContext): return a WebContext instance.
- 2006-01-25 Chris Toshok <[email protected]>
- * AuthorizationSection.cs (IsValidUser): instead of a blanket
- false for a null user, just set the username to "" and short
- circuit out the check for roles.
- 2006-01-25 Chris Toshok <[email protected]>
- * AuthorizationRule.cs (CheckUser): handle * and ?, and use
- String.Compare instead of ==.
- (CheckVerb): use String.Compare instead of ==.
- * AuthorizationSection.cs (IsValidUser): return false for a null
- user.
- 2006-01-22 Chris Toshok <[email protected]>
- * GlobalizationSection.cs (VerifyData): quiet mcs.
- 2006-01-18 Chris Toshok <[email protected]>
- * SystemWebSectionGroup.cs: wrap System.Web.Services references in
- WEBSERVICES_DEP.
- 2006-01-16 Chris Toshok <[email protected]>
- * WebConfigurationManager.cs: implement a IConfigurationSystem for
- use with WebConfigurationManager.
- (GetSection): try to load the section
- using GetWebApplicationSection before calling into
- ConfigurationManager.GetSection.
- (GetWebApplicationConfiguration): move common code to here.
- (GetWebApplicationSection): use GetWebApplicationConfiguration.
- (AppSettings): implement.
- * WebConfigurationHost.cs (GetWebConfigFileName): add
- "Web.Config", and move to an array/loop implementation. maybe we
- should scan the directory and check ToLower() instead of
- explicitly enumerating?
- 2006-01-10 Chris Toshok <[email protected]>
- * SystemWebSectionGroup.cs (HostingEnvironment): enable this property.
- (ProcessModel): add the ConfigurationPropertyAttribute.
- 2006-01-10 Chris Toshok <[email protected]>
- * PagesSection.cs (.cctor): fix the default value for the
- enableSessionState attribute - it's not a bool, but a
- PagesEnableSessionState enum.
- 2006-01-10 Chris Toshok <[email protected]>
- * MachineKeySection.cs (ValidationKeyBytes, DecryptionKeyBytes,
- DecryptionKey192Bits): if the keys are null, generate them. Fixes
- Page.EnableViewStateMac support.
- 2006-01-09 Chris Toshok <[email protected]>
- * RoleManagerSection.cs, SqlCacheDepencendySection.cs,
- SessionStateSection.cs, TraceSection.cs, SecurityPolicySection.cs,
- PagesSection.cs, RulesSettings.cs, UrlMappingSection.cs: fix
- dumper output.
- 2006-01-09 Chris Toshok <[email protected]>
- * ExpressionBuilderCollection.cs (.cctor): no need to create a
- collection property here. we're already in the collection.
- * CompilationSection.cs: fix typo.
- 2006-01-04 Chris Toshok <[email protected]>
- * MachineKeySection.cs: bring over some more internal methods from
- MachineKeyConfig, and call Set{Decryption,Validation}Key from
- their respective property setters.
- 2006-01-03 Chris Toshok <[email protected]>
- * AuthorizationSection.cs (IsValidUser): add analogous method from
- AuthorizationConfig.cs.
- * AuthorizationRule.cs: add predicates for Verb, User, and Role
- analogous to what existed in AuthorizationConfig.cs.
- 2005-12-11 Chris Toshok <[email protected]>
- * WebConfigurationManager.cs (OpenMachineConfiguration): just call
- ConfigurationManager.OpenMachineConfiguration.
- (OpenWebConfiguration): remove the "IntPtr userToken" version and
- add a "string userName" version to clean up corcompare output.
- Modify all the overloads to pass null instead of IntPtr.Zero.
- (GetWebApplicationSection): if we're not running in a web
- application, use the machine configuration.
- 2005-12-06 Chris Toshok <[email protected]>
- * CodeSubDirectory.cs (DirectoryName): don't use an private field,
- but base[directoyNameProp].
- * AuthorizationRuleCollection.cs (Add): use BaseAdd (rule, false),
- so we can insert duplicates.
- (GetKey): nuke.
- (GetElementKey): MS for some reason just uses the action for the
- key, ToString()'ed.
- (Remove): pass the correct key.
- * ProfileGroupSettings.cs (GetHashCode): implement.
- * GlobalizationSection.cs (GetEncoding): for the utf-8 case, just
- use Encoding.UTF8.
- * AssemblyCollection.cs (Add): use BaseAdd (info, false) so we can
- insert duplicates.
- * CacheSection.cs (.cctor): make privateByteLimit's default 0L so
- we don't get a invalid cast exception later on.
- * AuthorizationRule.cs (VerifyData): split out the verification
- foo from PreSerialize.
- (PostDeserialize): so we can call it from here.
- (PreSerialize): and here.
- 2005-12-05 Chris Toshok <[email protected]>
- * AuthorizationRuleCollection.cs (GetKey): split out the logic for
- creating a key from a rule here.
- (GetElementKey): use it here.
- (Remove): and here.
- 2005-12-04 Chris Toshok <[email protected]>
- * UrlMapping.cs: add an internal argument-less ctor.
- * UrlMappingCollection.cs (CreateNewElement): use argument-less
- ctor.
- (GetKey): implement.
- (AllKeys): implement.
- * TrustLevel.cs: add an internal argument-less ctor.
-
- * TrustLevelCollection.cs (Set): implement.
- (CreateNewElement): use argument-less ctor.
- (IsElementName): implement.
- (ElementName): implement.
- (set_Item (int index)): use Set.
- (ThrowOnDuplicate): implement.
-
- * TagPrefixInfo.cs: add internal argument-less ctor.
- * TagPrefixCollection.cs (CreateNewElement): call argument-less
- ctor.
- (CollectionType): add text to TODO.
- (ElementName): implement.
-
- * SqlCacheDependencyDatabaseCollection.cs (Set): implement.
- (AllKeys): implement.
- * RuleSettings.cs: add internal argument-less ctor.
- * RuleSettingsCollection.cs (Contains): implement.
- (CreateNewElement): use argument-less ctor.
- (IndexOf): implement.
- (Insert): implement.
- * RootProfilePropertySettingsCollection.cs (IsModified): chain up
- to base.IsModified for now.
- (Reset): chain up to base.Reset for now.
- (ResetModified): chain up to base.ResetModified for now.
- * ProfileSettings.cs: add internal argument-less ctor.
- * ProfileSettingsCollection.cs (Contains): implement.
- (CreateNewElement): use argument-less ctor.
- (IndexOf): implement.
- (Insert): implement.
-
- * ProfilePropertySettingsCollection.cs (IndexOf): implement.
- (Set): implement.
- (AllKeys): implement.
-
- * ProfileGroupSettings.cs: add internal argument-less ctor.
- * ProfileGroupSettingsCollection.cs (CreateNewElement): use
- parameter-less ctor.
- (GetKey): implement.
- (ResetModified): for now call base.ResetModified.
- (Set): implement.
- (AllKeys): implement.
-
- * OutputCacheProfile.cs: add internal argument-less ctor.
- * OutputCacheProfileCollection.cs (CreateNewElement): use
- parameter-less ctor.
- (Set): implement.
- (AllKeys): implement.
- * HttpModuleActionCollection.cs (Add): remove MonoTODO.
- (CreateNewElement): same.
-
- * HttpHandlerActionCollection.cs (GetElementKey): build up the key
- from both the path and the verb.
- (Remove): same.
- * FormsAuthenticationUserCollection.cs (Set): implement.
- (AllKeys): implement.
- * EventMappingSettings.cs: add an internal argument-less ctor.
- * EventMappingSettingsCollection.cs (Contains): implement.
- (CreateNewElement): use argument-less ctor.
- (IndexOf): implement.
- (Insert): implement.
- * CompilerCollection.cs (GetKey): implement.
- (AllKeys): implement.
- * ClientTargetCollection.cs (GetKey): implement.
- (AllKeys): implement.
- * AuthorizationRuleCollection.cs (Set): implement.
- (ElementName): add some text to the MonoTODO.
- (set_Item (int index)): use Set.
- 2005-12-04 Chris Toshok <[email protected]>
- * CustomError.cs: add an internal argument-less ctor for use by
- the collection.
- * CustomErrorCollection.cs: implement all the MonoTODO's.
- 2005-12-02 Chris Toshok <[email protected]>
- * GlobalizationSection.cs (VerifyData): split out the stuff that
- used to live in PreSerialize here.
- (PreSerialize): call VerifyData here.
- (PostDeserialize): and here.
-
- 2005-12-01 Chris Toshok <[email protected]>
- * GlobalizationSection.cs (PreSerialize): add checks for Culture
- and UICulture properties.
- 2005-12-01 Chris Toshok <[email protected]>
- * AuthorizationRule.cs (..ctor): provide default values for
- roles/users/verbs here. Not sure if we should do this in the ctor
- or if the System.Configuration infrastructure should.. time will
- tell.
- (PreSerialize): throw if Roles.Count and Users.Count == 0.
- (SerializeElement): write out the element here. don't chain up to
- the base class since that has differing behavior than what we
- want.
- 2005-11-30 Chris Toshok <[email protected]>
- * CompilerCollection.cs: ugly hack to fix the
- 2.0-without-config-2.0 case. wrap this file in #if
- CONFIGURATION_2_0 as well as #if NET_2_0.
-
- * Compiler.cs: same.
- 2005-11-28 Chris Toshok <[email protected]>
- * SessionStateSection.cs (CookieLess): correct the compat function
- implementation.
- 2005-11-28 Chris Toshok <[email protected]>
- * GlobalizationSection.cs (GetEncoding): if the encoding name is
- null, default to utf-8 before we hit the try block, so we don't
- throw and generate a spurious warning.
- * SessionStateSection.cs: The Cookieless handling needs a custom
- parser, it appears, as the converter is a StringConverter, not a
- GenericEnumConverter.
- (ParseCookieMode): the parser.
- 2005-11-28 Chris Toshok <[email protected]>
- * PagesSection.cs (GetInstance): nuke.
- * CompilationSection.cs (GetInstance): nuke.
- 2005-11-28 Chris Toshok <[email protected]>
- * HttpHandlerAction.cs: add some c&p code from the 1.1 config
- stuff to look for matching handlers.
- (..ctor): add parameterless ctor.
-
- * HttpHandlerActionCollection.cs: clean up formatting.
- (CreateNewElement): call the parameter-less ctor for
- HttpHandlerAction.
- * HttpHandlersSection.cs (..ctor): add a ConfigurationProperty for
- the default collection.
- (get_Handlers): implement.
- (LocateHandler): copy over (and massage) some 1.1 config code.
- * MachineKeySection.cs: move some code over from the 1.1 config
- code to deal with autogeneration of keys, as well as converting
- from the string rep to the byte[] rep.
- 2005-11-28 Chris Toshok <[email protected]>
- * HttpModuleActionCollection.cs (CreateNewElement): use the new
- HttpModuleAction ctor.
- * HttpModuleAction.cs: add internal ctor with no parameters, for
- use in HttpModuleActionCollection.
- 2005-11-28 Chris Toshok <[email protected]>
- * GlobalizationSection.cs (..cctor): the encoding
- ConfigurationProperties are of type "string", even though the
- properties themselves are of type Encoding. we do conversions
- manually in the setter/getters. gross. Add code (mostly c&p +
- massaged from GlobalizationConfigurationHandler) for this and also
- to handle the culture gettes.
- 2005-11-26 Chris Toshok <[email protected]>
- * AuthorizationRuleCollection.cs (GetElementKey): implement this.
- * ProfilePropertyNameValidator.cs: make this internal, and add a
- blurb about how MS doesn't do the testing you'd expect them to.
- 2005-11-25 Chris Toshok <[email protected]>
- * AuthorizationRuleCollection.cs (CreateNewElement): remove
- MonoTODO.
- * CompilationSection.cs (GetRuntimeObject): add comment to TODO.
- * ProfileGroupSettings.cs: reformat some things.
- * FormsAuthenticationUser.cs (Name): remove MonoTODO.
- * WebPartsSection.cs (GetRuntimeObject): change TODO comment.
- * ProfilePropertySettings.cs: add internal argument-less ctor.
- * IdentitySection.cs (GetRuntimeObject): return this.
- * ProfilePropertySettingsCollection.cs: implement much of the
- TODO's.
-
- * WebControlsSection.cs (GetRuntimeObject): implement.
- * SqlCacheDependencyDatabaseCollection.cs (GetElementKey):
- implement.
- (GetKey): implement.
- 2005-11-24 Chris Toshok <[email protected]>
- * AssemblyInfo.cs: move this here from System.Web.Configuration,
- and fix up the properties.
- * SystemWebSectionGroup.cs: enable most of the sections (2
- remaining to be enabled.)
- 2005-11-24 Chris Toshok <[email protected]>
- * ProcessModelSection.cs, SqlCacheDependencySection.cs,
- SessionStateSection.cs, PassportAuthentication.cs,
- FormsAuthenticationConfiguration.cs,
- SqlCacheDependencyDatabase.cs, HttpModuleAction.cs,
- BufferModeSettings.cs, TagPrefixInfo.cs (..cctor): init
- elementProperty.
- (ValidateElement): new static validator callback.
- (ElementProperty): enable this, return elementProperty.
-
- 2005-11-23 Chris Toshok <[email protected]>
- * ProfilePropertyNameValidator.cs: new implementation.
-
- * ProfilePropertySettings.cs, ProfileGroupSettings.cs,
- ClientTargetSection.cs, ClientTargetSection.cs,
- BufferModeSettings.cs, HttpModulesSection.cs,
- WebPartsPersonalization.cs, TransformerInfo.cs, TrustLevel.cs,
- NamespaceInfo.cs, SqlCacheDependencyDatabase.cs,
- AuthenticationSection.cs, RuleSettings.cs,
- FormsAuthenticationUser.cs, WebPartsSection.cs, BuildProvider.cs,
- WebPartsPersonalizationAuthorization.cs, Compiler.cs,
- ExpressionBuilder.cs, OutputCacheProfile.cs,
- FormsAuthenticationCredentials.cs, XhtmlConformanceSection.cs,
- OutputCacheSettingsSection.cs, CustomError.cs, TraceSection.cs,
- ExpressionBuilderCollection.cs, ProfileSettings.cs,
- SessionStateSection.cs, HealthMonitoringSection.cs,
- FormsAuthenticationConfiguration.cs, HttpRuntimeSection.cs,
- SessionPageStateSection.cs, TrustSection.cs,
- AnonymousIdentificationSection.cs, WebControlsSection.cs,
- ClientTarget.cs, TagMapInfo.cs, AuthorizationSection.cs,
- ProcessModelSection.cs, RoleManagerSection.cs,
- MembershipSection.cs, CustomErrorsSection.cs (..cctor): fix
- validator/converters.
-
- * MachineKeySection.cs (..cctor): fix validators/converters.
- (Validation): enable the Converter.
-
- * CodeSubDirectory.cs (..cctor): fix validator/converters.
- (DirectoryName): add note about missing validator decoration.
-
- * HttpModuleAction.cs (..cctor): init properties.
- (Properties): return properties.
-
- * CompilationSection.cs (..cctor): fix validator/converters.
- (GetInstance): add in this pre-2.0 interface for the time being,
- hopefully it'll make it easier to migrate later on.
-
- * HttpHandlerActionCollection.cs (..cctor): init properties.
- (Properties): return properties.
- * PagesSection.cs (..cctor): fix validator/converters.
- (GetInstance): add in this pre-2.0 interface for the time being,
- hopefully it'll make it easier to migrate later on.
-
- * HttpHandlersSection.cs (..cctor): init properties.
- (Properties): return properties.
-
- * EventMappingSettings.cs (..cctor): fix validator/converters.
- (Name): add note about missing validator decoration.
-
- * HttpHandlerAction.cs (..cctor): fix validator/converters.
- (PAth, Type, Verb): add note about missing validator decoration.
- * NamespaceCollection.cs (..cctor): fix properties.
- * ProfilePropertySettingsCollection.cs (..cctor): init properties.
- (..ctor): don't throw NIE.
- (Properties): return properties.
- * HttpModuleActionCollection.cs (..cctor): init properties.
- (Properties): return properties.
- * CacheSection.cs (..cctor): fix validators/converters.
- (PrivateBytesPollTime): add note about missing validator
- decoration.
- * AuthorizationRule.cs (..cctor): fix validators/converters.
- (Roles, Users, Verbs): enable the TypeConverter decorations.
-
- * UrlMapping.cs (ValidateUrl): static method for use as a
- validation callback. unimplemented as yet.
- (..cctor): fix validators/converters.
- (MappedUrl): add note about missing validator decoration.
-
- * PropertyHelper.cs: static utility class which contains
- references to validators and converters for use in static
- constructors (building the Properties arrays).
- 2005-11-23 Chris Toshok <[email protected]>
- * MachineKeyValidationConverter.cs: new converter (and a pretty
- silly one, considering all it seems to do is convert "TripleDES"
- to "3DES").
- * HostingEnvironmentSection.cs (.cctor): use
- PositiveTimeSpanValidator like MS does.
- 2005-11-18 Chris Toshok <[email protected]>
- * HostingEnvironmentSection.cs (.cctor): add validators.
- * CompilationSection.cs (.cctor): fix defaultvalue of
- urlLinePragmas.
- 2005-11-18 Chris Toshok <[email protected]>
- * SystemWebSectionGroup.cs: enable a whole slew of properties.
- * RegexWorker.cs: stub this out.
- * HttpCapabilitiesBase.cs: remove GetClrVersions since it's in one
- of the other partial files.
- * CompilationSection.cs: fix this up.
- * PagesSection.cs: fix some types and add a comment to
- DeserializeSection.
- * CompilerCollection.cs (Add): new internal method.
- * ProvidersHelper.cs: put the using System.Configuration.Provider
- inside the NET_2_0 block.
- * CacheSection.cs: add validators.
- 2005-11-14 Chris Toshok <[email protected]>
- * BufferModeSettings.cs: add validators/converters to the
- programmatic property list.
-
- * BuildProvider.cs: add validators/converters to the programmatic
- property list, and add an internal ctor with no args.
- * Compiler.cs: wrap the code i hacked from the 1.1 stuff with a
- #region.
- * BuildProviderCollection.cs (CreateNewElement): use the internal
- BuildProvider ctor to get around validation.
- * AssemblyCollection.cs: same.
- 2005-11-14 Chris Toshok <[email protected]>
- * TagPrefixCollection.cs (Remove): pass the key to BaseRemove.
- (set_Item (int index)): implement.
-
- * TagPrefixInfo.cs (Equals): implement.
- (GetHashCode): implement.
- * AuthorizationRuleCollection.cs (CreateNewElement(string)):
- implement propertly.
- (IndexOf): implement.
- (IsElementName): implement.
- (ElementName): implement.
- (Item (int index)): implement.
-
- * FormsAuthenticationUserCollection.cs (set_Item (int index)): implement.
- * UrlMappingCollection.cs (set_Item (int index)): implement.
- * OutputCacheProfileCollection.cs (set_Item (int index)): implement.
- * TransformerInfo.cs (Equals): implement.
- (GetHashCode): implement.
- * NamespaceInfo.cs (Equals): implement.
- (GetHashCode): implement.
-
- * ProfileSettingsCollection.cs (set_Item (int index)): implement.
- * TransformerInfoCollection.cs (set_Item (int index)): implement.
- * HttpHandlerActionCollection.cs (set_Item (int index)): implement.
- * BufferModesCollection.cs (set_Item (int index)): implement.
- * BuildProvider.cs: use the base[fooProp] pattern instead of
- instance fields.
- * ProfileGroupSettingsCollection.cs: implement most of this class.
- * RuleSettingsCollection.cs (set_Item (int index)): implement.
- * ClientTargetCollection.cs (set_Item (int index)): implement.
- * AssemblyCollection.cs (set_Item (int index)): implement.
- * BuildProviderCollection.cs (set_Item (int index)): reformat.
- * CustomError.cs (Equals): implement.
- (GetHashCode): implement.
- * ExpressionBuilderCollection.cs (set_Item (int index)): reformat.
- * PassportAuthentication.cs (RedirectUrl): express consternation
- in comment form.
- * NamespaceCollection.cs (set_Item (int index)): implement.
- * RootProfilePropertySettingsCollection.cs (SerializeElement): add
- comment.
- * ProfilePropertySettingsCollection.cs (set_Item (int index)):
- implement.
- * CustomErrorCollection.cs (set_Item (int index)): implement.
- * HttpModuleActionCollection.cs (set_Item (int index)): implement.
- * CodeSubDirectoriesCollection.cs (set_Item (int index)):
- implement.
- * CustomErrorsSection.cs (DeserializeSection): include call to
- base.DeserializeSection, and add MonoTODO.
- * EventMappingSettingsCollection.cs (set_Item (int index)):
- implement.
- * AuthorizationRule.cs (Equals): implement.
- (GetHashCode): implement.
- (SerializeElement): add comment.
- * TagMapCollection.cs (Remove): pass the key to BaseRemove.
- (set_Item (int index)): implement.
-
- * TagMapInfo.cs (Equals): implement.
- (GetHashCode): implement.
- (SerializeElement): add call to base.SerializeElement.
- * TrustLevelCollection.cs (Remove): pass the key to BaseRemove.
- (GetElementKey): implement.
- * SqlCacheDependencyDatabase.cs (set_Item (int index)): implement.
- * WebContext.cs: new implementation.
- 2005-11-13 Chris Toshok <[email protected]>
- * AnonymousIdentificationSection.cs: rework this class a bit to
- fit in with the rest of S.W.C. Add validators to the
- ConfigurationProperty ctor calls, a pattern which will need to be
- replicated across the entire assembly, it appears (uggggh).
- 2005-11-13 Chris Toshok <[email protected]>
- * AuthorizationRuleCollection.cs: fix ConfigurationCollection
- attribute.
- * TransformerInfo.cs: fix corcompare.
- * SqlCacheDependencyDatabase.cs: mark ctor internal to fix
- corcompare.
- * AuthenticationSection.cs: add missing Reset stub.
- * ProfileSettingsCollection.cs: use the more succint ctor.
- * FormsAuthenticationUser.cs: enable the TypeConverter on "name".
- * GlobalizationSection.cs: fix up corcompare.
- * WebPartsSection.cs: fix up corcompare.
- * ProfileGroupSettingsCollection.cs: add missing
- ConfigurationCollection attribute.
- * ExpressionBuilder.cs: implement.
- * FormsAuthenticationCredentials.cs: fix up corcompare.
- * AssemblyCollection.cs: implement Properties.
- * SiteMapSection.cs: implement Properties.
- * ExpressionBuilderCollection.cs: fix up corcompare.
- * ProfileSettings.cs: add missing ctor.
- * PassportAuthentication.cs: new implementation.
- * SqlCacheDependencySection.cs: fix up corcompare.
- * ProfilePropertySettingsCollection.cs: fix up corcompare.
- * HttpModuleActionCollection.cs: fix up corcompare.
- * EventMappingSettingsCollection.cs: fix up corcompare.
- * AuthorizationRule.cs: fix up corcompare.
- * WebControlsSection.cs: fix up corcompare.
- * AuthorizationSection.cs: fix up corcompare.
- * MembershipSection.cs: clean this up, implement Properties, fix
- up corcompare, etc.
- 2005-11-13 Chris Toshok <[email protected]>
- * UrlMapping.cs, CustomErrorCollection.cs, CustomError.cs,
- HostingEnvironmentSection.cs, TrustLevel.cs,
- HttpCookiesSection.cs, UrlMappingsSection.cs,
- UrlMappingCollection.cs, LowerCaseStringConverter.cs,
- RoleManagerSection.cs, ProcessModelSection.cs,
- TrustLevelCollection.cs, ClientTarget.cs, CustomErrorsSection.cs,
- MachineKeySection.cs, SessionPageStateSection.cs,
- SessionStateSection.cs, ProvidersHelper.cs,
- ClientTargetCollection.cs, SecurityPolicySection.cs,
- HttpCapabilitiesBase.cs, ClientTargetSection.cs: Another large
- swath.
- 2005-11-12 Chris Toshok <[email protected]>
- * AuthorizationRuleCollection.cs, AuthorizationRule.cs,
- AuthorizationSection.cs, BufferModesCollection.cs,
- BufferModeSettings.cs, CacheSection.cs, CompilerCollection.cs,
- Compiler.cs, DeploymentSection.cs,
- EventMappingSettingsCollection.cs, EventMappingSettings.cs,
- GlobalizationSection.cs, HealthMonitoringSection.cs,
- IdentitySection.cs, OutputCacheProfileCollection.cs,
- OutputCacheProfile.cs, OutputCacheSection.cs,
- OutputCacheSettingsSection.cs, ProfileSettingsCollection.cs,
- ProfileSettings.cs, RuleSettingsCollection.cs, RuleSettings.cs,
- SqlCacheDependencyDatabaseCollection.cs,
- SqlCacheDependencyDatabase.cs, SqlCacheDependencySection.cs,
- SystemWebCachingSectionGroup.cs, TraceSection.cs,
- TransformerInfoCollection.cs, TransformerInfo.cs, TrustSection.cs,
- WebControlsSection.cs, WebPartsPersonalizationAuthorization.cs,
- WebPartsPersonalization.cs, WebPartsSection.cs,
- XhtmlConformanceSection.cs: a whole slew of new classes. the
- fruits of tons of c&p and ibuprofen.
- 2005-11-09 Chris Toshok <[email protected]>
- * PagesSection.cs, AuthenticationSection.cs, BuildProvider.cs,
- BuildProviderCollection.cs, HttpHandlerActionCollection.cs,
- HttpModulesSection.cs, HttpModuleAction.cs,
- HttpModuleActionCollection.cs, AnonymousIdentificationSection.cs,
- CodeSubDirectory.cs, CodeSubDirectoriesCollection.cs,
- SystemWebSectionGroup.cs, SiteMapSection.cs,
- WebConfigurationManager.cs: flesh out the implementation.
- * TagMap*.cs, TagPrefix*.cs: new implementation.
- * FormsAuthentication*.cs: new implementation.
- * Profile*.cs: new implementation.
- * Namespace*.cs: new implementation.
- * HttpRuntimeSection.cs: new implementation.
-
|