summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service
Commit message (Collapse)AuthorAgeFilesLines
* Remove meaningless package-info.java fileBjørn Christian Seime2017-10-091-5/+0
|
* Open-source PEM keystore for JDiscBjørn Christian Seime2017-10-0911-66/+597
|
* 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
|
* Use the install_config_definition for def files.Arnstein Ressem2017-09-281-6/+4
|
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+10
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-10/+0
|
* Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+10
|
* 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
|
* Set commons-lang3 to test scope, only used in a unit test.gjoranv2017-09-061-0/+1
|
* 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-014-50/+108
|
* Stabilize testBjørn Christian Seime2017-08-311-1/+1
|
* Revert "Bjorncs/remove netty"Harald Musum2017-08-304-112/+56
|
* 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-304-50/+108
|
* Revert "Remove Netty by replacing cookie codec with Jetty + Java SE"Henning Baldersheim2017-08-294-133/+54
|
* Remove Netty by replacing cookie codec with Jetty + Java SEBjørn Christian Seime2017-08-294-54/+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-14121-120/+121
|
* Revert "Update copyright headers"Jon Bratseth2017-06-14121-121/+120
|
* Update copyright headersJon Bratseth2017-06-14121-120/+121
|
* Revert "Copyright header"Jon Bratseth2017-06-13121-121/+120
|
* Merge with masterJon Bratseth2017-06-133-1952/+0
|\
| * Remove old and stale docBjørn Christian Seime2017-06-133-1952/+0
| |
* | Copyright headerJon Bratseth2017-06-13122-122/+123
|/
* 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
| |
* | Add jetty-jmx dependencyBjørn Christian Seime2017-05-161-0/+1
|/
* 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
|/