Joakim Erdfelt
3001c8af2f
Merge remote-tracking branch 'origin/release-9.2.24' into jetty-9.2.x
2018-02-07 15:35:04 -06:00
Jan Bartel
c46cb27d0c
Issue #2114 Backport to jetty-9.2
2018-02-01 11:22:08 +01:00
Simone Bordet
3de4de99d3
Updated ALPN version for JDK 8u161 and 8u162.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-01-17 11:46:12 +01:00
Joakim Erdfelt
067fc5d2d8
Issue #2108 - Upgrade licenses for 2018
2018-01-09 07:42:06 -06:00
Joakim Erdfelt
bd01e1877a
Updating to version 9.2.25-SNAPSHOT
2018-01-05 11:35:42 -06:00
Joakim Erdfelt
a617842695
Updating to version 9.2.24.v20180105
2018-01-05 10:11:08 -06:00
Simone Bordet
4606c773b1
Issue #2065 - Backport #347 to Jetty 9.2.x.
...
Fixed the mistake of resetting idleTimeoutStamp rather than
idleTimeoutGuard.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-01-05 10:47:39 +01:00
Joakim Erdfelt
2dd970b055
Updating to version 9.2.24-SNAPSHOT
2017-12-18 10:43:47 -06:00
Joakim Erdfelt
cdbe733684
Updating to version 9.2.23.v20171218
2017-12-18 09:06:48 -06:00
Simone Bordet
eaa4c70cfc
Issue #2065 - Backport #347 to Jetty 9.2.x.
...
Implemented as integer guard + timestamp.
The timestamp is not enough to guard against long times spent sending
(and/or in application callbacks during sends).
2017-12-16 22:25:59 +01:00
Simone Bordet
ce4fad3deb
Fixes #2065 - Backport #347 to Jetty 9.2.x.
2017-12-15 17:48:47 +01:00
Simone Bordet
e449387158
Fixes #1914 - jetty client fails to parse response with RFC2045 conformant Content-Type: charset="utf-8".
2017-10-23 17:36:11 +02:00
Simone Bordet
a74ad00b77
Update ALPN support for Java 8u151 and 8u152.
2017-10-18 10:44:18 +02:00
Greg Wilkins
201a11a899
Issue #1556 Timing attack
2017-08-19 12:02:43 +10: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
Simone Bordet
d4d5211ede
Fixes #1702 - Update ALPN for JDK 8u144.
2017-08-01 11:05:30 +02:00
Simone Bordet
3f94a5d132
Fixes #1685 - Update ALPN support for Java 8u141.
2017-07-24 10:08:10 +02:00
Joakim Erdfelt
4d2c299fe8
Updating to version 9.2.23-SNAPSHOT
2017-06-06 08:55:12 -07:00
Joakim Erdfelt
0af30bce5a
Updating to version 9.2.22.v20170606
2017-06-06 07:03:05 -07:00
Joakim Erdfelt
c9732c5349
Issue #1590 - Revert Java 8 class usage back to Java 7 limits
2017-06-02 11:33:42 -07:00
Greg Wilkins
6d450bdc7f
Issues #1513 #1515
...
Fixed and tested backup file
2017-06-02 10:13:13 -07:00
Greg Wilkins
314c9f31b0
Issues #1513 #1515
...
Fixed removed of old files.
Added test to check file handling
2017-06-02 10:13:03 -07:00
Greg Wilkins
2d8ef2f5f0
Fixed #1513 paranoid cleanup
2017-06-02 10:12:31 -07:00
Greg Wilkins
d9f9791e39
Fixed #1513 back ported some 9.4 changes
2017-06-02 10:12:13 -07:00
Greg Wilkins
108fd25086
Fixed #1513 sync shared timer
2017-06-02 10:11:56 -07:00
Greg Wilkins
d2ee6bdf08
Issue #1507
2017-06-02 10:11:38 -07:00
Joakim Erdfelt
89a82ac8cd
Issue #1469 - conforming to java.util.Timer quirks
2017-06-02 10:09:24 -07:00
Joakim Erdfelt
897d0264c9
Eliminate time creep in RFOS
2017-06-02 10:09:10 -07:00
Joakim Erdfelt
0d4fcd0cb4
Fixes #1357 - Refactored date/time handling and added tests for RolloverFileOutputStream
2017-06-02 10:08:44 -07:00
Joakim Erdfelt
b318f1c6dd
Merge + Fixing formatting
2017-05-30 13:14:49 -07:00
Joakim Erdfelt
d42ff37e57
Fixing compile error
2017-05-30 13:13:28 -07:00
Greg Wilkins
ce67192399
Fixed determining mime type of `PathResource` based on its file name. ( #1532 )
2017-05-30 22:13:25 +02:00
Bernhard Haumacher
5e63c4db62
Fixed determining mime type of `PathResource` based on its file name. ( #1532 )
...
The result of `toString()` is expected to be the path name of a Resource. This is used for determining the mime type based on the file name extension in `org.eclipse.jetty.server.ResourceCache.Content`. Without a custom `toString()` implementation, no mime type can be determined for a resource. This problem does no longer exist in current Jetty, since `PathResource` has vanished.
2017-05-30 21:51:31 +02:00
Simone Bordet
2baa1abe4b
Issue #1556 - A timing channel in Password.java.
...
Improved logic to avoid timing attacks:
now the password length cannot be inferred.
2017-05-18 21:09:16 +02:00
Simone Bordet
f3751d7078
Issue #1556 - A timing channel in Password.java.
...
Fixed comparison logic, doh.
2017-05-16 16:34:04 +02:00
Simone Bordet
042f325f1c
Fixes #1556 - A timing channel in Password.java.
2017-05-16 10:41:08 +02:00
Simone Bordet
b1b94d870e
Code cleanups.
2017-05-16 10:25:34 +02:00
Joakim Erdfelt
3521c76d53
Missing license header
2017-05-12 10:14:16 -07:00
Joakim Erdfelt
5e0d11cfc3
Issue #1108 - adding SslContextFactory.dump() selection details
...
+ Protocol selection details
+ Cipher Suites selection details
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Conflicts:
jetty-util/src/test/java/org/eclipse/jetty/util/ssl/SslContextFactoryTest.java
2017-05-12 09:29:27 -07:00
Simone Bordet
9ba7b713d2
Fixes #1523 - Update ALPN support for Java 8u131.
2017-05-02 22:01:00 +02:00
Jan Bartel
0540d7eaa7
Merge pull request #1370 from olamy/bugfix/920
...
Bugfix for #920 (disable bundle plugin)
2017-03-15 11:02:50 +11:00
olivier lamy
d5aa619f1b
Revert "fix some osgi build"
...
This reverts commit accf0715b3
.
2017-03-08 21:28:44 +11:00
olivier lamy
ed4eb43eae
Revert "upgrade maven-bundle-plugin to 2.5.4"
...
This reverts commit 1d4bc8feea
.
2017-03-08 21:27:09 +11:00
olivier lamy
dce5f8e5ee
disable bundle plugin here as it corrupt MANIFEST and we do not need it for this uber jar #920
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-03-03 10:11:00 +11:00
olivier lamy
accf0715b3
fix some osgi build
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-03-02 15:56:51 +11:00
olivier lamy
1d4bc8feea
upgrade maven-bundle-plugin to 2.5.4
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-03-02 15:56:51 +11:00
Jesse McConnell
e695fc80d6
Updating to version 9.2.22-SNAPSHOT
2017-01-20 12:32:51 -06:00
Jesse McConnell
513b5e5f90
Updating to version 9.2.21.v20170120
2017-01-20 12:32:00 -06:00
Jesse McConnell
408a94873f
set for release
2017-01-20 12:30:27 -06:00
Simone Bordet
9653d74cae
Issue #1229 - ClassLoader constraint issue when using NativeWebSocketConfiguration with WEB-INF/lib/jetty-http.jar present.
...
Guarded against NPE.
2017-01-20 15:41:41 +01:00