[undertow] branch master updated (235ac0c -> d10c9bb)
Markus Koschany
apo at moszumanska.debian.org
Mon Nov 28 21:58:33 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 235ac0c Update changelog
adds 7162fc2 New upstream version 1.4.6
new 7afd5b2 Merge tag 'upstream/1.4.6'
new d10c9bb 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 | 15 ++-
core/src/main/java/io/undertow/UndertowLogger.java | 3 +
.../main/java/io/undertow/UndertowMessages.java | 9 +-
.../src/main/java/io/undertow/UndertowOptions.java | 4 +
.../protocols/alpn/OpenSSLAlpnProvider.java | 2 +-
.../io/undertow/protocols/http2/Http2Channel.java | 6 ++
.../protocols/http2/Http2FrameHeaderParser.java | 4 +-
.../protocols/http2/Http2HeaderBlockParser.java | 7 +-
.../protocols/http2/Http2HeadersParser.java | 4 +-
.../protocols/http2/Http2PushPromiseParser.java | 4 +-
.../security/api/AuthenticationMechanism.java | 4 +
.../CachedAuthenticatedSessionHandler.java | 96 ++++++++----------
.../impl/BasicAuthenticationMechanism.java | 2 +-
.../impl/CachedAuthenticatedSessionMechanism.java | 2 +-
.../impl/ClientCertAuthenticationMechanism.java | 2 +-
.../impl/ExternalAuthenticationMechanism.java | 2 +-
.../security/impl/FormAuthenticationMechanism.java | 2 +-
.../impl/GSSAPIAuthenticationMechanism.java | 2 +-
.../impl/GenericHeaderAuthenticationMechanism.java | 2 +-
.../security/impl/SecurityContextImpl.java | 4 +-
.../impl/SingleSignOnAuthenticationMechanism.java | 2 +-
.../main/java/io/undertow/server/Connectors.java | 21 +++-
.../io/undertow/server/HttpServerExchange.java | 12 ++-
.../server/handlers/ChannelUpgradeHandler.java | 2 +-
.../handlers/proxy/mod_cluster/MCMPConfig.java | 3 +
.../proxy/mod_cluster/ModClusterContainer.java | 9 +-
.../handlers/resource/PathResourceManager.java | 3 +-
.../server/protocol/ajp/AjpOpenListener.java | 4 +-
.../server/protocol/ajp/AjpRequestParser.java | 20 +++-
.../framed/AbstractFramedStreamSinkChannel.java | 34 ++++---
.../server/protocol/http/AlpnOpenListener.java | 100 ++++++++++++-------
.../server/protocol/http/HttpRequestParser.java | 24 +++--
.../protocol/http2/Http2ReceiveListener.java | 6 +-
.../protocol/http2/Http2ServerConnection.java | 2 +-
.../undertow/util/FastConcurrentDirectDeque.java | 5 +-
core/src/main/java/io/undertow/util/URLUtils.java | 23 ++++-
.../handlers/file/PathResourceManagerTestCase.java | 36 ++++++-
.../protocol/ajp/AjpParsingUnitTestCase.java | 12 +--
.../server/protocol/http/ParserResumeTestCase.java | 4 +-
.../server/protocol/http/SimpleParserTestCase.java | 38 +++----
.../server/security/AuthenticationTestBase.java | 22 +++-
.../security/BasicAuthenticationTestCase.java | 3 -
.../security/ClientCertRenegotiationTestCase.java | 5 -
.../server/security/ClientCertTestCase.java | 2 -
.../security/DigestAuthentication2069TestCase.java | 6 --
.../security/DigestAuthenticationAuthTestCase.java | 5 -
.../undertow/server/security/FormAuthTestCase.java | 111 +++++++++------------
.../GenericHeaderAuthenticationTestCase.java | 3 -
.../security/SpnegoAuthenticationTestCase.java | 1 -
.../SpnegoBasicAuthenticationTestCase.java | 3 -
.../SpnegoDigestAuthenticationTestCase.java | 5 -
coverage-report/pom.xml | 2 +-
debian/changelog | 6 ++
dist/pom.xml | 4 +-
examples/pom.xml | 4 +-
parser-generator/pom.xml | 4 +-
pom.xml | 4 +-
servlet/pom.xml | 9 +-
.../servlet/spec/ServletPrintWriterDelegate.java | 50 +++++-----
websockets-jsr/pom.xml | 4 +-
.../jsr/annotated/AnnotatedEndpoint.java | 42 +++-----
61 files changed, 473 insertions(+), 358 deletions(-)
copy {servlet/src/main/java/io/undertow/servlet/handlers/security => core/src/main/java/io/undertow/security/handlers}/CachedAuthenticatedSessionHandler.java (58%)
copy servlet/src/test/java/io/undertow/servlet/test/security/custom/ServletCustomAuthTestCase.java => core/src/test/java/io/undertow/server/security/FormAuthTestCase.java (51%)
--
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