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

export() does not work correctly in policies included in the local chain #672

Closed
davidor opened this issue Apr 19, 2018 · 0 comments
Closed
Assignees

Comments

@davidor
Copy link
Contributor

davidor commented Apr 19, 2018

Policies can define an export function to expose the data they need to share with other policies.

export works fine for policies defined in the global chain, but it does not for policies include in a local (service level) chain. Whatever is returned in export does not end in context.

When this bug is solved, we could also solve #671 by simply using export() instead of rewrite() in the caching policy to expose the shared cache handler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant