Greg Wilkins
94322f7290
simplify reserved thread configuration
2017-08-08 09:16:11 -07:00
Greg Wilkins
76981a0a15
Fixed #1715 standardise XML properties and IDs
2017-08-08 09:16:08 -07:00
Jan Bartel
c917d9e72b
Issue #1714
2017-08-08 09:16:06 -07:00
Greg Wilkins
4c2c0add76
Fixed #1713 limit selectors for small thread pool
2017-08-08 09:16:04 -07:00
Josh Elser
c6d86122db
Fix a bug around handling "Negotiate" case-insensitively in SpnegoAut… ( #1710 )
...
* Fix a bug around handling "Negotiate" case-insensitively in SpnegoAuthenticator
Closes #1709
Signed-off-by: Josh Elser <elserj@apache.org>
* Clean up isAuthSchemeNegotiate(String) since we don't need to use startsWith()
Signed-off-by: Josh Elser <elserj@apache.org>
2017-08-08 09:16:01 -07:00
Greg Wilkins
9f285d92e7
Issue #1637
...
Limit reserved threads if threadpool is of small size
2017-08-08 09:15:59 -07:00
Greg Wilkins
3b297a2557
Apply #1649
2017-08-08 09:15:56 -07:00
Igal
10bf0e5edb
fixed typo ( #1668 )
...
* fixed typo
* improved text
* corrected typo in readme
2017-08-08 09:15:54 -07:00
Greg Wilkins
cfeb2a3325
Issue #215 Conscrypt SSL provider
...
upgraded to 1.0.0.RC9
2017-08-08 09:15:51 -07:00
Simone Bordet
b1b569bd23
475546 - ClosedChannelException when connecting to HTTPS over HTTP proxy with CONNECT.
...
Not closing the connection if the request method is CONNECT.
2017-08-08 09:15:49 -07:00
Jan Bartel
19e539a87d
Issue #1623
...
Remove projects.classes.dirs, using only lib.jars property.
2017-08-08 09:15:48 -07:00
Josh Elser
1fd3e4ad1b
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-08 09:15:45 -07:00
Greg Wilkins
1a07ddd787
Issue #215 Conscrypt SSL provider
...
Added module to install Conscrupt SSL provider
2017-08-08 09:15:43 -07:00
Simone Bordet
a705f9a2ca
Fixes #1703 - Improve HttpInput failure logging.
2017-08-08 09:15:40 -07:00
Simone Bordet
a8ca4d23c6
Fixes #1702 - Update ALPN for JDK 8u144.
2017-08-08 09:15:38 -07:00
Greg Wilkins
d12cde9cfd
Fix commit 2e13208758
...
use suppressed exceptions to hold local stacktrace rather than wrapping exception, which hides the exception type.
2017-08-08 09:15:37 -07:00
Jan Bartel
7c4f7b13f7
Issue #1682
2017-08-08 09:15:35 -07:00
WalkerWatch
dfd9e43b2d
Updated web-default.xml documentation. Resolves #1462 .
2017-08-08 09:15:32 -07:00
Simone Bordet
3eeeb8ec7e
Improved error reporting.
2017-08-08 09:15:30 -07:00
Jan Bartel
e81e17d348
Issue #1692
2017-08-08 09:15:27 -07:00
Olivier Lamy
98eb354c46
use invoker plugin 3.0.1 released version ( #1683 )
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:15:25 -07:00
Simone Bordet
be1eb26670
Fixes #1671 - Asymmetric usage of trailers in MetaData.Request.
...
Reviewed with code cleanups.
2017-08-08 09:15:23 -07:00
Simone Bordet
f04f486f94
Fixes #1687 - Missing callback notification when channel not found.
2017-08-08 09:15:20 -07:00
Simone Bordet
95bf957b4f
Updated ALPN documentation for JDK 8u141.
2017-08-08 09:15:18 -07:00
Simone Bordet
a2d63141e9
Fixed location of ALPN files for JDK 8u141.
2017-08-08 09:15:16 -07:00
Simone Bordet
8cfd971f92
JavaDoc clarification.
2017-08-08 09:15:14 -07:00
Simone Bordet
489f68c708
Fixes #1685 - Update ALPN support for Java 8u141.
2017-08-08 09:15:12 -07:00
Joakim Erdfelt
c417a18cc8
Fixed #1679 - moving JMX specific behavior to jmx.DeploymentManagerMBean
2017-08-08 09:15:11 -07:00
Jan Bartel
9546db266b
Issue #1681
...
(cherry picked from commit 0d99bde0c1e740493b6dfab772b3c4933c1e7d75)
2017-08-08 09:15:09 -07:00
Jan Bartel
ccf89b81ad
Issue #1623
...
Ensure restarts recreate classpath.
2017-08-08 09:15:06 -07:00
olivier lamy
2c60f59325
some cleanup per Jan review
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:15:04 -07:00
Joakim Erdfelt
86b4870d14
Fixed #1679 - making DeploymentManager usable in JMX without error
2017-08-08 09:15:01 -07:00
Joakim Erdfelt
ce4a8df311
Fixing module [name] warning
2017-08-08 09:14:59 -07:00
olivier lamy
0fac9c390a
simplify code, add more details in junit failure #1623
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:14:56 -07:00
Jan Bartel
56bf71aec2
Issue #1675
2017-08-08 09:14:54 -07:00
Joakim Erdfelt
a1f614fd0e
Removing Test/Testing related commits from VERSION.txt
2017-08-08 09:14:51 -07:00
Greg Wilkins
91e7087fcd
Fix #1672 Proxy tests HttpTester.from usage
2017-08-08 09:14:49 -07:00
Greg Wilkins
0bc9149ff1
Issue #1671 asymmetric trailer usage on MetaData.Request
2017-08-08 09:14:47 -07:00
WalkerWatch
c9959fd633
Restoring SSL dump info
2017-08-08 09:14:43 -07:00
WalkerWatch
b8168f2bb0
Updates to SSL documentation. Resolves #1667
2017-08-08 09:14:37 -07:00
Greg Wilkins
e94660b7ba
fixed merge
2017-08-08 09:14:35 -07:00
Jan Bartel
e39c66d425
Issue #1645
2017-08-08 09:14:32 -07:00
Greg Wilkins
e5f7fee279
Fix #1664 CIDR IP
2017-08-08 09:14:30 -07:00
Greg Wilkins
2b4494e3f6
Issue #1661 remove debug
2017-08-08 09:14:28 -07:00
Greg Wilkins
6a2dd626e0
Issue #1661 Portable onProxyResponseFailure
...
avoid using sendError(-1)
2017-08-08 09:14:26 -07:00
WalkerWatch
15cc8f1d40
Documentation update for Connectors. Resolves #1663
2017-08-08 09:14:24 -07:00
Joakim Erdfelt
b8759bc2c7
Renaming to fit Eclipse Jetty naming guidelines
2017-08-08 09:14:23 -07:00
Joakim Erdfelt
d63c7a4eb6
Updating .gitattributes
2017-08-08 09:14:22 -07:00
Simone Bordet
191b6e044f
Fixes #1656 - Improve configurability of ConnectionPools.
...
Introduced ConnectionPool.Factory and HttpClientTransport.connectionPoolFactory.
This allows applications to create a ConnectionPool given the HttpDestination.
2017-08-08 09:14:19 -07:00
Greg Wilkins
2202d333fe
Issue #1655 ServerConnector configured with channel
...
converted setter to open method
added test harness
2017-08-08 09:14:18 -07:00