Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: c23d3a64cddc2e29ee79bb1aa20ab97a18498ea1
https://github.com/resteasy/Resteasy/commit/c23d3a64cddc2e29ee79bb1aa20ab...
Author: Lin Gao <lgao(a)redhat.com>
Date: 2017-12-21 (Thu, 21 Dec 2017)
Changed paths:
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/ServerResponseWriter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/VariantAcceptTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/VariantAcceptResource.java
Log Message:
-----------
[RESTEASY-1765] Remove q-qs parameters from header Content-type in responses (#1358)
* [RESTEASY-1765] Remove q-qs parameters from header Content-type in responses
* Update ServerResponseWriter.java
Ok, good, we're all on the same page. Since watching Andy Miller's talk about
space usage on small virtual machines, I've been extra conscious about space, so
I've adjusted the code a bit. The logic is the same, though.
* Update ServerResponseWriter.java
Ooops.
* Update ServerResponseWriter.java
Another oops. Changed "q2" to "qs".