aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/test/java/com/yahoo/jdisc/http/server/jetty
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "Bjorncs/upgrade netty"Henning Baldersheim2017-04-241-2/+10
|
* Upgrade to Netty 3.10.6Bjørn Christian Seime2017-04-241-10/+2
| | | | | Upgrade to newest release of Netty 3.x. RFC 6265 is now the de-facto standard specification for cookie management.
* Merge pull request #2255 from yahoo/bjorncs/cleanup-metrics-testHenning Baldersheim2017-04-241-100/+0
|\ | | | | Remove non-working unit tests
| * Remove non-working unit testsBjørn Christian Seime2017-04-241-100/+0
| |
* | Remove non-working HTTP trailers testBjørn Christian Seime2017-04-241-72/+0
| | | | | | | | The Servlet 3.1 spec does not support trailers.
* | Remove non-working tracing testBjørn Christian Seime2017-04-241-32/+1
|/ | | | | The trace tests have never been enabled and there is no sign of the trace headers in the source code except the unit tests.
* Allow 200 without contentBjørn Christian Seime2017-04-181-1/+1
|
* Allow 200 without contentBjørn Christian Seime2017-03-311-1/+1
|
* Handle invalid uri escape patternBjørn Christian Seime2017-03-281-0/+11
|
* Allow 200 response without contentBjørn Christian Seime2017-03-021-1/+1
| | | | | | | There is a window between the response is committed (headers including response code is set) and the response body is written, where the exception from the request handler can be catched. If that happens, the output stream will be closed before response body is written.
* Allow 200 response without contentBjørn Christian Seime2017-02-081-2/+3
| | | | | | | There is a window between the response is committed (headers including response code is set) and the response body is written, where the exception from the request handler can be catched. If that happens, the output stream will be closed before response body is written.
* Remove non-working web socket code from JDiscBjørn Christian Seime2016-12-133-913/+0
|
* Don't use deprecated constructorBjørn Christian Seime2016-11-301-1/+2
|
* Add missing copyright headerBjørn Christian Seime2016-11-301-0/+1
|
* Use async Servlet API to send error responseBjørn Christian Seime2016-11-291-0/+41
|
* Add test for closing the connection after N requests.Henning Baldersheim2016-07-071-0/+17
|
* Use Github username as authorBjørn Christian Seime2016-06-287-7/+7
|
* PublishJon Bratseth2016-06-1519-0/+4839