This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository undertow.
commit 7afd5b2158d414e97dc37a6ceede5c5813d4b60d Merge: 235ac0c 7162fc2 Author: Markus Koschany <[email protected]> Date: Mon Nov 28 22:46:19 2016 +0100 Merge tag 'upstream/1.4.6' Upstream version 1.4.6 # gpg: Signatur vom Mo 28 Nov 2016 22:46:17 CET # gpg: mittels RSA-Schlüssel ACF3D088EF32EDEF6A1A835FD9AD14B9513B51E4 # gpg: Korrekte Signatur von "Markus Koschany <[email protected]>" [ultimativ] # gpg: alias "Markus Koschany <[email protected]>" [ultimativ] # gpg: alias "Markus Koschany <[email protected]>" [ultimativ] 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 | 150 +++++++++++++++++++++ .../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 | 126 +++++++++++++++++ .../GenericHeaderAuthenticationTestCase.java | 3 - .../security/SpnegoAuthenticationTestCase.java | 1 - .../SpnegoBasicAuthenticationTestCase.java | 3 - .../SpnegoDigestAuthenticationTestCase.java | 5 - coverage-report/pom.xml | 2 +- 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 +++--- 60 files changed, 656 insertions(+), 238 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/undertow.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

