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

RestHandler incorrectly cuts Accept header of request #3426

Closed
omusil24 opened this issue Jun 24, 2019 · 0 comments
Closed

RestHandler incorrectly cuts Accept header of request #3426

omusil24 opened this issue Jun 24, 2019 · 0 comments
Assignees
Milestone

Comments

@omusil24
Copy link

application/openmetrics-text; version=0.0.1,text/plain;version=0.0.4;q=0.5,*/*;q=0.1

Gets cut to (parsed as): application/openmetrics-text

Expected parsing:

application/openmetrics-text,text/plain,*/*
@omusil24 omusil24 self-assigned this Jun 24, 2019
@davidnich davidnich added this to the 0.9.3 milestone Jun 24, 2019
omusil24 pushed a commit that referenced this issue Jun 24, 2019
…NullRestSchemaValidator ignoring set Content-Type header
@omusil24 omusil24 added the fixed label Jun 26, 2019
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

2 participants