summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Bjørn Christian Seime2022-10-2718-91/+143
| | | | 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
|
* Merge pull request #24565 from vespa-engine/bjorncs/jettyBjørn Christian Seime2022-10-2718-144/+93
|\ | | | | Upgrade Jetty from 9.4.49 to 11.0.12 [run-systemtest]
| * 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-2618-143/+91
| |
* | Use IllegalArgumentException when appropriateJon Bratseth2022-10-271-1/+1
|/
* Add a hook for tracking inserts into the method cache and log whenever clone ↵Henning Baldersheim2022-10-251-1/+1
| | | | methods are added.
* Fall back to comparing exception messagejonmv2022-10-251-1/+3
|
* Fallback to 'Host' header for invalid requests using relative pathBjørn Christian Seime2022-10-241-1/+14
|
* Minor cleanupHenning Baldersheim2022-10-192-2/+2
|
* Use the same metric context that you have already aquired.Henning Baldersheim2022-10-191-2/+6
|
* com.google.common.collect.ImmutableList.copyOf -> List.ofHenning Baldersheim2022-10-191-3/+2
|
* Correctly pre-size frequently created HashMapHenning Baldersheim2022-10-182-5/+5
|
* Treat empty and null properties the same way.Henning Baldersheim2022-10-182-9/+3
|
* Precompute hashCode as it will be used multiple times.Henning Baldersheim2022-10-184-36/+12
|
* Merge pull request #24449 from vespa-engine/bjorncs/jetty-virtual-hostsBjørn Christian Seime2022-10-142-9/+37
|\ | | | | Bjorncs/jetty virtual hosts
| * 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
| |
* | Keep last 1000 lines sorted in log readerjonmv2022-10-141-3/+12
|/
* 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).
* Optimize CompoundName.first with 0 elements to return CompoundName.empty.Henning Baldersheim2022-10-111-0/+2
| | | | Optimize CompoundName.first with all elements to return self.
* 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 #24354 from vespa-engine/bratseth/deprecation-commentJon Bratseth2022-10-071-24/+13
|\ | | | | Put deprecation comment on the right option and add todo
| * Put deprecation comment on the right option and add todoJon Bratseth2022-10-071-24/+13
| |
* | Merge pull request #24344 from vespa-engine/bratseth/return-ignored-fieldsJon Bratseth2022-10-075-47/+33
|\| | | | | Return X-Vespa-Ignored-Fields if fields were ignored
| * Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-065-47/+33
| |
* | Store keys of extra attributes using natural orderingBjørn Christian Seime2022-10-071-4/+7
| |
* | Merge pull request #24318 from ↵Harald Musum2022-10-061-6/+3
|\ \ | | | | | | | | | | | | vespa-engine/balder/gc-clusterControllerStateGatherCount Balder/gc cluster controller state gather count
| * | SimplifyHenning Baldersheim2022-10-051-6/+3
| |/
* | 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
|
* Remove all traces from computeCoverageFromTargetActiveDocsHenning Baldersheim2022-09-292-22/+4
|
* Undo conversion to recordValerij Fredriksen2022-09-221-1/+10
|
* Revert "Revert "Make it possible to limit number of log lines returned" ↵Valerij Fredriksen2022-09-222-20/+7
| | | | | | (#24168)" This reverts commit d058fe597d6ba98f27c146cf725752aab1405772.
* Revert "Make it possible to limit number of log lines returned" (#24168)Valerij Fredriksen2022-09-212-7/+20
|
* Make it possible to limit number of log lines returnedValerij Fredriksen2022-09-212-2/+6
|
* Non-functional cleanupValerij Fredriksen2022-09-212-18/+1
|
* Control whether to report coverage based on active or target active documents.Henning Baldersheim2022-09-193-16/+26
|
* Sanitize label namesOla Aunronning2022-09-151-2/+10
|
* Omit max and average in PrometheusHelperOla Aunronning2022-09-151-0/+3
|
* Use correct content-type header. Add whitespaceOla Aunronning2022-09-132-2/+9
|