1
0
mirror of https://github.com/jetty/jetty.project.git synced 2025-02-16 19:45:05 +00:00

16457 Commits

Author SHA1 Message Date
Jesse McConnell
3bea46c03c
clean out comment 2018-08-31 16:22:25 -05:00
Jesse McConnell
e893dd2546
update instructions 2018-08-31 16:05:00 -05:00
Jesse McConnell
44c95865f2
Issue fix post release javadoc generation 2018-08-31 15:57:38 -05:00
Simone Bordet
4bbb41a450 Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2018-08-31 19:10:21 +02:00
Simone Bordet
831b684300 Issue - Server reads -1 after client resets HTTP/2 stream.
Backported to jetty-9.3.x branch.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-08-31 19:07:57 +02:00
Simone Bordet
78894c4aae Issue - JPMS Support.
Added "Automatic-Module-Name" to jetty modules.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-08-31 15:18:41 +02:00
Jesse McConnell
dcf6a8fa9f
Updating to version 9.4.13-SNAPSHOT 2018-08-30 10:48:22 -05:00
Jesse McConnell
2720868475
Updating to version 9.4.12.v20180830 jetty-9.4.12.v20180830 2018-08-30 08:56:44 -05:00
Simone Bordet
a878170e22
Merge pull request from eclipse/jetty-9.4.x-2871-wrong_eof_after_http2_reset
Issue  - Server reads -1 after client resets HTTP/2 stream.
2018-08-30 15:12:38 +02:00
Simone Bordet
eb87415ed6 Issue - Server reads -1 after client resets HTTP/2 stream.
HttpInput.consume() now checks if the state is already failed,
and if so it does not change it when consuming the input.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-08-30 11:47:50 +02:00
Olivier Lamy
9cb9be83fd Issue Jaas ldap unit test ()
*  add jaas ldap unit tests

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2018-08-30 14:17:08 +10:00
WalkerWatch
88363dd3c1 Cleaning up note. 2018-08-29 12:15:37 -04:00
Simone Bordet
1383f60249 Updated Maven Plugin and dependencies versions.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-08-29 12:22:51 +02:00
Simone Bordet
7cf027b98f Jetty 9.4.x 2711 tls 13 compliance ()
Issue  - TLS 1.3 compliance.

Disabled few tests that are TLS 1.2 specific.
Renegotiation in SslConnection is now skipped for TLS 1.3.
Replaced SNI keystore DSA certificate with RSA certificate.
First full build achieved with JDK 11+28.
Small changes after review.
Modified the test case to pass in JDK 8, where the implementation
throws SSLException, while in later JDKs throws SSLHandshakeException.
Minor cleanup

Signed-off-by: Greg Wilkins <gregw@webtide.com>
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-08-28 21:43:45 +10:00
WalkerWatch
9f6747d741 Updated gzip doc. Resolves 2018-08-27 22:52:58 -04:00
Greg Wilkins
05d4049d46 Merge branch 'jetty-9.3.x' of github.com:eclipse/jetty.project into jetty-9.3.x 2018-08-28 10:53:20 +10:00
Jan Bartel
09be34e08b
Issue Clean up webdefault and DefaultServlet documentation ()
Signed-off-by: Jan Bartel <janb@webtide.com>
2018-08-28 09:53:06 +10:00
Simone Bordet
5b5f2fcf5f Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2018-08-27 10:29:12 +02:00
Simone Bordet
29d466e704
Merge pull request from AntonIvanov87/jetty-9.3.x-2860-fix-leakage-of-HttpDestinations
Issue  Fix leakage of HttpDestinations in HttpClient
2018-08-27 10:13:56 +02:00
Ivanov Anton
6211564f79 Issue fix after review 2018-08-27 08:29:39 +03:00
Ivanov Anton
03c0d58727 Issue fix after review 2018-08-27 08:29:39 +03:00
Ivanov Anton
3d87265a0a Issue fix after review 2018-08-27 08:29:39 +03:00
Ivanov Anton
a458bfaaf4 Issue fixes after review 2018-08-27 08:29:29 +03:00
Ivanov Anton
084d6ce443 Issue Fix leakage of HttpDestinations in HttpClient
Signed-off-by: Ivanov Anton <an.ivanov@corp.mail.ru>
2018-08-25 18:27:18 +03:00
Simone Bordet
33a1367325 Fixes - AuthenticationProtocolHandler should not always cache Authentication.Result.
Now the Result is cached only if getURI() returns non-null.
2018-08-24 17:32:58 +02:00
Simone Bordet
3b6fa32684
Merge pull request from eclipse/jetty-9.4.x-issue-2807-new-ssl-exclusions
Issue  - Updating Default TLS Cipher Suite Exclusions
2018-08-24 17:25:49 +02:00
Simone Bordet
325f943834 Issue - Updating Default TLS Cipher Suite Exclusions.
Clarified comment about exclusions.
2018-08-24 17:24:40 +02:00
Joakim Erdfelt
5e07592a69 Issue - Updating Default TLS Cipher Suite Exclusions
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2018-08-24 06:48:16 -05:00
Greg Wilkins
c7fc674846
Issue thread budget warning default to available cores ()
* Issue  thread budget warning default to available cores
* Issue  - Testcase example for ExecutorThreadPool
* Issue  - Better TestCases for ThreadPoolBudget
* Simplified
* Issue  - ThreadPoolBudget improvements.
* Removed unused imports.
* Made fields private.
* Removed field info.
* Changed the logic to print the info on leases only when warning or throwing.

