Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.5.1
-
None
-
None
Description
When doing an OAUTH2 flow the first request to the service that returns the oauthApprovalUrl probably shouldn’t be cached or set in the staleResponse, because then it could possibly be used on the response for the ACTUAL request if it returns a 500. Thus an endless loop of display the approval url and making the service call.