summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main/java/com
Commit message (Collapse)AuthorAgeFilesLines
* 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-096-24/+400
|
* Expose Principal as attribute/property in request typesBjørn Christian Seime2017-10-031-2/+3
|
* Allow swetting no trust store passwordJon Bratseth2017-10-031-2/+3
|
* Nonfunctional changes onlyJon Bratseth2017-10-031-9/+10
|
* 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-211-0/+4
|
* Expose config for configuring SSL to want client authBjørn Christian Seime2017-09-211-1/+8
|
* Revert "Use Jetty v9.4.7"Arnstein Ressem2017-09-201-1/+2
|
* Use Jetty v9.4.7Bjørn Christian Seime2017-09-201-2/+1
| | | | | 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-191-0/+2
|
* Expose client certificate chain as request attributeBjørn Christian Seime2017-09-191-1/+7
|
* 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-011-43/+102
|
* Revert "Bjorncs/remove netty"Harald Musum2017-08-301-106/+49
|
* 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-301-43/+102
|
* Revert "Remove Netty by replacing cookie codec with Jetty + Java SE"Henning Baldersheim2017-08-291-127/+47
|
* Remove Netty by replacing cookie codec with Jetty + Java SEBjørn Christian Seime2017-08-291-47/+127
|
* Add copyright headerJon Bratseth2017-08-181-1/+1
|
* Expose connection timestamp to all request typesBjørn Christian Seime2017-07-124-21/+37
|
* Move helper methods to separate utility classBjørn Christian Seime2017-07-125-12/+28
|
* Fix 'connectedAt' timestamp for persistent connectionsBjørn Christian Seime2017-07-121-1/+3
|
* Expose methodJon Bratseth2017-07-031-1/+1
|
* Nonfunctional changes onlyJon Bratseth2017-06-282-16/+11
|
* Update copyright headersJon Bratseth2017-06-1481-80/+81
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1481-81/+80
|
* Update copyright headersJon Bratseth2017-06-1481-80/+81
|
* Revert "Copyright header"Jon Bratseth2017-06-1381-81/+80
|
* Copyright headerJon Bratseth2017-06-1381-80/+81
|
* Remove leftover suppress-warning annotationBjørn Christian Seime2017-05-311-2/+0
|
* 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-181-0/+27
|/
* Remove use of deprecated cookie API of Netty.Bjørn Christian Seime2017-04-264-121/+103
| | | | | Deprecates some cookies methods/properties that are no longer supported by the Netty cookie encoder/decoder.
* Return empty cookie list on 'null'Bjørn Christian Seime2017-04-261-0/+3
|
* Remove unused constantsBjørn Christian Seime2017-04-251-4/+0
|
* Remove some netty usage in jdisc_http_serviceBjørn Christian Seime2017-04-251-3/+17
|
* Upgrade to Netty 3.10.6Bjørn Christian Seime2017-04-251-7/+6
| | | | | Upgrade to newest release of Netty 3.x. RFC 6265 is now the de-facto standard specification for cookie management.
* Revert "Bjorncs/upgrade netty"Henning Baldersheim2017-04-243-23/+14
|
* Remove unused constantsBjørn Christian Seime2017-04-241-4/+0
|
* Remove some netty usage in jdisc_http_serviceBjørn Christian Seime2017-04-241-3/+17
|
* Upgrade to Netty 3.10.6Bjørn Christian Seime2017-04-241-7/+6
| | | | | Upgrade to newest release of Netty 3.x. RFC 6265 is now the de-facto standard specification for cookie management.
* Remove non-working tracing testBjørn Christian Seime2017-04-241-2/+0
| | | | | The trace tests have never been enabled and there is no sign of the trace headers in the source code except the unit tests.
* Remove HttpClient from jdisc_http_serviceBjørn Christian Seime2017-04-2420-1460/+0
| | | | | | | The unit tests for HttpClient have been disabled for 3 years, and multiple tests were failing after enabling them. I could not find any use of HttpClient in Vespa. The com.yahoo.jdisc.http.client was not marked as public API.
* The cookie was moved between 1.7 and 1.8Henning Baldersheim2017-04-231-1/+1
|
* Revert "ning 1.9.40"Henning Baldersheim2017-04-235-29/+32
|