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

Attach context to HTTP requests in HTTP adapter #33

Closed
gbrail opened this issue Dec 18, 2013 · 1 comment
Closed

Attach context to HTTP requests in HTTP adapter #33

gbrail opened this issue Dec 18, 2013 · 1 comment

Comments

@gbrail
Copy link
Contributor

gbrail commented Dec 18, 2013

We may need to pass data associated with a particular HTTP request between a container and an HTTP server using the HTTP adapter. We should:

  • Add a parameter to the adapter's HTTP request
  • Set it on the HTTP 'request' object
  • Allow it to be set to any Java object.
@gbrail
Copy link
Contributor Author

gbrail commented Jan 23, 2014

Released in 0.6.9, by calling "setClientAttachment()" on the "HttpMessageAdapter" interface.

@gbrail gbrail closed this as completed Jan 23, 2014
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