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

Parameters set in a first middleware are lost in a second one #63

Open
fcastilloes opened this issue Jul 18, 2018 · 0 comments
Open

Parameters set in a first middleware are lost in a second one #63

fcastilloes opened this issue Jul 18, 2018 · 0 comments

Comments

@fcastilloes
Copy link
Contributor

When more than one Middlewares are registered and one sets a parameter using the request.setParam() method, the next one loses it, so if it is not set again it never gets to the Service.

If the last Middleware sets the parameter it works ok, so it looks like the issue is in the Middleware reading existing parameters in the transport.

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