Skip to content

Commit

Permalink
Merge pull request #178 from Edirom/issue-176
Browse files Browse the repository at this point in the history
remove caching, fixes #176
  • Loading branch information
daniel-jettka authored Nov 16, 2023
2 parents 898f142 + 6e6b748 commit 0eede61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/controller.xql
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ else
(: everything else is passed through :)
(console:log('/data Controller: passthrough'),
<dispatch xmlns="http://exist.sourceforge.net/NS/exist">
<cache-control cache="yes"/>
<cache-control cache="no"/>
<set-attribute name="$exist:prefix" value="{$exist:prefix}"/>
<set-attribute name="$exist:controller" value="{$exist:controller}"/>
<set-attribute name="$exist:root" value="{$exist:root}"/>
Expand Down

0 comments on commit 0eede61

Please sign in to comment.