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 5c4362b commit aad0144Copy full SHA for aad0144
docs/modules/ROOT/pages/servlet/authentication/passwords/digest.adoc
@@ -47,7 +47,7 @@ UserDetailsService userDetailsService;
47
48
DigestAuthenticationEntryPoint entryPoint() {
49
DigestAuthenticationEntryPoint result = new DigestAuthenticationEntryPoint();
50
- result.setRealmName("My App Relam");
+ result.setRealmName("My App Realm");
51
result.setKey("3028472b-da34-4501-bfd8-a355c42bdf92");
52
}
53
0 commit comments