[undertow] branch master updated (6a5d41c -> 235ac0c)
Markus Koschany
apo at moszumanska.debian.org
Sat Oct 29 16:40:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a change to branch master
in repository undertow.
from 6a5d41c debian/watch: Use version=4.
adds cc6c3da New upstream version 1.4.4
new b5092c7 Merge tag 'upstream/1.4.4'
new 235ac0c Update changelog
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
core/pom.xml | 5 +-
core/src/main/java/io/undertow/UndertowLogger.java | 4 +
.../main/java/io/undertow/UndertowMessages.java | 15 +-
...solvedPathAttribute.java => NullAttribute.java} | 24 +-
.../undertow/client/ajp/AjpClientConnection.java | 6 +
.../undertow/client/http/HttpClientConnection.java | 6 +-
.../undertow/client/http/HttpRequestConduit.java | 35 +++
...curePredicate.java => IdempotentPredicate.java} | 32 ++-
.../undertow/protocols/ajp/AjpClientChannel.java | 5 +
.../io/undertow/protocols/http2/HpackDecoder.java | 12 +
.../io/undertow/protocols/http2/HpackEncoder.java | 17 ++
.../undertow/protocols/http2/HpackException.java | 18 ++
.../io/undertow/protocols/http2/Http2Channel.java | 4 +-
.../protocols/http2/Http2FrameHeaderParser.java | 35 ++-
.../protocols/http2/Http2HeaderBlockParser.java | 8 +-
.../protocols/http2/Http2StreamSinkChannel.java | 9 +-
.../protocols/http2/Http2StreamSourceChannel.java | 43 +++-
.../handlers/SinglePortConfidentialityHandler.java | 15 +-
.../impl/DigestAuthenticationMechanism.java | 6 +-
.../io/undertow/server/HttpServerExchange.java | 11 +-
.../server/handlers/ChannelUpgradeHandler.java | 81 +++++--
.../server/handlers/ProxyPeerAddressHandler.java | 6 +-
.../server/handlers/SetAttributeHandler.java | 89 +++++++
.../server/handlers/builder/SetHandlerBuilder.java | 74 ------
.../server/handlers/proxy/ProxyConnectionPool.java | 25 +-
.../server/handlers/proxy/ProxyHandler.java | 154 +++++++------
.../handlers/proxy/mod_cluster/MCMPHandler.java | 9 +-
.../handlers/proxy/mod_cluster/MCMPWebManager.java | 7 +
.../handlers/proxy/mod_cluster/ModCluster.java | 11 +-
.../handlers/proxy/mod_cluster/NodeConfig.java | 11 +
.../resource/ClassPathResourceManager.java | 2 +-
.../server/handlers/resource/ResourceHandler.java | 41 +++-
.../handlers/sse/ServerSentEventConnection.java | 109 +++++++--
.../server/protocol/ParseTimeoutUpdater.java | 7 +-
.../main/java/io/undertow/util/LocaleUtils.java | 12 +-
core/src/main/java/io/undertow/util/Methods.java | 3 +
core/src/main/java/io/undertow/util/Sessions.java | 13 +-
.../websockets/client/WebSocketClient.java | 1 -
.../io.undertow.attribute.ExchangeAttributeBuilder | 1 +
.../io.undertow.predicate.PredicateBuilder | 3 +-
...undertow.server.handlers.builder.HandlerBuilder | 3 +-
.../proxy/AbstractLoadBalancingProxyTestCase.java | 33 +++
.../handlers/proxy/LoadBalancingProxyTestCase.java | 2 +-
.../handlers/proxy/ProxyPathHandlingTest.java | 256 +++++++++++++++++++++
.../handlers/sse/ServerSentEventTestCase.java | 33 +++
.../undertow/server/security/KerberosKDCUtil.java | 2 +-
.../ParseDigestAuthorizationTokenTestCase.java | 10 +-
.../SimpleConfidentialRedirectTestCase.java | 71 ++++--
.../security/SpnegoAuthenticationTestCase.java | 39 ++--
.../java/io/undertow/testutils/DefaultServer.java | 9 +-
.../java/io/undertow/util/LocaleUtilsTestCase.java | 4 +-
core/src/test/resources/krb5.conf | 4 +-
coverage-report/pom.xml | 2 +-
debian/changelog | 6 +
dist/pom.xml | 4 +-
examples/pom.xml | 4 +-
parser-generator/pom.xml | 4 +-
.../AbstractParserGenerator.java | 2 +-
pom.xml | 12 +-
servlet/pom.xml | 4 +-
.../io/undertow/servlet/UndertowServletLogger.java | 6 +
.../servlet/core/DeploymentManagerImpl.java | 8 +-
.../undertow/servlet/handlers/DefaultServlet.java | 2 +-
.../handlers/security/SecurityPathMatches.java | 60 ++++-
.../undertow/servlet/spec/ServletContextImpl.java | 55 ++---
websockets-jsr/pom.xml | 4 +-
66 files changed, 1243 insertions(+), 365 deletions(-)
copy core/src/main/java/io/undertow/attribute/{ResolvedPathAttribute.java => NullAttribute.java} (75%)
copy core/src/main/java/io/undertow/predicate/{SecurePredicate.java => IdempotentPredicate.java} (66%)
delete mode 100644 core/src/main/java/io/undertow/server/handlers/builder/SetHandlerBuilder.java
create mode 100644 core/src/test/java/io/undertow/server/handlers/proxy/ProxyPathHandlingTest.java
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/undertow.git
More information about the pkg-java-commits
mailing list