This may be a Railo problem, but my Coldbox app running on Railo 4.2 give the following error when outputting a PDF stream to the browser:
Can’t cast Object type [Struct] to a value of type [binary]
Java type of the object is railo.runtime.text.pdf.PDFDocument
Here is the code:
`
`
Any help is appreciated.
-Chris