We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855d000 commit 8e6db95Copy full SHA for 8e6db95
config/src/main/java/org/springframework/security/config/annotation/web/builders/HttpSecurity.java
@@ -464,7 +464,7 @@ public PortMapperConfigurer<HttpSecurity> portMapper() throws Exception {
464
* protected void configure(HttpSecurity http) throws Exception {
465
* http.authorizeRequests().antMatchers("/**").hasRole("USER").and()
466
* // Example jee() configuration
467
- * .jee().mappableRoles("ROLE_USER", "ROLE_ADMIN");
+ * .jee().mappableRoles("USER", "ADMIN");
468
* }
469
470
* </pre>
0 commit comments