WalkerWatch
d5a9f0e0e5
EOL Fix
2017-08-09 17:42:15 -04:00
Joakim Erdfelt
438c0a8159
Minor update to README
2017-08-09 14:41:25 -07:00
Joakim Erdfelt
b0fd444a1b
File EOL issue, post-hard reset
2017-08-09 14:31:06 -07:00
Simone Bordet
d3d02f227e
Fixes #1719 - Improve handling of HTTP/2 queued requests.
...
Idle timeout have a special meaning in that they become a no-operation
if the application is dispatched but idle (neither reading nor writing).
HttpChannelOverHTTP2 now forwards the idle timeout to HttpInput, which
will only change its state if it is interested in reading.
HttpInput.consumeAll() has been modified to consume all input even if
it's already failed.
Failures caused by the other peer (e.g. I/O failures or stream resets)
are now retained and will eagerly consumed any queued data to free up
the flow control windows.
2017-08-09 16:21:53 +02:00
Simone Bordet
93e8af1db5
Refactored isRequestHandled() logic to use HttpChannelState.
2017-08-09 10:25:47 +02:00
Simone Bordet
7b437cd647
Refactored calls to _transport.abort() to call this.abort().
2017-08-09 10:25:47 +02:00
Joakim Erdfelt
71d5fcf246
Fixing javadoc errors
2017-08-08 11:09:25 -07:00
Joakim Erdfelt
952bb8dfdd
Fixing compilation
2017-08-08 10:40:58 -07:00
Joakim Erdfelt
54367621e4
Fixing cdi/websocket pom versions
2017-08-08 09:54:09 -07:00
Joakim Erdfelt
1311052b15
Cleaning up state of branch to match the original jetty-9.4.x
...
+ Does not include changes to /jetty-cdi/
+ Does not include changes to /jetty-websocket/ for javax.websocket-1.1
2017-08-08 09:47:04 -07:00
Joakim Erdfelt
585f126b48
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x-clean
2017-08-08 09:24:41 -07:00
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