summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/jdisc/http/server
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Bjørn Christian Seime2022-10-2715-82/+128
| | | | This reverts commit c095cbbf433760100e6d1bf04d88b2f6b1b710e8.
* Revert "Don't require that SNI hostname must match server certificate"Bjørn Christian Seime2022-10-271-2/+1
| | | | This reverts commit 439b1242e595f0cd60ed8f6e1fab48c6bb40fdfa.
* Revert "Use new constant"Bjørn Christian Seime2022-10-272-3/+2
| | | | This reverts commit eb9bec9da0ccc3330a8b6739ad66e518cde4cb78.
* Use new constantBjørn Christian Seime2022-10-272-2/+3
|
* Don't require that SNI hostname must match server certificateBjørn Christian Seime2022-10-261-1/+2
|
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-2615-128/+82
|
* Fallback to 'Host' header for invalid requests using relative pathBjørn Christian Seime2022-10-241-1/+14
|
* Use the same metric context that you have already aquired.Henning Baldersheim2022-10-191-2/+6
|
* Correctly pre-size frequently created HashMapHenning Baldersheim2022-10-181-4/+4
|
* Ignore virtual host configuration for health checks if connector matchBjørn Christian Seime2022-10-142-12/+37
|
* Add connector suffix to all configured virtual hostsBjørn Christian Seime2022-10-131-1/+4
|
* Use shared instances for all statistics handlersBjørn Christian Seime2022-10-121-19/+20
| | | | | Move the statistics handlers out of the connector specific context handlers and into a shared handler chain that applies for all requests (independent of connector).
* Simplify handlerBjørn Christian Seime2022-10-072-39/+9
|
* Create separate Jetty handler chain for each connectorBjørn Christian Seime2022-10-071-42/+67
| | | | Use connector name and virtual hosts configuration to route requests between handler chains.
* Pass all config through constructorBjørn Christian Seime2022-10-072-14/+10
|
* Remove unused http=>https redirect Jetty handlerBjørn Christian Seime2022-10-073-70/+2
|
* Move all connector building to constructorBjørn Christian Seime2022-10-072-9/+8
|
* Merge pull request #24344 from vespa-engine/bratseth/return-ignored-fieldsJon Bratseth2022-10-071-32/+24
|\ | | | | Return X-Vespa-Ignored-Fields if fields were ignored
| * Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-061-32/+24
| |
* | Revert "Restrict server names accepted per connector"Harald Musum2022-10-063-50/+42
| |
* | Access log: use same definition of authority as HttpRequestFactoryBjørn Christian Seime2022-10-061-1/+1
| |
* | Restrict server names accepted per connectorBjørn Christian Seime2022-10-063-42/+50
| |
* | Allow default server name to be overriddenBjørn Christian Seime2022-10-061-0/+3
|/
* ensure channel is closed if we fail in NOT_STARTED state.Arne Juul2022-10-041-2/+6
|
* Fail independently of schemeBjørn Christian Seime2022-09-021-3/+3
|
* Use proxy-protocol independently of mixed mode settingBjørn Christian Seime2022-08-291-2/+1
|
* Move generic crypto helpers from 'c.y.s.tls' to 'c.y.s'Bjørn Christian Seime2022-07-201-1/+1
|
* Make handler timeout configurableBjørn Christian Seime2022-07-061-12/+16
|
* Don't request status if task has timed outBjørn Christian Seime2022-07-011-22/+53
|
* Shutdown executor on doStop()Bjørn Christian Seime2022-06-301-2/+6
|
* Handle timeouts with separate http status codeBjørn Christian Seime2022-06-301-1/+19
|
* Make cache expiry configurableBjørn Christian Seime2022-06-301-6/+12
|
* Revert "Simplify as record"Bjørn Christian Seime2022-06-211-2/+10
| | | | | This reverts commit 8e4148724284d27c0dd99d8b7d2753df400abc95. Aries Spifly does not handle class weaving using JDK17 features.
* Simplify as recordBjørn Christian Seime2022-06-201-10/+2
|
* Set timeouts on request (in addition to client)Bjørn Christian Seime2022-06-201-12/+15
|
* Use Inject annotation from 'annotations'Bjørn Christian Seime2022-06-093-3/+3
|
* Remove 'SslContextFactoryProvider'Bjørn Christian Seime2022-06-091-2/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-081-13/+3
|
* Remove deprecated http response metricsBjørn Christian Seime2022-06-082-5/+1
|
* Add `SslProvider` interface as replacement for `SslContextFactoryProvider`Bjørn Christian Seime2022-05-301-5/+23
|
* Classify failures due to client-initiated close as separate categoryBjørn Christian Seime2022-05-232-9/+33
|
* Support proxying of health checks to connector requiring proxy-protocolBjørn Christian Seime2022-05-111-41/+40
| | | | | Use Jetty instead of Apache http client. Install jetty-client bundle.
* Ensure proxy-protocol is mandatory when mixed-mode is disabledBjørn Christian Seime2022-05-111-6/+16
|
* Use port as observed by client when constructing URIBjørn Christian Seime2022-04-282-0/+6
|
* Replace deprecated X509Certificate.getIssuerDN -> getIssuerX500Principalgjoranv2022-04-211-1/+1
|
* Ensure future is completed with original exceptionBjørn Christian Seime2022-04-081-1/+1
|
* Pass query to status page requestJon Marius Venstad2022-04-071-2/+0
|
* Fail with correct status code on invalid methodBjørn Christian Seime2022-02-091-1/+11
|
* Merge pull request #20960 from vespa-engine/bjorncs/connection-logØyvind Grønnesby2022-01-301-5/+21
|\ | | | | Add issuer and fingerprint of peer certificate to connection log
| * Add issuer and fingerprint of peer certificate to connection logBjørn Christian Seime2022-01-271-5/+21
| |