Hi All

I am attempting to use the Pipeline's 'expires' parameter to trigger Browser Caching.

This has worked before, but for some reason makes no difference now ....

<map:pipeline>
  <map:parameter name="expires" value="access plus 1 days"/>

  <map:match pattern="">
    <map:redirect-to uri="cocoon:/index(0).html"/>
  </map:match>

  <map:match pattern="index(*).html">
    <map:call function="index">
      <map:parameter name="screen" value="screen/index"/>
      <map:parameter name="page" value="{1}"/>
      <map:parameter name="size" value="20"/>
    </map:call>
  </map:match>

. . .

</map:pipeline>


Any Suggestions?

regards Jeremy

Attachment: smime.p7s
Description: S/MIME cryptographic signature



Reply via email to