aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core
Commit message (Expand)AuthorAgeFilesLines
* JDK 17: Fix out-of-sequence javadoc headers.gjoranv2021-11-103-6/+7
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
* Use felix 7.0.1gjoranv2021-10-261-0/+3
* Revrte felix 7.0.1Jon Marius Venstad2021-10-241-3/+0
* Merge pull request #19697 from vespa-engine/felix-7.0.1Bjørn Christian Seime2021-10-222-1/+3
|\
| * Use felix 7.0.1gjoranv2021-10-211-0/+3
| * Stop using osgi constant that is deprecated from osgi 1.10 (felix 7)gjoranv2021-10-211-1/+0
* | Add missiung copyrightsJon Bratseth2021-10-201-0/+1
|/
* - Use notify to reduce runtime from 1m10s to 12s for unit tests.Henning Baldersheim2021-10-112-2/+9
* Since Q size is only used in tests, gather it insteda of doing double bookkee...Henning Baldersheim2021-10-102-5/+14
* Make timeout manager thread safeHenning Baldersheim2021-10-101-15/+25
* Use refer(context) for mbus too.Henning Baldersheim2021-10-081-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
* Update 2018 copyright notices.gjoranv2021-10-078-8/+8
* Update 2017 copyright notices.gjoranv2021-10-07205-205/+205
* Attach contextHenning Baldersheim2021-10-062-1/+7
* Attach contextHenning Baldersheim2021-10-065-5/+20
* Add option to attach a context to refer.Henning Baldersheim2021-10-0515-161/+412
* Avoid use of deprecated Request.setServerRequest.Henning Baldersheim2021-10-042-15/+10
* - Add deprecation warning for methods only used in tests to enable using fina...Henning Baldersheim2021-10-013-5/+12
* Downgrade to debug logging and lambda to keep cost down.Henning Baldersheim2021-09-271-6/+4
* Stopping is server is a one way street.Henning Baldersheim2021-09-242-3/+7
* - Shorten grace period from 30m to 5m.Henning Baldersheim2021-09-241-13/+27
* Extract common methods for auth0/okta request filters to utils classValerij Fredriksen2021-07-281-0/+5
* Execute each test http request onceBjørn Christian Seime2021-06-211-1/+1
* Add 'onError' to ContentChannelBjørn Christian Seime2021-06-011-0/+11
* Revert "Merge pull request #17664 from vespa-engine/revert-17658-jonmv/rest-a...Jon Marius Venstad2021-04-301-2/+2
* Revert "Support loadbalancer/v1 and application/v2/tenant without trailing sl...Harald Musum2021-04-291-2/+2
* Use a single bindingJon Marius Venstad2021-04-291-1/+1
* Support loadbalancer/v1 and application/v2/tenant without trailing slashJon Marius Venstad2021-04-291-2/+2
* Get request handler spec through delegateMorten Tokle2021-04-214-3/+36
* Don't allow subclasses to override release()Bjørn Christian Seime2021-04-141-1/+1
* Rename, remove unused, non-functionalJon Marius Venstad2021-03-251-4/+3
* Explicitly allow only absolute URIs with host in UriPattern.matchJon Marius Venstad2020-12-231-7/+8
* Revert "Revert require port from URI when specified in binding"Jon Marius Venstad2020-12-222-24/+1
* Revert require port from URI when specified in bindingJon Marius Venstad2020-12-222-1/+24
* Reinstate use of getRawPath which was lost in merge conflict from previous re...Jon Marius Venstad2020-12-211-1/+1
* Revert treating empty paths as "/"Jon Marius Venstad2020-12-211-2/+6
* Use the rawPath, not the URL-decoded path, of the URIJon Marius Venstad2020-12-212-2/+13
* Use / as the default for no URI pathJon Marius Venstad2020-12-211-6/+2
* Require scheme in URI to matchJon Marius Venstad2020-12-211-1/+2
* SimplifyJon Marius Venstad2020-12-213-18/+10
* Reorder match orderJon Marius Venstad2020-12-211-13/+12
* Require host to be present in URIs to matchJon Marius Venstad2020-12-212-27/+2
* Require port to be present in given URI when specified in bindingJon Marius Venstad2020-12-212-24/+1
* Rename helper methods to reveal functionJon Marius Venstad2020-12-211-19/+19
* Deprecate unused and complicating "priority"Jon Marius Venstad2020-12-212-3/+18
* Use synchronizedList which accepts null valuesJon Marius Venstad2020-11-131-2/+3
* Revert "Use thread safe arrays too"Arnstein Ressem2020-11-131-3/+3
* Use thread safe arrays tooJon Marius Venstad2020-11-131-3/+3