Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CacheInterceptor get/put with different key #3988

Closed
veonua opened this issue May 3, 2018 · 3 comments
Closed

CacheInterceptor get/put with different key #3988

veonua opened this issue May 3, 2018 · 3 comments
Labels
enhancement Feature not a bug

Comments

@veonua
Copy link

veonua commented May 3, 2018

I need to do redirect in my network interceptor in order to some query params

as soon as CacheInterceptor is on the top of the interceptor list (index 3), and my interceptor is #6
so change of url breaks cache interceptor's keys

it always gets original url and puts modified key to the storage

@swankjesse
Copy link
Collaborator

Change the URL in an app interceptor?

@veonua
Copy link
Author

veonua commented May 3, 2018

unfortunately I need it after retryAndFollowUpInterceptor or ability to control it.
as far as I can see it is final

@yschimke yschimke added the enhancement Feature not a bug label Jun 17, 2018
@yschimke
Copy link
Collaborator

Is there anything to do here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature not a bug
Projects
None yet
Development

No branches or pull requests

3 participants