This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a change to branch BZ-63681/9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
omit 9062436 BZ 63681: Introduce RealmBase#authenticate(GSSName,
GSSCredential) and friends
add 50feb56 Add release date for 9.0.29
add f5f2b62 BZ63949: Restore write loop which was present in the selector
code
add 76ab416 Fix javadoc @see reference.
add b2e3596 .gitignore - Add .ant-targets-build.xml file to gitignore.
add e160e53 Fix potential test failure / hang if timing isn't as expected
add a42b94a may sure the arbitrarily assigned user ID of openshift can
deploy a war file.
add 33eccc7 Simplify regular endpoint writes by removing
write(Non)BlockingDirect
add fba885d Revert the fix for
https://bz.apache.org/bugzilla/show_bug.cgi?id=63815
add 2347e32 Reduce differences with 8.5
add c36e285 Update to OWB 2.0.13
add e1919b4 Partial fix for
https://bz.apache.org/bugzilla/show_bug.cgi?id=63815
add d760a78 Update changelog
add cd47ca9 Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63964
Cached URLs
new d987d94 BZ 63681: Introduce RealmBase#authenticate(GSSName,
GSSCredential) and friends
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (9062436)
\
N -- N -- N refs/heads/BZ-63681/9.0.x (d987d94)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 1 +
bin/catalina.sh | 8 +-
bin/daemon.sh | 66 ++++++-------
bin/tool-wrapper.sh | 8 +-
java/org/apache/catalina/Realm.java | 4 +-
.../apache/catalina/servlets/WebdavServlet.java | 2 +-
.../catalina/webresources/CachedResource.java | 12 ++-
java/org/apache/tomcat/util/net/AprEndpoint.java | 51 ----------
java/org/apache/tomcat/util/net/NioEndpoint.java | 10 +-
.../apache/tomcat/util/net/SocketWrapperBase.java | 104 ++++-----------------
modules/owb/pom.xml | 2 +-
res/tomcat-maven/Dockerfile | 1 +
.../core/TestAsyncContextStateChanges.java | 7 ++
...lerIntegration.java => TestCachedResource.java} | 30 +++---
webapps/docs/changelog.xml | 29 +++++-
15 files changed, 138 insertions(+), 197 deletions(-)
copy test/org/apache/catalina/webresources/{war/TestHandlerIntegration.java =>
TestCachedResource.java} (67%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]