Greg Wilkins
58a4d9e115
Fixes #1592 bad compressed etag comparison
2017-08-08 09:10:25 -07:00
Simone Bordet
88617b9233
Fixes #1595 - Avoid sending unnecessary stream WINDOW_UPDATE frames.
...
Now the flow control strategy checks whether the stream is already
remotely closed, and if so it does not send the window update.
2017-08-08 09:10:24 -07:00
olivier lamy
4ce42c19ec
unit test must not force a maven repository path #1574
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:10:23 -07:00
Joakim Erdfelt
806dff64f3
Issue #1590 - Revert Java 8 class usage back to Java 7 limits
2017-08-08 09:10:22 -07:00
Greg Wilkins
c8cd6629d9
Issues #1513 #1515
...
Fixed and tested backup file
2017-08-08 09:10:21 -07:00
Greg Wilkins
675889a993
Issues #1513 #1515
...
Fixed removed of old files.
Added test to check file handling
2017-08-08 09:10:21 -07:00
Greg Wilkins
4d8987459d
Fixed #1513 paranoid cleanup
2017-08-08 09:10:20 -07:00
Greg Wilkins
01be856663
Fixed #1513 back ported some 9.4 changes
2017-08-08 09:10:19 -07:00
Greg Wilkins
6f0cb033e7
Fixed #1513 sync shared timer
2017-08-08 09:10:18 -07:00
Greg Wilkins
15cad7379d
Issue #1507
2017-08-08 09:10:17 -07:00
Joakim Erdfelt
2d24922383
Issue #1469 - conforming to java.util.Timer quirks
2017-08-08 09:10:16 -07:00
Joakim Erdfelt
7b8e3bf47c
Eliminate time creep in RFOS
2017-08-08 09:10:16 -07:00
Joakim Erdfelt
b0bead2bc0
Fixes #1357 - Refactored date/time handling and added tests for RolloverFileOutputStream
2017-08-08 09:10:15 -07:00
Greg Wilkins
189cc4e369
Issue #1468 Configure PKIX Revocation Checker for SslContextFactory
2017-08-08 09:10:14 -07:00
olivier lamy
61dbd9c48e
fix typo in session-configuration-infinispan documentation #1583
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:10:13 -07:00
Joakim Erdfelt
f8236e0270
Updating to version 9.3.21-SNAPSHOT
2017-08-08 09:10:05 -07:00
Joakim Erdfelt
a7bcac6d75
Updating to version 9.3.20.v20170531
2017-08-08 09:07:35 -07:00
Joakim Erdfelt
796da084b4
Issue #1625 - Support new IANA declared websocket close status codes
2017-08-08 08:49:58 -07:00
Joakim Erdfelt
af4962f842
Issue #1605 - common executor and bufferpool for jsr356 client
2017-08-08 08:49:57 -07:00
Joakim Erdfelt
0de3673132
Issue #1605 - restoring default behavior of ContainerProvider.getWebSocketContainer()
...
+ Allowing users to reconfigure JettyClientContainerProvider to restore
the Jetty 9.4.x behavior for singletons and ServerContainer behaviors
2017-08-08 08:49:57 -07:00
Joakim Erdfelt
5b72d8a733
Issue #1604 - WebSocketContainer stop is now smarter
2017-08-08 08:49:56 -07:00
Joakim Erdfelt
ab98caafbb
Issue #1603 - fixing NPE in WebSocketServerFactory init
2017-08-08 08:49:55 -07:00
Joakim Erdfelt
28babcf619
Merge branch 'jetty-9.3.x' of github.com:eclipse/jetty.project into jetty-9.3.x
2017-08-03 10:56:20 -07:00
Simone Bordet
4bee2e877f
Merged branch 'jetty-9.4.x' into 'master'.
2017-08-02 23:02:06 +02:00
Simone Bordet
f6c0485933
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2017-08-02 23:01:20 +02:00
Simone Bordet
689684e9a2
Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'.
2017-08-02 23:00:45 +02:00
Simone Bordet
be970de6db
475546 - ClosedChannelException when connecting to HTTPS over HTTP proxy with CONNECT.
...
Not closing the connection if the request method is CONNECT.
2017-08-02 22:29:28 +02:00
Jan Bartel
4e1105a526
Issue #1623
...
Remove projects.classes.dirs, using only lib.jars property.
2017-08-02 15:37:39 +10:00
Greg Wilkins
6494c2ce7c
Merge remote-tracking branch 'origin/jetty-9.4.x'
2017-08-02 12:22:37 +10:00
Josh Elser
34a450cd9d
Sends the WWW-Authenticate header if a non-Negotiate authorization he… ( #1700 )
...
* Sends the WWW-Authenticate header if a non-Negotiate authorization header was given
Fixes #1698
Signed-off-by: Josh Elser <elserj@apache.org>
* Dumb compilation error
Signed-off-by: Josh Elser <elserj@apache.org>
* Adds a test to show the challenge is sent.
Signed-off-by: Josh Elser <elserj@apache.org>
* Refactor the conditionals per Greg's suggestion
Signed-off-by: Josh Elser <elserj@apache.org>
* Add the expected license header
Signed-off-by: Josh Elser <elserj@apache.org>
2017-08-02 04:18:04 +02:00
Greg Wilkins
7298bed572
Issue #215 Conscrypt SSL provider
...
Added module to install Conscrupt SSL provider
2017-08-02 11:52:31 +10:00
Joakim Erdfelt
11a544d6ac
Updating to version 9.3.22-SNAPSHOT
2017-08-01 11:26:37 -07:00
Joakim Erdfelt
bb1d69ca52
Updating to version 9.3.21.M0
2017-08-01 10:47:04 -07:00
Simone Bordet
a5a2a2f28c
Merged branch 'jetty-9.4.x' into 'master'.
2017-08-01 14:25:55 +02:00
Simone Bordet
29d4fcf80e
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2017-08-01 14:25:27 +02:00
Simone Bordet
a2b78f1be2
Fixes #1703 - Improve HttpInput failure logging.
2017-08-01 14:21:49 +02:00
Simone Bordet
f7302a13b4
Merged branch 'jetty-9.4.x' into 'master'.
2017-08-01 11:21:41 +02:00
Simone Bordet
c04c395833
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2017-08-01 11:21:05 +02:00
Simone Bordet
b616249603
Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'.
2017-08-01 11:14:28 +02:00
Simone Bordet
d4d5211ede
Fixes #1702 - Update ALPN for JDK 8u144.
2017-08-01 11:05:30 +02:00
Greg Wilkins
14a7ff0ff3
Fix commit 2e13208758
...
use suppressed exceptions to hold local stacktrace rather than wrapping exception, which hides the exception type.
2017-08-01 11:24:56 +10:00
Jan Bartel
8661a73a3f
Issue #1682
2017-07-28 11:55:57 +02:00
WalkerWatch
3e22706210
Merge remote-tracking branch 'origin'
2017-07-26 12:05:25 -04:00
WalkerWatch
ba83772dc4
Updated web-default.xml documentation. Resolves #1462 .
2017-07-26 11:58:49 -04:00
Simone Bordet
38f41e9676
Merged branch 'jetty-9.4.x' into 'master'.
2017-07-26 11:09:28 +02:00
Simone Bordet
2e13208758
Improved error reporting.
2017-07-26 11:08:59 +02:00
Jan Bartel
d9c8f89741
Issue #1692
2017-07-26 09:38:49 +02:00
Olivier Lamy
0ef76d56f0
use invoker plugin 3.0.1 released version ( #1683 )
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-07-26 08:45:01 +02:00
Simone Bordet
a0b97619b6
Merged branch 'jetty-9.4.x' into 'master'.
2017-07-25 13:01:06 +02:00
Simone Bordet
1d9f21a9b1
Fixes #1671 - Asymmetric usage of trailers in MetaData.Request.
...
Reviewed with code cleanups.
2017-07-25 12:58:54 +02:00