[
https://issues.apache.org/jira/browse/CAMEL-22080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17952565#comment-17952565
]
Mikael Andersson Wigander commented on CAMEL-22080:
---------------------------------------------------
I also prefer the oauth2CacheTokens was true by default, otherwise the use of
expires fails to be used
> Http component oauth2 cache based on the full endpoint URI
> ----------------------------------------------------------
>
> Key: CAMEL-22080
> URL: https://issues.apache.org/jira/browse/CAMEL-22080
> Project: Camel
> Issue Type: Improvement
> Components: camel-http
> Reporter: Mikael Andersson Wigander
> Priority: Minor
>
> In the http component there's a setting to cache the token,
> .oauth2CacheTokens(true).
> This cache is using the complete URI including dynamic parts which makes it
> request a new token when the path changes.
> [https://localhost/event/1]
> [https://localhost/event/2]
> Both above are cached so a subsequent call to any of these will be using the
> cache but the initial call will call the oauth2TokenEndpoint URI for both of
> them and request a new token.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)