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
Openwayback is supporting memento by default. It depends on enableMemento properties in AccessPoint bean. There is no need for MementoReplay.xml or memento.xml.
The memento configuration should be updated as the following:
add enableMemento attributes to the standardsAccesPoint bean to be clear to the administrator how to control the memento.
Remove the commented Memento bean from wayback.xml.
remove MementoReplay.xml and memento.xml from WEB-INF directory to avoid the confusion.
Update the documentation on the wiki to clarify this information.