-
Suggestion
-
Resolution: Answered
-
None
NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.
When you hit a page that has been renamed or deleted, and the page is not in the trash, Confluence does PageNotFound.action, which uses PageManager to find pages that are similar to the original request in other spaces.
PageManager necessarily goes to the database and isn't very efficient. This could lead to an extreme amount of database and memory usage in very large instances.
Since this can cause system instability for large instances, suggest that there be either a commandline flag or an option added to the general configuration that allows you to disable the PageNotFound behavior and instead degrade to simple 404.
- is related to
-
CONFCLOUD-24886 Accessing a renamed or deleted page can cause system instability
- Closed
-
CONFSERVER-24887 Create an easy way for Administrators to disable PageNotFound.action and instead present a standard 404
- Closed