Menu

#7 ConfigurationSectionHandler not case-insensitive in NET 2.0

v2.0
closed-fixed
None
5
2009-03-10
2007-12-07
No

Here is the problem :
properties = new NameValueCollection( null, new CaseInsensitiveComparer() );

http://netcommon.svn.sourceforge.net/viewvc/netcommon/projects/logging/trunk/modules/Common.Logging/src/Common/Common.Logging/Logging/ConfigurationSectionHandler.cs?view=markup (line 142)

It should be :
properties = new NameValueCollection(new CaseInsensitiveHashCodeProvider(), new CaseInsensitiveComparer() );

that is equivalent to :
properties = new NameValueCollection();

Discussion

  • Erich Eichinger

    Erich Eichinger - 2007-12-07
    • summary: ConfigurationSectionHandler not case-sensitive in NET 2.0 --> ConfigurationSectionHandler not case-insensitive in NET 2.0
     
  • Erich Eichinger

    Erich Eichinger - 2007-12-07
    • assigned_to: markpollack --> oakinger
     
  • Erich Eichinger

    Erich Eichinger - 2007-12-07
    • status: open --> closed
     
  • Erich Eichinger

    Erich Eichinger - 2009-03-10
    • milestone: --> v2.0
     
  • Erich Eichinger

    Erich Eichinger - 2009-03-10
    • status: closed --> closed-fixed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.