Skip to content

Commit e9a02af

Browse files
robotdanspwitt
andauthored
Update src/main/java/org/primeframework/mvc/action/config/DefaultActionConfigurationBuilder.java
Co-authored-by: Spencer Witt <3409780+spwitt@users.noreply.github.com>
1 parent 5092a63 commit e9a02af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/primeframework/mvc/action/config/DefaultActionConfigurationBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ protected Map<HTTPMethod, List<JWTMethodConfiguration>> findJwtAuthorizationMeth
463463
throw new PrimeException("The action class [" + actionClass + "] is missing at a JWT Authorization method. " +
464464
"The class must define one or more methods annotated " + JWTAuthorizeMethod.class.getSimpleName() + " when [jwtEnabled] " +
465465
"is set to [true] which deprecated, or you are using a jwt based security scheme. You action has" +
466-
" defined the following security schemes [" + String.join(", ", securitySchemes) + "].Ensure that for each execute " +
466+
" defined the following security schemes [" + String.join(", ", securitySchemes) + "]. Ensure that for each execute " +
467467
"method in your action such as post, put, get and delete that a method is configured to authorize the JWT.");
468468
}
469469

0 commit comments

Comments
 (0)