I have a CMIS implementation with Java pointing to a variety of ECMs. I'm using an InputStream object to get my documents via CMIS. However, I have noticed that I am getting errors whenever my file size is greater than 50KB. The type of file does not matter, but as soon as it goes over 50KB the files will no longer download properly.
Are there download limits that I need to adjust with CMIS? Or perhaps I am hitting a limit of an InputStream object?