Skip to content

Commit 7383ef8

Browse files
antssilva96antonio.silva
andauthored
Fixed typo/bug in CompositeAuthenticationProvider template (#67)
Co-authored-by: antonio.silva <[email protected]>
1 parent e03e958 commit 7383ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/src/main/resources/templates/auth/compositeAuthenticationProvider.qute

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class CompositeAuthenticationProvider extends AbstractCompositeAuthentica
3737
{#for authM in op.authMethods}
3838
{#if authM.name == auth.name}
3939
.addOperation(OperationAuthInfo.builder()
40-
.withPath("{api.contextPath}{api.commonPath{op.path.orEmpty}")
40+
.withPath("{api.contextPath}{api.commonPath}{op.path.orEmpty}")
4141
.withId("{op.operationId}")
4242
.withMethod("{op.httpMethod}")
4343
.build())

0 commit comments

Comments
 (0)