[undertow] branch master updated (2985d63 -> 9230ddb)
Markus Koschany
apo-guest at moszumanska.debian.org
Sat Jan 30 16:32:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a change to branch master
in repository undertow.
from 2985d63 Update changelog
new 459c264 Start new changelog entry.
adds 9bf9955 Imported Upstream version 1.3.16
new b6e2abc Merge tag 'upstream/1.3.16'
new 29604f6 Vcs-Git: Use https.
new 803812b Update changelog
new 9230ddb Update copyright years.
The 5 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 +-
core/src/main/java/io/undertow/UndertowLogger.java | 4 +
.../main/java/io/undertow/UndertowMessages.java | 3 +
.../src/main/java/io/undertow/UndertowOptions.java | 5 +
.../undertow/client/http/HttpClientConnection.java | 4 +-
.../conduits/DeflatingStreamSinkConduit.java | 1 +
.../undertow/conduits/RangeStreamSinkConduit.java | 11 ++
.../undertow/protocols/ajp/AjpClientChannel.java | 4 +
.../AjpClientRequestClientStreamSinkChannel.java | 10 +-
.../io/undertow/protocols/http2/Http2Channel.java | 8 +
.../protocols/http2/Http2StreamSinkChannel.java | 1 +
.../io/undertow/protocols/spdy/SpdyChannel.java | 10 +-
.../spdy/SpdyStreamStreamSinkChannel.java | 1 +
.../java/io/undertow/protocols/ssl/SslConduit.java | 21 ++-
.../undertow/server/ConnectionSSLSessionInfo.java | 9 +-
.../server/handlers/AccessControlListHandler.java | 91 +++++++++++
.../cache/ResponseCachingStreamSinkConduit.java | 11 ++
.../handlers/resource/PathResourceManager.java | 2 +-
.../handlers/sse/ServerSentEventConnection.java | 89 +++++++---
.../protocol/ajp/AjpServerResponseConduit.java | 8 +-
.../protocol/framed/AbstractFramedChannel.java | 10 +-
.../server/protocol/http/HttpReadListener.java | 32 ++--
.../server/protocol/http/HttpResponseConduit.java | 32 +++-
.../server/protocol/http/HttpTransferEncoding.java | 7 +
.../server/session/InMemorySessionManager.java | 8 +-
.../java/io/undertow/util/ConnectionUtils.java | 132 +++++++++++++++
.../main/java/io/undertow/util/LocaleUtils.java | 3 +
.../io/undertow/util/ReferenceCountedPooled.java | 10 ++
...undertow.server.handlers.builder.HandlerBuilder | 1 +
.../server/handlers/ServerSentEventTestCAse.java | 7 -
.../handlers/file/PathResourceManagerTestCase.java | 27 ++++
.../proxy/LoadBalancingProxyHTTP2TestCase.java | 1 +
.../handlers/sse/ServerSentEventTestCase.java | 42 +++++
.../io/undertow/server/ssl/SimpleSSLTestCase.java | 33 ++++
.../io/undertow/testutils/DebuggingSlicePool.java | 2 +-
.../java/io/undertow/util/LocaleUtilsTestCase.java | 13 ++
core/src/test/resources/logging.properties | 4 +-
coverage-report/pom.xml | 2 +-
debian/changelog | 7 +
debian/control | 2 +-
debian/copyright | 4 +-
dist/pom.xml | 4 +-
examples/pom.xml | 4 +-
http2-test-suite/pom.xml | 4 +-
parser-generator/pom.xml | 4 +-
pom.xml | 179 ++++++++++++++++++++-
servlet/pom.xml | 4 +-
.../servlet/core/DeploymentManagerImpl.java | 8 +-
.../ServletConfidentialityConstraintHandler.java | 15 ++
.../servlet/spec/HttpServletRequestImpl.java | 2 +-
.../servlet/spec/HttpServletResponseImpl.java | 5 +-
.../test/upgrade/SimpleUpgradeTestCase.java | 46 +++---
websockets-jsr/pom.xml | 4 +-
.../io/undertow/websockets/jsr/FrameHandler.java | 34 ++++
.../websockets/jsr/ServerWebSocketContainer.java | 11 +-
.../undertow/websockets/jsr/UndertowSession.java | 7 +-
56 files changed, 865 insertions(+), 142 deletions(-)
create mode 100644 core/src/main/java/io/undertow/util/ConnectionUtils.java
delete mode 100644 core/src/test/java/io/undertow/server/handlers/ServerSentEventTestCAse.java
create mode 100644 core/src/test/java/io/undertow/server/handlers/file/PathResourceManagerTestCase.java
create mode 100644 core/src/test/java/io/undertow/util/LocaleUtilsTestCase.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