File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,12 @@ you can merge this into your ``config.ini``. If you are
5050installing a new tracker with ``roundup-admin ... install`` the
5151``secret_key`` value is automatically set to some random value.
5252
53- If ``secret_key`` is not set, the etag value returned by a REST
54- call will be change on every call even though the item has not
55- changed.
53+ If ``secret_key`` is not set, the etag value returned by a REST call
54+ will changed on every call even though the item has not changed. This
55+ means users will be unable to submit changes using the rest
56+ interface. (Note, if you run roundup in a persistent mode: server,
57+ wsgi, mod_python, the etag will change on every restart if not
58+ explicitly set.)
5659
5760.. _upgrading directions: upgrading.html
5861
You can’t perform that action at this time.
0 commit comments