[
https://issues.apache.org/jira/browse/LOG4J2-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ralph Goers resolved LOG4J2-114.
--------------------------------
Resolution: Fixed
Fix Version/s: 2.0-beta4
Assignee: Ralph Goers
The patch was applied although the test had to be modified slightly as it
didn't incorporate the new memo item that was added.
> StructuredDataMessage is incorrectly validating value length instead of key
> length
> ----------------------------------------------------------------------------------
>
> Key: LOG4J2-114
> URL: https://issues.apache.org/jira/browse/LOG4J2-114
> Project: Log4j 2
> Issue Type: Bug
> Components: API
> Affects Versions: 2.0-beta2
> Reporter: Arkin Yetis
> Assignee: Ralph Goers
> Fix For: 2.0-beta4
>
> Attachments: StructuredDataMessage.java.patch,
> StructuredDataMessageTest.java.patch
>
>
> During execution of method SLF4JLogger.log, the following exception is thrown
> during creation of the StructuredMessage with a key longer than 32 characters.
> java.lang.IllegalArgumentException: Structured data values are limited to 32
> characters. key: memo value: This is a very long test memo to demonstrate the
> issue
> The validation should be on key length and not the value length.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]