summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Specify new DefaultTlsContext constructor parameterBjørn Christian Seime2020-02-171-1/+2
|
* Remove use of apache commons libraries in jdisc_http_serviceBjørn Christian Seime2020-01-031-11/+20
|
* Use mockito-core 3.1.0Håkon Hallingstad2019-10-187-12/+13
|
* Replace 'Alternative' with 'Optional'Bjørn Christian Seime2019-10-081-136/+0
|
* Use 'X-Forwarded-Port' as preferred source for remote portBjørn Christian Seime2019-10-081-0/+13
|
* Merge pull request #10262 from vespa-engine/bjorncs/http-bindings-cleanupBjørn Christian Seime2019-08-161-1/+1
|\ | | | | Don't use wildcard scheme in uri patterns
| * Don't use wildcard scheme in uri patternsBjørn Christian Seime2019-08-131-1/+1
| |
* | Add explicit unit test to verify whitelisted accessBjørn Christian Seime2019-08-131-0/+18
| |
* | Add Jetty handler that enforces TLS client authentication at http layerBjørn Christian Seime2019-08-132-8/+39
|/
* Add SslContextFactoryProvider that uses TlsContexBjørn Christian Seime2019-07-031-0/+70
|
* Use new Jetty api for generating set-cookie headersBjørn Christian Seime2019-07-022-2/+2
|
* Generate certificate in test instead of using pre-generated oneBjørn Christian Seime2019-05-275-124/+38
|
* Replace use of testng with junitBjørn Christian Seime2019-04-2928-94/+93
|
* Use latest mockito 1 series.Henning Baldersheim2019-04-291-1/+1
|
* Add scheme as dimension to response metricsBjørn Christian Seime2019-04-041-36/+52
|
* Use local port when constructing request uriBjørn Christian Seime2019-03-111-465/+29
|
* Rename {Default => Configured}SslContextFactoryProvider, {Throwing => ↵Bjørn Christian Seime2019-02-212-4/+4
| | | | | | Default}SslContextFactoryProvider Move SslContextFactoryProvider implementations to 'impl' package.
* Populate all access log fields in log()Bjørn Christian Seime2019-02-011-24/+38
| | | | Populate all fields in log() as populateAccessLogEntryFromHttpServletRequest was not guaranteed to be called (e.g. when request headers/uri has invalid encoding).
* Remove AccessLogEntry.setURI/getURIBjørn Christian Seime2019-01-211-30/+7
|
* Remove deprecated escapingBjørn Christian Seime2019-01-211-10/+0
|
* Fix todos in CookieBjørn Christian Seime2019-01-213-13/+7
|
* Remove old ssl connector configBjørn Christian Seime2019-01-211-27/+0
|
* Add support for connection throttling in JDiscBjørn Christian Seime2019-01-072-0/+95
|
* Revert "Add support for connection throttling in JDisc"gjoranv2018-12-121-17/+0
| | | | This reverts commit 36221bb67238256d46cb0fe69ca682172d2bec65.
* Revert "Change memory threshold to a percentage of total memory"gjoranv2018-12-121-1/+1
| | | | This reverts commit 2db810113ffc50b26cae63c034cdf0f33b859c64.
* Change memory threshold to a percentage of total memoryBjørn Christian Seime2018-12-101-1/+1
|
* Add support for connection throttling in JDiscBjørn Christian Seime2018-12-071-0/+17
|
* Deprecation cleanupJon Bratseth2018-11-201-1/+1
|
* Make SslContextFactoryProvider public apiBjørn Christian Seime2018-09-132-3/+2
|
* Move old ssl logic for connectors into LegacySslProviderBjørn Christian Seime2018-09-137-173/+14
| | | | | - Inject LegacySslContextFactoryProvider if not using ssl/ssl-provider syntax - Update JDisc unit tests to use new connector config
* Merge pull request #6920 from vespa-engine/bjorncs/ssl-cleanupBjørn Christian Seime2018-09-122-15/+2
|\ | | | | Remove SslKeyStoreConfigurator/SslTrustStoreConfigurator concept
| * Remove SslKeyStoreConfigurator/SslTrustStoreConfigurator conceptBjørn Christian Seime2018-09-122-15/+2
| |
* | Merge pull request #6882 from vespa-engine/bjorncs/move-tests-to-open-sourcegjoranv2018-09-122-0/+220
|\ \ | |/ |/| Open-source Security(Response|Request)FilterChainTest
| * Open-source Security(Response|Request)FilterChainTestBjørn Christian Seime2018-09-102-0/+220
| |
* | Move logic for creating default SslContextFactory to ↵Bjørn Christian Seime2018-09-122-4/+10
|/ | | | DefaultSslContextFactoryProvider
* Added metrics for 401/403 status codesOla Aunrønning2018-09-061-0/+13
|
* Report HTTP method as a dimension in request/response metricsOlli Virtanen2018-08-061-0/+145
|
* Set inflate buffer size to allow gzip handler to decompress requestsBjørn Christian Seime2018-07-242-1/+21
|
* Upgrade apache httpclient to 4.4.gjoranv2018-07-181-1/+2
|
* Fix author tag for SimonBjørn Christian Seime2018-07-0511-11/+11
|
* Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-054-4/+4
|
* Stabilize test - exception may fail out request between commit and response ↵Bjørn Christian Seime2018-06-081-1/+1
| | | | write
* Deprecate legacy SecretStore interfaceMorten Tokle2018-04-242-4/+5
|
* Stabilize unit testBjørn Christian Seime2018-04-131-1/+2
| | | | Close server before verifying that request log was invoked by Jetty
* Add unit test verifying that the access log is invoked for 414Bjørn Christian Seime2018-04-111-2/+33
|
* Return bad request response when encoding in query is invalidBjørn Christian Seime2018-04-091-0/+14
|
* Let X-Forwarded-For HTTP header take precedence for remote address in access logFrode Lundgren2018-04-041-0/+13
|
* 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