hi!

How can I remove http response header "Vary" or replace its value?
Cocoon sets it as "Vary: Host" what leads to local caching problems in IE :(

I've tried using org.apache.cocoon.acting.HttpHeaderAction with parameter:
<map:parameter name="Vary" value="myValue" />
But it appends value instead replacing.

Here is my example:
<map:match pattern="**.jpg">
        <map:act type="set-header">
                <map:parameter name="Vary" value="asd" />
        </map:act>
        <map:read mime-type="images/jpg" src="{1}.jpg"/>
</map:match>


ilya


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to