-
Bug
-
Resolution: Fixed
-
Low
-
9.0.0, 9.2.0
-
9
-
Severity 3 - Minor
-
Issue Summary
Error 405 was received after updating Index Recovery Settings and returning to the previous IndexAdmin.jspa if previously the <recover> button was pressed with invalid content.
Steps to Reproduce
1. Reach Admin > System;
2. Under the Advanced Options, select Indexing;
3. Force an error message, hitting the button <Recover> without filling a file name or typing an incorrect file name;
4. Hit the <Edit Settings> button;
5. Change the scheduled time and hit the <Update> button to save;
Expected Results
- The new schedule time was saved
- The page returns to the main page IndexAdmin.jspa
Actual Results
- The new schedule time was saved
- However, the below exception is thrown on the screen:
HTTP Status 405 – Method Not Allowed Type Status Report Description The method received in the request-line is known by the origin server but not supported by the target resource. Apache Tomcat/9.0.65
Workaround
Use the History tab to return to the previous page.