Skip to content

Commit

Permalink
Merge pull request #3055 from GDLMadushanka/header
Browse files Browse the repository at this point in the history
Fix typo in WWW-Authenticate header
  • Loading branch information
GDLMadushanka authored Dec 13, 2023
2 parents 5b8aafe + 3733c10 commit 6d5257b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ public class BasicAuthConstants {
public static final String RESPONSE = "RESPONSE";
public static final String TRUE = "true";
public static final String NO_ENTITY_BODY = "NO_ENTITY_BODY";
public static final String WWW_AUTHENTICATE = "WWW_Authenticate";
public static final String WWW_AUTHENTICATE = "WWW-Authenticate";
public static final String WWW_AUTH_METHOD = "Basic realm=\"WSO2 EI\"";
}

0 comments on commit 6d5257b

Please sign in to comment.