https://bz.apache.org/bugzilla/show_bug.cgi?id=63884
Azat changed:
What|Removed |Added
OS||All
Resolution|---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 10/26/19 16:15, bugzi...@apache.org wrote:
> https://bz.apache.org/bugzilla/show_bug.cgi?id=63836
>
> Mark Thomas changed:
>
> What|Removed |Added
> ---
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new b338d34 Fix https://bz.apache.org/bugzilla/show_bu
https://bz.apache.org/bugzilla/show_bug.cgi?id=63836
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=63836
Mark Thomas changed:
What|Removed |Added
OS||All
--- Comment #4 from Mark Thomas ---
https://bz.apache.org/bugzilla/show_bug.cgi?id=63879
--- Comment #3 from Steve Sanders ---
Ive submitted a patch for this: https://github.com/apache/tomcat/pull/220
--
You are receiving this mail because:
You are the assignee for the bug.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63884
Bug ID: 63884
Summary: aaa
Product: Tomcat Native
Version: 1.2.19
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Library
I thought this mailing list better suited for the question as it's about
Tomcat's source code.
On Sat, 26 Oct. 2019, 9:16 pm Mark Thomas, wrote:
> On October 26, 2019 9:34:58 AM UTC, Behrang Saeedzadeh <
> behran...@gmail.com> wrote:
> >From Tomcat Embedded Core 9.0.26:
> >
> >@Override
> >prote
On October 25, 2019 5:40:43 PM UTC, Phil Steitz wrote:
>Sorry I missed all of these things. Is there a checkstyle or eclipse
>config somewhere that I can use to make sure the next batch is clean?
No need to apologise. This is as much personal whim as anything else.
There are some standard Ecli
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 3f9d9de Add javadoc for RewriteMap
3f9d9de
On October 26, 2019 9:34:58 AM UTC, Behrang Saeedzadeh
wrote:
>From Tomcat Embedded Core 9.0.26:
>
>@Override
>protected void doClose() {
> if (log.isDebugEnabled()) {
> log.debug("Calling [" + getEndpoint() + "].closeSocket([" + this +
>"])", new Exception());
> }
>
>Which will log somet
>From Tomcat Embedded Core 9.0.26:
@Override
protected void doClose() {
if (log.isDebugEnabled()) {
log.debug("Calling [" + getEndpoint() + "].closeSocket([" + this +
"])", new Exception());
}
Which will log something like:
DEBUG [http-nio-8080-exec-2]
org.apache.tomcat.util.net.
12 matches
Mail list logo