null passwords should not be allowed. Additionally, password must not start with prefixes used by the {@link GeoServerPasswordEncoder} objectsTo get the prefixes use for (GeoserverPasswordEncoder enc : GeoServerExtensions.extensions( GeoserverPasswordEncoder.class)) { System.out.println(enc.getPrefix()+GeoserverPasswordEncoder.PREFIX_DELIMTER); } A concrete example can be found in {@link PasswordValidatorImpl#PasswordValidatorImpl()}
@author christian
| |
| |
| |
| |
| |