WalkerWatch
629e41526e
Updates to SSL documentation. Resolves #1667
2017-07-14 11:17:51 -04:00
Greg Wilkins
7b1d4c7ccf
Fix #1664 CIDR IP
2017-07-13 15:41:21 +02:00
Greg Wilkins
6244d0df3c
Issue #1661 remove debug
2017-07-13 14:16:51 +02:00
Greg Wilkins
8795781923
Issue #1661 Portable onProxyResponseFailure
...
avoid using sendError(-1)
2017-07-13 14:14:36 +02:00
Greg Wilkins
070a58ff59
Issue #1655 ServerConnector configured with channel
...
converted setter to open method
added test harness
2017-07-03 17:48:07 +02:00
Greg Wilkins
fd44bbabde
Issue #1655 added setter for accept channel
2017-07-03 15:34:23 +02:00
Greg Wilkins
6c0100181e
Issue #1655 added openAcceptChannel
2017-07-03 14:51:45 +02:00
Jan Bartel
5f63022c64
Merge pull request #1606 from olamy/feature/hazelcast_session_manager_9_3
...
add Hazelcast session manager
2017-06-27 11:09:56 +02:00
olivier lamy
53eee555c5
modify module names after Jan review
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-14 14:52:08 +10:00
olivier lamy
ec45636c89
fix file to use
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-14 09:46:36 +10:00
stephane martin
4f1e583b85
HTTP/2 :authority: declaration should omit default ports in jetty-client ( #1611 )
...
Change-Id: I2b4f8e8373e3ba16361a37fd1f6549a4a2d97d60
Signed-off-by: Stéphane Martin <stephane.martin@neotys.com>
2017-06-13 19:26:19 +02:00
olivier lamy
dae0b7fde3
add documentation page for hazelcast session manager module
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-13 18:34:55 +10:00
olivier lamy
a3be81e618
add new module for hazelcast session manager
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-08 22:00:24 +10:00
Joakim Erdfelt
828afa0020
Merge branch 'release-9.3.20' into jetty-9.3.x
2017-06-07 09:58:56 -07:00
WalkerWatch
8a07b46949
Updating 9.3.x for #1598
2017-06-06 15:37:00 -04:00
WalkerWatch
5819fcd13b
Updating documentation. Resolves #1598
2017-06-06 15:09:35 -04:00
Joakim Erdfelt
429380d36a
Updating to version 9.3.21-SNAPSHOT
2017-05-31 16:10:04 -07:00
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