reta commented on PR #3463: URL: https://github.com/apache/cxf/pull/3463#issuecomment-5666155526
Thanks @coheigea > 1. `maxElementCount` default overflows (blocking) I will widen it to long, thanks! > 2. Derive maxXMLCharacters from MAX_TEXT_LENGTH_VAL The straight derivation does not make sense here to be fair. MAX_TEXT_LENGTH_VAL is really large by default, but we should not use multipliers there (ideally, I would think of MAX_TEXT_LENGTH_VAL as 8k and MAX_XML_CHARACTERS as 32Mb fe), so 256Mb is just reasonably large value that is not in conflict with MAX_TEXT_LENGTH_VAL default. -- 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]
