Joakim Erdfelt
0f3b1cbe36
Updating to version 9.3.20.v20170531
2017-05-31 15:24:57 -07:00
Joakim Erdfelt
2b93c4ecd9
Fixing PathResource.toString() duplicate
2017-05-30 13:31:09 -07:00
Joakim Erdfelt
6c89cebcbf
Merge remote-tracking branch 'origin/jetty-9.2.x' into jetty-9.3.x
2017-05-30 13:25:26 -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
Greg Wilkins
0d316345ad
StopLifeCycle utility class
2017-05-22 23:34:24 +02:00
Greg Wilkins
33e2f89ccb
Fix #1567
2017-05-22 21:13:00 +02:00
Joakim Erdfelt
7f497e8720
Issue #1527 - jetty-bom, breaking the build again
2017-05-18 15:48:01 -07:00
Joakim Erdfelt
9c3e5c2150
Removing tag, not relevant
2017-05-18 15:47:52 -07:00
Joakim Erdfelt
30f3ece681
Merge pull request #1540 from olamy/bugfix/1527_jetty-9.3.x
...
fix for #1527 9.3.x branch
2017-05-18 14:00:02 -07:00
Simone Bordet
9427aa95e8
Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'.
2017-05-18 21:09:54 +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
b2481d472b
Issue #523 - TLS close behaviour breaking session resumption.
...
Removed old test, duplicated by newer and better tests.
2017-05-17 15:32:18 +02:00
Simone Bordet
d53af5d737
Fixes #523 - TLS close behaviour breaking session resumption.
...
Since requests cannot be connection delimited, don't call
sslEngine.closeInbound() on the server.
On the client, added a configuration parameter to allow missing
TLS Close Message, since many servers do that.
Introduced SslConnection.allowMissingCloseMessage so that it
throws in case of truncation attacks.
2017-05-17 13:07:21 +02:00
Simone Bordet
da05582b9a
Marking the parser at EOF in case of exceptions.
2017-05-17 10:11:10 +02:00
Simone Bordet
1e2093c14a
Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'.
2017-05-16 16:34:39 +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
1ef845556b
Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'.
2017-05-16 10:44:46 +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
fc2ec54c51
Fixing compact3 build on JDK8u121+
2017-05-12 16:49:00 -07:00
Joakim Erdfelt
98d36ff0b1
Upgrading maven-source-plugin for build stability
2017-05-12 13:41:53 -07:00
Joakim Erdfelt
69c88e1e51
Merge mistake
2017-05-12 12:22:24 -07:00
Joakim Erdfelt
be5bb05f12
Disabling javadoc, deploy, findbugs in /tests/
...
(cherry picked from commit ad1512d
)
2017-05-12 12:09:39 -07:00
Joakim Erdfelt
521cc6520f
Some javadoc plugin configuration updates
...
(cherry picked from commit 240c217
)
2017-05-12 12:09:10 -07:00
Joakim Erdfelt
712b5bbcf9
Making javadoc build stage be offline instead
...
(cherry picked from commit c794af8
)
2017-05-12 12:08:11 -07:00
Joakim Erdfelt
21194df6df
Merge remote-tracking branch 'origin/jetty-9.2.x' into jetty-9.3.x
2017-05-12 10:14:52 -07:00
Joakim Erdfelt
3521c76d53
Missing license header
2017-05-12 10:14:16 -07:00
Joakim Erdfelt
9e8fa7c29f
Merge remote-tracking branch 'origin/jetty-9.2.x' into jetty-9.3.x
2017-05-12 09:31:34 -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
olivier lamy
6d92c4c931
fix for #1527 9.3.x branch
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-05-11 13:46:57 +10:00
Joakim Erdfelt
cf56168f7d
Updating to version 9.3.20-SNAPSHOT
2017-05-02 15:26:56 -07:00
Joakim Erdfelt
d36d57d5c7
Updating to version 9.3.19.v20170502
2017-05-02 14:31:51 -07:00
Simone Bordet
c955fb609e
Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'.
2017-05-02 22:12:29 +02:00
Simone Bordet
9ba7b713d2
Fixes #1523 - Update ALPN support for Java 8u131.
2017-05-02 22:01:00 +02:00
Greg Wilkins
f2721d3407
Issues #1513 #1515
...
Fixed and tested backup file
2017-05-02 12:40:00 +02:00
Greg Wilkins
1f8b48cb83
Issues #1513 #1515
...
Fixed removed of old files.
Added test to check file handling
2017-05-02 11:47:32 +02:00
Jan Bartel
5f65f2916f
Issue #1390
...
Remove this.web_url.path
2017-05-01 17:37:05 +02:00
Greg Wilkins
a4cfd8a7a5
Fixed #1513 paranoid cleanup
2017-04-28 11:38:48 +02:00
Greg Wilkins
c87903f39d
Fixed #1513 back ported some 9.4 changes
2017-04-28 11:01:42 +02:00
Greg Wilkins
860d8658ca
Fixed #1513 sync shared timer
2017-04-28 10:25:29 +02:00
Greg Wilkins
118652e985
Issue #1507
2017-04-27 10:57:55 +02:00
Simone Bordet
8af0d153e0
Updated version to correct value.
2017-04-24 18:42:19 +02:00
Joakim Erdfelt
803542c485
Merge pull request #1430 from olamy/feature/bom-artifact
...
#1348 add BOM artifact
2017-04-20 06:19:08 -07:00
Greg Wilkins
2f04b0f869
Fix #1487
2017-04-20 11:38:28 +10:00
Greg Wilkins
f5631a9f1b
Fix #1486
2017-04-20 09:38:50 +10:00
WalkerWatch
64fc778f30
Updating documentation pom.xml for Javadoc
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-04-19 15:40:31 -04:00
Joakim Erdfelt
399ff337c8
Issue #1469 - conforming to java.util.Timer quirks
2017-04-13 09:07:26 -07:00