aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/test/java/com/yahoo/jdisc/http/server/jetty
Commit message (Collapse)AuthorAgeFilesLines
* Copy raw path and query from request to access log entryBjørn Christian Seime2018-02-011-0/+18
|
* Refactor uri creation logic into separate methodBjørn Christian Seime2018-02-011-0/+1
|
* Use Jetty v9.4.8Bjørn Christian Seime2017-12-081-3/+5
| | | | | Upgrade to newest Jetty and add support for empty HTTP header values. Release notes Jetty: http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00114.html
* Add SslTrustStoreConfigurator interface to JDiscBjørn Christian Seime2017-11-281-1/+4
|
* Stabilize testBjørn Christian Seime2017-11-201-1/+1
|
* Remove code duplicationBjørn Christian Seime2017-11-151-19/+11
|
* Add interface for custom keystore implementation with hot-reloadingBjørn Christian Seime2017-11-141-6/+20
|
* Move JksKeyStore to test source directoryBjørn Christian Seime2017-11-141-1/+1
|
* Merge pull request #4105 from vespa-engine/bjorncs/bundle-plugin-testHåkon Hallingstad2017-11-131-1/+1
|\ | | | | Use com.yahoo.vespa as artifact id of bundle-plugin-test
| * Fix unstable testBjørn Christian Seime2017-11-131-1/+1
| |
| * Reduce log noise from HttpServerConformanceTestBjørn Christian Seime2017-11-131-1/+22
| |
| * Simplify SslKeyStore interfaceBjørn Christian Seime2017-11-131-4/+4
| |
| * Simplify PemSslKeyStore interfaceBjørn Christian Seime2017-11-131-5/+0
| |
| * Remove old Manhattan keystore hackBjørn Christian Seime2017-11-131-68/+3
| |
| * Reduce log noise from unit testsBjørn Christian Seime2017-11-131-1/+4
| |
| * Revert "Bjorncs/jdisc http service cleanup"Martin Polden2017-11-103-32/+78
| |
* | Move JDiscServerConnector to separate fileBjørn Christian Seime2017-11-101-3/+3
|/
* Reduce log noise from HttpServerConformanceTestBjørn Christian Seime2017-11-091-1/+22
|
* Simplify SslKeyStore interfaceBjørn Christian Seime2017-11-091-4/+4
|
* Simplify PemSslKeyStore interfaceBjørn Christian Seime2017-11-091-5/+0
|
* Remove old Manhattan keystore hackBjørn Christian Seime2017-11-091-68/+3
|
* Reduce log noise from unit testsBjørn Christian Seime2017-11-091-1/+4
|
* Remove 'test' suffix from package name. Remove more dead codeBjørn Christian Seime2017-11-092-2/+2
|
* Move JKSKeyStore to separate packageBjørn Christian Seime2017-11-081-1/+1
|
* Move SslContextFactory to test source directoryBjørn Christian Seime2017-11-082-2/+2
|
* Open-source PEM keystore for JDiscBjørn Christian Seime2017-10-091-24/+71
|
* Revert "Use Jetty v9.4.7"Arnstein Ressem2017-09-201-5/+3
|
* Use Jetty v9.4.7Bjørn Christian Seime2017-09-201-3/+5
| | | | | Upgrade to newest Jetty and add support for empty HTTP header values. Release notes Jetty: http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00111.html
* Expose client certificate chain as request attributeBjørn Christian Seime2017-09-191-3/+8
|
* Remove Netty by replacing cookie codec with Jetty + Java SEBjørn Christian Seime2017-09-011-1/+1
|
* Stabilize testBjørn Christian Seime2017-08-311-1/+1
|
* Revert "Bjorncs/remove netty"Harald Musum2017-08-301-1/+1
|
* Remove Netty by replacing cookie codec with Jetty + Java SEBjørn Christian Seime2017-08-301-1/+1
|
* Revert "Remove Netty by replacing cookie codec with Jetty + Java SE"Henning Baldersheim2017-08-291-1/+1
|
* Remove Netty by replacing cookie codec with Jetty + Java SEBjørn Christian Seime2017-08-291-1/+1
|
* Fix 'connectedAt' timestamp for persistent connectionsBjørn Christian Seime2017-07-121-26/+27
|
* Update copyright headersJon Bratseth2017-06-1416-16/+16
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1416-16/+16
|
* Update copyright headersJon Bratseth2017-06-1416-16/+16
|
* Revert "Copyright header"Jon Bratseth2017-06-1316-16/+16
|
* Copyright headerJon Bratseth2017-06-1316-16/+16
|
* Allow 200 response without contentBjørn Christian Seime2017-06-091-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-05-291-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.
* 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 use of deprecated cookie API of Netty.Bjørn Christian Seime2017-04-262-9/+5
| | | | | Deprecates some cookies methods/properties that are no longer supported by the Netty cookie encoder/decoder.
* Upgrade to Netty 3.10.6Bjørn Christian Seime2017-04-251-10/+2
| | | | | Upgrade to newest release of Netty 3.x. RFC 6265 is now the de-facto standard specification for cookie management.