summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2434 from yahoo/bjorncs/change-timeout-httpcodeJon Bratseth2017-05-101-2/+2
|\ | | | | Change timeout response code from 408 to 504
| * Change timeout response code from 408 to 504Bjørn Christian Seime2017-05-101-2/+2
| |
* | Add missing module bindings to necessary config instances.gjoranv2017-05-093-0/+9
|/
* Revert "Gjoranv/remove default ctor2"gjoranv2017-05-093-9/+0
|
* Add module bindings to necessary config instances.gjoranv2017-05-053-0/+9
|
* Remove unused dependencyBjørn Christian Seime2017-04-261-4/+0
|
* Remove use of deprecated cookie API of Netty.Bjørn Christian Seime2017-04-269-267/+156
| | | | | Deprecates some cookies methods/properties that are no longer supported by the Netty cookie encoder/decoder.
* Return empty cookie list on 'null'Bjørn Christian Seime2017-04-261-0/+3
|
* Remove unused constantsBjørn Christian Seime2017-04-251-4/+0
|
* Remove some netty usage in jdisc_http_serviceBjørn Christian Seime2017-04-252-39/+17
|
* Upgrade to Netty 3.10.6Bjørn Christian Seime2017-04-253-33/+19
| | | | | Upgrade to newest release of Netty 3.x. RFC 6265 is now the de-facto standard specification for cookie management.
* Revert "Add compile dependency on jetty-util "Arnstein Ressem2017-04-241-4/+1
|
* Add compile dependency on jetty-utilBjørn Christian Seime2017-04-241-1/+4
|
* Revert "Bjorncs/upgrade netty"Henning Baldersheim2017-04-246-36/+76
|
* Remove unused constantsBjørn Christian Seime2017-04-241-4/+0
|
* Remove some netty usage in jdisc_http_serviceBjørn Christian Seime2017-04-242-39/+17
|
* Upgrade to Netty 3.10.6Bjørn Christian Seime2017-04-243-33/+19
| | | | | 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-244-43/+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.
* | Enable disabled testBjørn Christian Seime2017-04-241-1/+1
|/
* Remove HttpClient from jdisc_http_serviceBjørn Christian Seime2017-04-2429-2624/+0
| | | | | | | The unit tests for HttpClient have been disabled for 3 years, and multiple tests were failing after enabling them. I could not find any use of HttpClient in Vespa. The com.yahoo.jdisc.http.client was not marked as public API.
* The cookie was moved between 1.7 and 1.8Henning Baldersheim2017-04-231-1/+1
|
* Revert "ning 1.9.40"Henning Baldersheim2017-04-236-30/+33
|
* ning 1.9.40Henning Baldersheim2017-04-226-33/+30
|
* Revert "Remove some netty usage in jdisc_http_service"Bjørn Christian Seime2017-04-213-15/+102
|
* Remove some netty usage in jdisc_http_serviceBjørn Christian Seime2017-04-213-102/+15
|
* Merge pull request #2179 from yahoo/bjorncs/use-seconds-for-jetty-timeoutsgjoranv2017-04-182-3/+8
|\ | | | | Change soLingerTime unit from milliseconds to seconds
| * Change soLingerTime unit from milliseconds to secondsBjørn Christian Seime2017-04-182-3/+8
| |
* | Allow 200 without contentBjørn Christian Seime2017-04-181-1/+1
|/
* Set log level to INFO to avoid massive debug output.Arnstein Ressem2017-04-031-0/+3
|
* Allow 200 without contentBjørn Christian Seime2017-03-311-1/+1
|
* Tolerate no remote resolutionJon Bratseth2017-03-291-3/+9
|
* Handle invalid uri escape patternBjørn Christian Seime2017-03-282-1/+14
|
* Allow retrieving headers from response filters, via RequestView.gjoranv2017-03-094-4/+103
|
* Revert "Allow retrieving headers from response filters, via RequestView."Henning Baldersheim2017-03-084-103/+4
|
* Extract helper method to improve legibility.gjoranv2017-03-081-8/+11
|
* Allow retrieving headers from response filters, via RequestView.gjoranv2017-03-084-4/+100
|
* Simplify generation of display name.gjoranv2017-03-071-9/+5
|
* Set display name for the ServletContext handler.Henning Baldersheim2017-03-071-0/+10
| | | | The name is simply the colon separated port list.
* Nonfunctional changesJon Bratseth2017-03-031-0/+1
|
* 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.
* Revert "Register Servlet WriteListener during request dispatch"Bjørn Christian Seime2017-02-283-58/+18
| | | | This reverts commit e958aee5adca061d2650f9f5378ce93a9e92ae7d.
* Configure Jetty to log using java.util.loggingBjørn Christian Seime2017-02-271-2/+25
|
* Remove references to non public api packages.Arnstein Ressem2017-02-241-3/+2
|
* Specify that linger time is in millisecondsBjørn Christian Seime2017-02-221-1/+1
|
* Revert "Configure Jetty to log using java.util.logging"Bjørn Christian Seime2017-02-201-25/+2
| | | | This reverts commit 91a1b6ccd587820dc2bc12acf7dc30753d8cabb1.
* Configure Jetty to log using java.util.loggingBjørn Christian Seime2017-02-201-2/+25
|
* Revert "Temporarily downgrade Jetty to evaluate performance degradation"Henning Baldersheim2017-02-191-1/+1
|