1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Merge remote-tracking branch 'origin/5.8.x'

This commit is contained in:
Josh Cummings
2022-10-05 22:48:33 -06:00
6 changed files with 29 additions and 50 deletions
@@ -90,7 +90,7 @@ public class DefaultHttpSecurityExpressionHandler extends AbstractSecurityExpres
* "ROLE_".
*/
public void setDefaultRolePrefix(String defaultRolePrefix) {
Assert.hasText(defaultRolePrefix, "defaultRolePrefix cannot be empty");
Assert.notNull(defaultRolePrefix, "defaultRolePrefix cannot be null");
this.defaultRolePrefix = defaultRolePrefix;
}