Hello,

we would like to disable the extension filter of tomahawk from within a component. The main reason is that the component's purpose is to create binary output instead of text output, using context.responseComplete() and request.reset()

However, the filter tries to parse and correct the response, replacing bytes in the begin of response bye &#....; entities, then after 5 lines stopping it with an error (saying it doesn't look like html, it stops the parsing). As a result, begin of binary output is corrupted....

Is there a way to tell to tomahawk filter *not* to parse response from within component?

Thank you.


Reply via email to