Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #1

Open
wants to merge 1,275 commits into
base: master
Choose a base branch
from
Open

update #1

wants to merge 1,275 commits into from

Conversation

todobugs
Copy link
Owner

@todobugs todobugs commented Jun 5, 2020

update

rmaucher and others added 30 commits February 19, 2021 15:46
createTempFile creates a file, so it is not compatible with a directory
migration. The first thing I tried was a migration of the examples
webapp and it didn't work since this is an exploded folder.
Ensure that a response is not corrupted as well as incomplete if the
connection is closed before the response is fully written due to a write
timeout.

https://bz.apache.org/bugzilla/show_bug.cgi?id=65137
When replacing a closed Stream with a RecycledStream instance, the
priority hierarchy was not maintained. This led to NPEs during the
pruning process.
Related to bug 65131, make sure all errors from OpenSSL are fully
cleared, as there could be more than one error present after an
operation (confirmed in the OpenSSL API documentation).
If the non-blocking I/O error occurred in onWritePossible() or
onDataAvailable() (rather than when buffered data was being written in
the background) the error was not propogated to the AsyncListener.
Tomcat previously expected IOExceptions in onWritePossible() and
onDataAvailable() to not be swallowed. These additions allow correct
error handling even if the application code swallows the exception.
This moves us off 5.3.0-SNAPSHOT
If t == null this code has no effect
If t != null it is re-added in asyncConImpl.setErrorState
markt-asf and others added 27 commits May 12, 2021 11:34
This method is called for a SimpleTag.
pushBodyCountVar is always null for SimpleTag as the code where it is
set in visit(CustomTag) is never called if n.implementsSimpleTag() is
true.
NPE in JNDIRealm, when userRoleAttribute is not set.
Plus add path to UnboundID SDK to the Eclipse and Intellij
classpath settings.

Bugzilla Id: 63508
If a tag file uses a named attribute, the TagFileDirectiveVisitor will
ensure that an alias is configured.
These tests are fairly simple in that they only check for the correct
return code. The do not check the content of response body. The aim
of the tests is to detect a compilation problem with the Java code
generated from a JSP if the generation process is optimised (eg to
remove a variable declaraton in some cases) incorrectly.

Coverage is as close to 100% as practical for the Generator class
Based on a PR by Jean-Louis Monteiro
Also adds support for the <pr> element in the change log
Based on a PR by Arnaud Dagnelies.
@markt-asf markt-asf deleted the branch todobugs:master May 21, 2021 20:33
@markt-asf markt-asf deleted the master branch May 21, 2021 20:33
@markt-asf markt-asf deleted the branch todobugs:master September 24, 2021 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
9 participants