You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was surprised to see this issue on one of my sites recently, as I don't know what could possibly be writing to the database by accessing @@history. I would have expected that to be read only. Debugging in plone.protect shows that the registered object is the Plone site itself.
Perhaps it doesn't matter, I don't think adding context/@@authenticator/token to the links on version_history_form should harm anything.
The text was updated successfully, but these errors were encountered:
I was surprised to see this issue on one of my sites recently, as I don't know what could possibly be writing to the database by accessing @@history. I would have expected that to be read only. Debugging in plone.protect shows that the registered object is the Plone site itself.
Perhaps it doesn't matter, I don't think adding context/@@authenticator/token to the links on version_history_form should harm anything.
The text was updated successfully, but these errors were encountered: