[logback-dev] [JIRA] Assigned: (LBCLASSIC-251) LoggingEventVO failed to serialize when argument toString() throws exception
Ceki Gulcu (JIRA)
noreply-jira at qos.ch
Fri Feb 11 14:56:51 CET 2011
[ http://jira.qos.ch/browse/LBCLASSIC-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ceki Gulcu reassigned LBCLASSIC-251:
------------------------------------
Assignee: Ceki Gulcu (was: Logback dev list)
> LoggingEventVO failed to serialize when argument toString() throws exception
> -----------------------------------------------------------------------------
>
> Key: LBCLASSIC-251
> URL: http://jira.qos.ch/browse/LBCLASSIC-251
> Project: logback-classic
> Issue Type: Bug
> Affects Versions: 0.9.26
> Reporter: Eugen
> Assignee: Ceki Gulcu
>
> LoggingEventVO.writeObject() don't handle situation when argument toString() throws exception.
> LoggingEventVO become only serialized to OutputStream partiality, and deserialization failed with exception
> java.lang.ArrayStoreException: ch.qos.logback.classic.spi.LoggingEventVO
> at ch.qos.logback.classic.spi.LoggingEventVO.readObject(LoggingEventVO.java:190) ~[logback-classic-0.9.26.jar:na]
> Suppose same fail-safe behavior required as in MessageFormatter.safeObjectAppend
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the logback-dev
mailing list