Enhancement
Major
Detail
Major
Detail
Bugfix
A TL 7 system without maintenance pages logs one error per login. On TL 6, the login fails due to the same error message.
Error message:
No directory for maintentance pages found. Configured maintenance path: /jsp/administration/maintenance/, checked root folders: [...]
Test
- Either: Deploy with -Dwar.maintenance.pages=''.
- Or:
- Delete the maintenance pages folder in all Eclipse projects: webapp/jsp/administration/maintenance.
- It is important to actually delete the folders and not just the JSPs themselves.
- Launch the application in Eclipse.
- Delete the maintenance pages folder in all Eclipse projects: webapp/jsp/administration/maintenance.
- Expected result:
- System boots up.
- Login works.
- The page "Administration > Tech. Administration > Maintenance" can be displayed.
- The table of maintenance pages on the left side is empty.
- Neither an error nor a warning has been logged.