Fix 404 when there is a slash after the document URL (XE allowed this)

This commit is contained in:
Kijin Sung 2024-10-07 22:40:25 +09:00
parent 6c07ce75e6
commit 290ee1b0e8

View file

@ -58,6 +58,7 @@
<actions>
<action name="dispBoardContent" type="view" permission="list" standalone="false" index="true">
<route route="$document_srl:int" priority="100" />
<route route="$document_srl:int/" priority="100" />
<route route="$document_srl:int/comment/$comment_srl:int" priority="100" />
<route route="$document_srl:int/page/$page:int" priority="100" />
<route route="category/$category:int/search/$search_target:word/$search_keyword:any" priority="60" />