Type | Changes | By |
---|
| nullCocoon's pipeline buffer increases from an initial buffer size of 8192 bytes to the configurable flush
buffer size rather than allocating the complete buffer beforehand. | joerg |
| Fix CachingOutputStream not caching all content or leading to ArrayIndexOutOfBoundsException when using
write(byte[
]
, int, int). Thanks to Steven Dolg. | joerg |
| Set the default output buffer size of the pipeline to 1,048,576 (1 MB) rather than -1 (complete buffering) to
avoid potential OutOfMemoryErrors on too large output. | joerg |
Type | Changes | By |
---|
| Use Spring's current request attributes as a pipeline lock object
instead of cur
rent thread. Resolves deadlock when request is processed
in multiple threads. | vgritsenko |