enhancement
Background
The ShowSystemEnvironment.jsp maintenance page provides an overview of the current system configuration:
- Classpath
- System Properties
- VM Arguments
- Application Properties
However, only the settings under "Application Properties" are sorted alphabetically.
Requirement
The entries in the "System Properties" and "VM Arguments" sections should also be sorted alphabetically, just like in the "Application Properties" section.
Details
- Sorting is case-insensitive
- The user’s locale is taken into account.
- This now also applies to the "Application Properties."
Test
Open the maintenance page. The sections listed above must be sorted. The classpath must not be sorted, because the order is relevant for it.