You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/javax/security/enterprise/authentication/mechanism/http/BasicAuthenticationMechanismDefinition.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@
58
58
public @interface BasicAuthenticationMechanismDefinition {
59
59
60
60
/**
61
-
* Name of realm that will be send via the <code>WWW-Authenticate</code> header.
61
+
* Name of realm that will be sent via the <code>WWW-Authenticate</code> header.
62
62
* <p>
63
63
* Note that contrary to what happens in some proprietary Servlet products, this
64
64
* realm name <b>does not</b> couple a named identity store configuration to the
0 commit comments