[jira] Resolved: (LOG4NET-21) RemotingAppender failes once NDC becomes empty

2005-04-03 Thread Nicko Cadell (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-21?page=history ] Nicko Cadell resolved LOG4NET-21: - Resolution: Fixed Fix Version: 1.2.10 Fixed by not serialising key-value pairs from the LoggingEvent Properties if the key or value is null. >

cvs commit: logging-log4net/src/Core LoggingEvent.cs

2005-04-03 Thread nicko
nicko 2005/04/03 11:07:17 Modified:src/Core LoggingEvent.cs Log: Fix for LOG4NET-21. Remove from fixedProperties any key-value pairs where the key or value (or fixed value) is null Revision ChangesPath 1.20 +17 -8 logging-log4net/src/Core/LoggingEvent.cs

cvs commit: logging-log4net/src/Util ReadOnlyPropertiesDictionary.cs

2005-04-03 Thread nicko
nicko 2005/04/03 11:03:29 Modified:src/Util ReadOnlyPropertiesDictionary.cs Log: Fix for LOG4NET-21. Do not serialise key-value pairs where either the key or value is null Revision ChangesPath 1.6 +5 -2 logging-log4net/src/Util/ReadOnlyPropertiesDictionary.c

cvs commit: logging-log4net/src/Appender RemotingAppender.cs

2005-04-03 Thread nicko
nicko 2005/04/03 11:02:18 Modified:src/Appender RemotingAppender.cs Log: Updated doc comments Revision ChangesPath 1.9 +4 -6 logging-log4net/src/Appender/RemotingAppender.cs Index: RemotingAppender.cs ===

cvs commit: logging-log4net/tests/src/Appender RemotingAppenderTest.cs

2005-04-03 Thread nicko
nicko 2005/04/03 11:01:05 Modified:tests/src/Appender RemotingAppenderTest.cs Log: Added unit test to demonstrate issue LOG4NET-21 from Sam Smoot Revision ChangesPath 1.3 +134 -5 logging-log4net/tests/src/Appender/RemotingAppenderTest.cs Index: RemotingAp

cvs commit: logging-log4net/src/Util ThreadContextStack.cs

2005-04-03 Thread nicko
nicko 2005/04/03 10:59:38 Modified:src/Util ThreadContextStack.cs Log: Cleaned up doc comment Revision ChangesPath 1.7 +2 -2 logging-log4net/src/Util/ThreadContextStack.cs Index: ThreadContextStack.cs ===

[jira] Commented: (LOG4NET-21) RemotingAppender failes once NDC becomes empty

2005-04-03 Thread Nicko Cadell (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-21?page=comments#action_62050 ] Nicko Cadell commented on LOG4NET-21: - The ReadOnlyPropertiesDictionary should not serialise key-value pairs with a null key or value. Null values properties should be

[jira] Created: (LOG4NET-21) RemotingAppender failes once NDC becomes empty

2005-04-03 Thread Nicko Cadell (JIRA)
RemotingAppender failes once NDC becomes empty -- Key: LOG4NET-21 URL: http://issues.apache.org/jira/browse/LOG4NET-21 Project: Log4net Type: Bug Components: Core Versions: 1.2.9 Reporter: Nicko Cadell Assi