cshannon opened a new pull request, #2080: URL: https://github.com/apache/activemq/pull/2080
The max number of properties in the map for the WireFormatInfo command was lowered to 128 and a new max value buffer size was added to validate buffers created during unmarshalling of the properties map. The max buffer allowed has been set to 1KB. This also adds a maxDepth check for handling nested collections inside the map. It is set to 1 which could be useful if we wanted to allow a property to contain a list (for example). But it would block a list of lists being inserted or map of maps, etc. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
