I want to add a HTTP header property to a RenderResponse.
I've written a RenderFilter with which I gain access to the RenderResponse
. Unfortunately, when I call setProperty
and set a property, it never gets to the client. I'm checking this with Firebug.
The response hasn't been comitted before.