The FOP component doesn't appear to be propagating headers. In the route below, headers are available to the XSLT component and it does pass them through the other side. But after fop, they're all gone.
Is this a bug?. Can someone suggest a workaround?
<route>
<from uri="direct:render"/>
<to uri="xslt:file:{{rootDir}}/Report.xsl"/>
<to uri="fop:application/pdf"/>
<log message="Headers after fop ${headers}"/>
</route>
thanks