aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix author tag. Remove unused classBjørn Christian Seime2017-11-087-76/+6
|
* Move SslContextFactory to test source directoryBjørn Christian Seime2017-11-084-4/+5
|
* Move test utils to test source directoryBjørn Christian Seime2017-11-085-0/+0
|
* Nonfunctional changes onlyJon Bratseth2017-11-081-2/+2
|
* Always try to upgrade to the latest good versionJon Bratseth2017-11-011-31/+26
|
* Support versioned secrets in SecretStoreBjørn Christian Seime2017-10-271-0/+6
|
* Revert "Add back SslKeyStoreFactoryProvider as a temporary workaround"Bjørn Christian Seime2017-10-191-15/+0
|
* Add back SslKeyStoreFactoryProvider as a temporary workaroundBjørn Christian Seime2017-10-121-0/+15
| | | | | Some applications use unsafe config features that breaks when removing a component from the config-model.
* Remove meaningless package-info.java fileBjørn Christian Seime2017-10-091-5/+0
|
* Open-source PEM keystore for JDiscBjørn Christian Seime2017-10-0910-66/+587
|
* Expose Principal as attribute/property in request typesBjørn Christian Seime2017-10-031-2/+3
|
* Allow swetting no trust store passwordJon Bratseth2017-10-032-3/+10
|
* Nonfunctional changes onlyJon Bratseth2017-10-032-10/+11
|
* Nonfunctional changes onlyJon Bratseth2017-10-031-30/+21
|
* Nonfunctional changes onlyJon Bratseth2017-10-021-2/+1
|
* Expose config for secure random algorithm for SSLEngineBjørn Christian Seime2017-09-212-0/+10
|
* Expose config for configuring SSL to want client authBjørn Christian Seime2017-09-212-3/+10
|
* Revert "Use Jetty v9.4.7"Arnstein Ressem2017-09-202-6/+5
|
* Use Jetty v9.4.7Bjørn Christian Seime2017-09-202-5/+6
| | | | | 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
* Add connector config for requiring client authenticationBjørn Christian Seime2017-09-192-0/+5
|
* Expose client certificate chain as request attributeBjørn Christian Seime2017-09-192-4/+15
|
* Store maxage as secondsBjørn Christian Seime2017-09-011-10/+8
|
* Remove Netty by replacing cookie codec with Jetty + Java SEBjørn Christian Seime2017-09-013-46/+108
|
* Stabilize testBjørn Christian Seime2017-08-311-1/+1
|
* Revert "Bjorncs/remove netty"Harald Musum2017-08-303-112/+52
|
* Store maxage as secondsBjørn Christian Seime2017-08-301-10/+8
|
* Remove Netty by replacing cookie codec with Jetty + Java SEBjørn Christian Seime2017-08-303-46/+108
|
* Revert "Remove Netty by replacing cookie codec with Jetty + Java SE"Henning Baldersheim2017-08-293-133/+50
|
* Remove Netty by replacing cookie codec with Jetty + Java SEBjørn Christian Seime2017-08-293-50/+133
|
* Add copyright headerJon Bratseth2017-08-181-1/+1
|
* Remove corp referencesJon Bratseth2017-08-081-5/+5
|
* Expose connection timestamp to all request typesBjørn Christian Seime2017-07-125-21/+43
|
* Move helper methods to separate utility classBjørn Christian Seime2017-07-125-12/+28
|
* Fix 'connectedAt' timestamp for persistent connectionsBjørn Christian Seime2017-07-122-27/+30
|
* Expose methodJon Bratseth2017-07-031-1/+1
|
* Nonfunctional changes onlyJon Bratseth2017-06-282-16/+11
|
* Update copyright headersJon Bratseth2017-06-14120-119/+120
|
* Revert "Update copyright headers"Jon Bratseth2017-06-14120-120/+119
|
* Update copyright headersJon Bratseth2017-06-14120-119/+120
|
* Revert "Copyright header"Jon Bratseth2017-06-13120-120/+119
|
* Copyright headerJon Bratseth2017-06-13120-119/+120
|
* 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.
* Remove leftover suppress-warning annotationBjørn Christian Seime2017-05-311-2/+0
|
* 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 #2475 from yahoo/bjorncs/remove-manhattan-integrationgjoranv2017-05-223-6/+13
|\ | | | | Remove Manhattan integration
| * Deprecate Manhattan metricsBjørn Christian Seime2017-05-163-6/+13
| |
* | Add support for inspecting Jetty metrics through JMXBjørn Christian Seime2017-05-182-0/+33
|/
* 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
|/