[undertow] branch master updated (8f9cf1a -> 16755fd)
Markus Koschany
apo at moszumanska.debian.org
Thu Dec 22 23:27:38 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 8f9cf1a Update changelog
adds e963db4 New upstream version 1.4.8
new 903cad8 Merge tag 'upstream/1.4.8'
new 16755fd 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 | 4 +-
.../main/java/io/undertow/UndertowMessages.java | 3 +-
.../java/io/undertow/client/ClientResponse.java | 10 ++
.../io/undertow/protocols/http2/Http2Channel.java | 6 +
.../java/io/undertow/protocols/ssl/SslConduit.java | 1 +
.../server/handlers/ChannelUpgradeHandler.java | 4 +-
.../handlers/encoding/RequestEncodingHandler.java | 9 +-
.../server/handlers/proxy/ProxyHandler.java | 4 +-
.../server/handlers/proxy/mod_cluster/Context.java | 6 +
.../handlers/proxy/mod_cluster/MCMPHandler.java | 6 +-
.../handlers/proxy/mod_cluster/ModCluster.java | 19 ++-
.../proxy/mod_cluster/ModClusterContainer.java | 55 ++++++--
.../proxy/mod_cluster/ModClusterProxyTarget.java | 7 +-
.../server/handlers/proxy/mod_cluster/Node.java | 9 +-
.../handlers/proxy/mod_cluster/VirtualHost.java | 10 +-
.../protocol/framed/AbstractFramedChannel.java | 9 ++
.../server/protocol/http/HttpRequestParser.java | 8 +-
.../main/java/io/undertow/util/PathTemplate.java | 12 +-
.../java/io/undertow/util/PathTemplateMatcher.java | 24 ++--
.../server/handlers/RoutingHandlerTestCase.java | 21 +++
.../encoding/RequestContentEncodingTestCase.java | 13 +-
.../java/io/undertow/testutils/DefaultServer.java | 3 +
.../io/undertow/util/PathTemplateTestCase.java | 15 +++
coverage-report/pom.xml | 2 +-
debian/changelog | 6 +
dist/pom.xml | 4 +-
examples/pom.xml | 4 +-
.../io/undertow/examples/http2/Http2Server.java | 3 +
parser-generator/pom.xml | 4 +-
pom.xml | 2 +-
servlet/pom.xml | 4 +-
.../handlers/CrawlerSessionManagerHandler.java | 67 ++++-----
...ase.java => ServletClientCertAuthTestCase.java} | 150 ++++++++++++---------
websockets-jsr/pom.xml | 4 +-
.../jsr/test/stress/WebsocketStressTestCase.java | 139 +++++++++----------
35 files changed, 407 insertions(+), 240 deletions(-)
copy servlet/src/test/java/io/undertow/servlet/test/security/basic/{ServletBasicAuthTestCase.java => ServletClientCertAuthTestCase.java} (56%)
--
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