[ 
https://issues.apache.org/jira/browse/CAMEL-22080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17952791#comment-17952791
 ] 

Mikael Andersson Wigander commented on CAMEL-22080:
---------------------------------------------------

Feedback on my statements are welcomed!

> 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
>             Fix For: 4.x
>
>
> 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)

Reply via email to