Add unit tests for session and cache-control attributes of module.xml

This commit is contained in:
Kijin Sung 2023-08-30 22:41:14 +09:00
parent 79dd9ae45e
commit 2b916a8bdb
2 changed files with 5 additions and 1 deletions

View file

@ -7,7 +7,7 @@
</grant>
</grants>
<actions>
<action name="dispTestView" type="view" permission="view" standalone="false" index="true">
<action name="dispTestView" type="view" permission="view" standalone="false" index="true" session="false" cache-control="off">
<route route="$document_srl:int" priority="100" />
<route route="$document_srl:int/comment/$comment_srl:int" priority="70" />
<route route="$document_srl:int/tag/$tag:word" priority="50" />