Signed-off-by: Greg Wilkins <gregw@webtide.com>
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-08-24 10:15:55 +10:00
Olivier Lamy
44e57f2170
Issue LowResourceMonitor extendable ()
* make LowResourceMonitor extendable 

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2018-08-23 21:42:37 +10:00
Greg Wilkins
460f3fcb9b
Close on graceful ()
Cleanup of Graceful shutdown, plus ensure Connection:close if connector is shutdown for  
* WIP close connection when shutting down
* WIP use HttpChannel.Listener
* cleanups
* support graceful stop of a context
* only close connections if the connector is shutdown
* minor cleanups
* fixed toString and test
* fixed imports
* Move close logic to HttpConnection
* fixed generator to not override persistent
* Issue  - Close connections on graceful shutdown.
* Small fix after review.

Signed-off-by: Greg Wilkins <gregw@webtide.com>
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-08-23 08:08:17 +10:00
Joakim Erdfelt
7f3c75a6c6 Using released Jacoco 0.8.2
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2018-08-22 16:03:21 -05:00
Simone Bordet
0f6ae93ff8 Issue - AbstractHTTP2ServerConnectionFactory concurrent connect low performance.
Fixed test failure.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-08-22 21:35:58 +02:00
Joakim Erdfelt
9a06acc846
Merge pull request from olamy/bugfix/2718_NPE_HttpServerProvider
Issue  - prevent NPE and IAE when changing Executor
2018-08-22 11:48:25 -05:00
Joakim Erdfelt
2c7fc68ff1
Merge pull request from eclipse/jetty-9.4.x-issue-2817-client-ssl-defaults
Issue  - Client SSL Defaults
2018-08-22 11:46:14 -05:00
Joakim Erdfelt
efce43eefc
Merge pull request from eclipse/jetty-9.4.x-issue-2881-ssl.dump
Issue  - Dump fix JreDisabled:java.security to JVM:disabled
2018-08-22 11:45:48 -05:00
Simone Bordet
6015ad5ead
Merge pull request from eclipse/jetty-9.4.x-2828-http2_connection_listener_contention
Fixes  - AbstractHTTP2ServerConnectionFactory concurrent connect low performance.
2018-08-22 16:21:17 +02:00
Simone Bordet
c5aa15bdd4 Merged branch 'jetty-9.4.x-2836-ssl_cannot_reuse_connection' into 'jetty-9.4.x'. 2018-08-22 16:17:28 +02:00
Simone Bordet
1a7eac5966 Fixes - Wrap Connection.Listener invocations in try/catch.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-08-22 16:11:20 +02:00
Joakim Erdfelt
e93dc59e10
Merge pull request from eclipse/jetty-9.4.x-issue-2835-war-file-locking-windows
Issue  - Use original WAR Resource for lastModified
2018-08-22 09:06:33 -05:00
olivier lamy
492361a616 as the jvm start and do some setup we must start all test with a fresh jvm
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2018-08-22 18:22:10 +10:00
Greg Wilkins
0e2daba7a2 minor cleanup
Signed-off-by: Greg Wilkins <gregw@webtide.com>
2018-08-22 18:08:33 +10:00
Jan Bartel
51f9a1b5c6
Issue Hot undeploy dir deployments. ()
* Issue  Hot undeploy dir deployments.
2018-08-22 16:57:42 +10:00
olivier lamy
669c70885f issue prevent NPE and IAE when changing Executor
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2018-08-22 16:37:12 +10:00
Greg Wilkins
bd143a674b
Issue BadMessage if bad query detected in dispatcher ()
Signed-off-by: Greg Wilkins <gregw@webtide.com>
2018-08-22 08:29:12 +10:00
Joakim Erdfelt
a90c28bde8 Issue - Use original WAR Resource for lastModified
+ During WebInfConfiguration.unpack()
  If you have WebAppContext declared with .setWar()
  and it points to a file on the filesystem, use that
  original PathResource object to determine lastModified()
  instead of the forced JarFileResource.
  This is done to avoid URLConnection caching that prevents
  the original WAR file from being deleted / replaced on
  MS Windows.

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2018-08-21 16:39:31 -05:00
Simone Bordet
97a2f3bdf2 Fixes - AbstractHTTP2ServerConnectionFactory concurrent connect low performance.
Improved JMX for the HTTP2SessionContainer.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-08-21 21:55:29 +02:00
Joakim Erdfelt
8b7a88608a
Merge pull request from eclipse/jetty-9.4.x-issue-2824-request-parameters
Issue  - Request.getParameters() should not reparse or recreate _parameters Map
2018-08-21 11:10:01 -05:00
Joakim Erdfelt
fc5dd874f3 Issue - Request.getParameters() should not reparse or recreate _parameters Map
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2018-08-21 11:09:15 -05:00
Greg Wilkins
45d5bd2cae Issue --list-config shows properties from files
Signed-off-by: Greg Wilkins <gregw@webtide.com>
2018-08-21 12:19:11 +10:00