Issue streaming .zip file using ContentStreamBase

2013-01-03 Thread Danny Dvinov
Hello, Wondering if anyone could point me to the right way of streaming a .zip file: my goal is to stream a zipped version of the index. I zip up the index files I get from calling IndexCommit#getFileNames, and then attempt to stream using a custom handler with the following in handleRequestBod

Streaming .zip file using ContentStreamBase

2013-01-03 Thread Danny Dvinov
Hello, Wondering if anyone could point me to the right way of streaming a .zip file: my goal is to stream a zipped version of the index. I zip up the index files I get from calling IndexCommit#getFileNames, and then attempt to stream using a custom handler with the following in handleRequestBod