In https://github.com/HistoryAtState/hsg-shell/pull/396 we implemented handling for Last-Modified and If-Modified-Since for TEI resources. For FRUS TEI, we derive the last modified date from the last modified dates of the TEI file itself and the associated bibliography file. However, volumes' landing pages are also constructed from the data in the https://github.com/HistoryAtState/tags repository. As a result, updates to a volume's tags such as https://github.com/HistoryAtState/tags/commit/850d8b3ecda686e24612fd0ae6886543aaf95393 can be hidden from view, since eXist and Nginx think that the volume hasn't been updated. The last-modified calculation should extend to the data in the tags collection.
In https://github.com/HistoryAtState/hsg-shell/pull/396 we implemented handling for Last-Modified and If-Modified-Since for TEI resources. For FRUS TEI, we derive the last modified date from the last modified dates of the TEI file itself and the associated bibliography file. However, volumes' landing pages are also constructed from the data in the https://github.com/HistoryAtState/tags repository. As a result, updates to a volume's tags such as https://github.com/HistoryAtState/tags/commit/850d8b3ecda686e24612fd0ae6886543aaf95393 can be hidden from view, since eXist and Nginx think that the volume hasn't been updated. The last-modified calculation should extend to the data in the tags collection.