-
Notifications
You must be signed in to change notification settings - Fork 65
Send Accept header on client API calls #120
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
Conversation
@csetera Could you update unit tests to ensure that accept header is returned? |
I will try to find some time. |
Looking at this, I'm not entirely sure how to test accept headers? It looks like all of this boils down to standard JAX-RS calls via the KatharsisFeature? I'm happy to add some tests if someone points me in the right direction. |
The way to test this is to fire off a basic http server as part of the On Sat, Sep 17, 2016, 4:40 PM Craig Setera notifications@github.com wrote:
|
I just pushed updates to support validating request headers. I know they are in our forked repo, but not sure if they automatically show up in this pull request? (Seems like, but if not please let me know). |
can we updated the pr? then I merge it in. |
I apologize for being a newbie on this. Can you tell me what is necessary to update the PR? I was under the impression it was "automatic", but if you tell me what I need to do (or point me to appropriate documentation), I'm happy to do what is necessary. |
All you need to do is push to the fork/branch you used for the pr and its On Wed, Oct 5, 2016, 12:18 PM Craig Setera notifications@github.com wrote:
|
Somehow, I must have done something wrong? I made this change and pushed it to my fork 18 days ago (see Baseventure@f37783a) . Is there a step I'm missing here? |
Look for me on gitter later On Thu, Oct 6, 2016, 4:16 AM Craig Setera notifications@github.com wrote:
|
I think I finally got this straightened out. Please let me know if there is anything else I need to do. |
builds looks ok, sonar setup issues in the build, applying the PR anyway. |
As discussed in #117 (comment)