<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 15, 2016 at 11:54 AM, Cantor, Scott <span dir="ltr"><<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@osu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
</span>The core bug here was an actual limitation in Java because it writes out length-prefixed UTF-8 with a 16-bit length field. I patched that with a chunking loop that will allow storing of reasonable data sizes. A separate issue is of course keeping that from growing, which I'll have to research but shouldn't really be done at this layer. The session cache probably just needs limits included.</blockquote></div><br>Now I feel bad not getting around to filing an issue.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Greg</div></div>