On 13/09/2015 23:11, Caldarale, Charles R wrote:
>> From: ma...@apache.org [mailto:ma...@apache.org]
>> Subject: svn commit: r1702821 - in /tomcat/tc8.0.x/trunk:
>> java/org/apache/tomcat/util/http/HttpMessages.java webapps/docs/changelog.xml
>
>> --- tomcat/tc8.0.x/trunk/java/org/apache/tomcat/
Author: markt
Date: Mon Sep 14 08:00:49 2015
New Revision: 1702862
URL: http://svn.apache.org/r1702862
Log:
Add docs for missing property alwaysAddExpires on LegacyCookieProcessor
Modified:
tomcat/trunk/webapps/docs/config/cookie-processor.xml
Modified: tomcat/trunk/webapps/docs/config/cooki
Author: markt
Date: Mon Sep 14 08:03:09 2015
New Revision: 1702863
URL: http://svn.apache.org/r1702863
Log:
Add docs for missing property alwaysAddExpires on LegacyCookieProcessor
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
tomcat/
Hi,
I have noted that "sendfile" with the NIO connector doesn't fill the CPU
on a load test I am testing HTTP/1.1 with:
sslImplementationName="org.apache.tomcat.util.net.openssl.OpenSSLImplementation"
16 ab creating 80 connections requesting files from 4K to 32M
NIO2 works as excepted with th
On 14/09/2015 09:00, Mark Thomas wrote:
> On 13/09/2015 23:11, Caldarale, Charles R wrote:
>>> From: ma...@apache.org [mailto:ma...@apache.org]
>>> Subject: svn commit: r1702821 - in /tomcat/tc8.0.x/trunk:
>>> java/org/apache/tomcat/util/http/HttpMessages.java
>>> webapps/docs/changelog.xml
>>
>
On 14/09/2015 09:16, jean-frederic clere wrote:
> Hi,
>
> I have noted that "sendfile" with the NIO connector doesn't fill the CPU
> on a load test I am testing HTTP/1.1 with:
> sslImplementationName="org.apache.tomcat.util.net.openssl.OpenSSLImplementation"
>
>
> 16 ab creating 80 connections r
On 09/14/2015 10:21 AM, Mark Thomas wrote:
On 14/09/2015 09:16, jean-frederic clere wrote:
Hi,
I have noted that "sendfile" with the NIO connector doesn't fill the CPU
on a load test I am testing HTTP/1.1 with:
sslImplementationName="org.apache.tomcat.util.net.openssl.OpenSSLImplementation"
1
Author: markt
Date: Mon Sep 14 08:54:24 2015
New Revision: 1702873
URL: http://svn.apache.org/r1702873
Log:
Simpler, thread-safe code.
Better throughput over anything more than 1000 requests.
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/http/HttpMessages.java
Modified:
tomcat/
Author: markt
Date: Mon Sep 14 09:04:55 2015
New Revision: 1702874
URL: http://svn.apache.org/r1702874
Log:
Add test class I've been using for benchmarking
Added:
tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/http/TesterHttpMessagesPerformance.java
(with props)
Added:
tomcat/tc8.0.x/
Author: markt
Date: Mon Sep 14 09:07:34 2015
New Revision: 1702875
URL: http://svn.apache.org/r1702875
Log:
Remove deprecated code.
Removed:
tomcat/trunk/java/org/apache/tomcat/util/http/SetCookieSupport.java
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/LegacyCookieProcessor.ja
Author: markt
Date: Mon Sep 14 09:14:23 2015
New Revision: 1702878
URL: http://svn.apache.org/r1702878
Log:
Remove deprecated code.
Removed:
tomcat/trunk/java/org/apache/tomcat/util/http/CookieSupport.java
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/LegacyCookieProcessor.java
Author: markt
Date: Mon Sep 14 09:27:05 2015
New Revision: 1702881
URL: http://svn.apache.org/r1702881
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58369
Fix a rare data race in the code that obtains the CookieProcessor instance for
the Context.
Modified:
tomcat/trunk/java/org/apa
Author: markt
Date: Mon Sep 14 09:28:59 2015
New Revision: 1702882
URL: http://svn.apache.org/r1702882
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58369
Fix a rare data race in the code that obtains the CookieProcessor instance for
the Context.
Modified:
tomcat/tc8.0.x/trunk/ (
Author: markt
Date: Mon Sep 14 09:34:38 2015
New Revision: 1702884
URL: http://svn.apache.org/r1702884
Log:
Switch the default cookie parser to the one based on RFC6265
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardContext.java
tomcat/trunk/webapps/docs/changelog.xml
to
https://bz.apache.org/bugzilla/show_bug.cgi?id=58369
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: markt
Date: Mon Sep 14 09:46:34 2015
New Revision: 1702886
URL: http://svn.apache.org/r1702886
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58370
Fix data races when executor is being shut down
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java
Mo
Author: markt
Date: Mon Sep 14 09:47:50 2015
New Revision: 1702887
URL: http://svn.apache.org/r1702887
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58370
Fix data races when executor is being shut down
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/
https://bz.apache.org/bugzilla/show_bug.cgi?id=58370
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
The Buildbot has detected a build exception on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/111
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranc
2015-09-14 12:47 GMT+03:00 :
> Author: markt
> Date: Mon Sep 14 09:47:50 2015
> New Revision: 1702887
>
> URL: http://svn.apache.org/r1702887
> Log:
> Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58370
> Fix data races when executor is being shut down
>
> Modified:
> tomcat/tc8.0.x/trunk
On 14/09/2015 11:42, Konstantin Kolinko wrote:
> 2015-09-14 12:47 GMT+03:00 :
>> Author: markt
>> Date: Mon Sep 14 09:47:50 2015
>> New Revision: 1702887
>>
>> URL: http://svn.apache.org/r1702887
>> Log:
>> Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58370
>> Fix data races when executor is
Author: markt
Date: Mon Sep 14 11:24:05 2015
New Revision: 1702910
URL: http://svn.apache.org/r1702910
Log:
Fix regression in r1702886
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java
URL
Author: markt
Date: Mon Sep 14 11:25:43 2015
New Revision: 1702911
URL: http://svn.apache.org/r1702911
Log:
Fix regression in r1702887
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java
Propchange: tomcat/tc8.0.x/t
Author: markt
Date: Mon Sep 14 11:50:21 2015
New Revision: 1702913
URL: http://svn.apache.org/r1702913
Log:
Remove some of the deprecated code
Modified:
tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java
Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java
URL:
http:
Author: markt
Date: Mon Sep 14 11:53:58 2015
New Revision: 1702914
URL: http://svn.apache.org/r1702914
Log:
Remove more deprecated code
Modified:
tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java
Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java
URL:
http://svn.a
The Buildbot has detected a build exception on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/258
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
Author: markt
Date: Mon Sep 14 12:33:37 2015
New Revision: 1702923
URL: http://svn.apache.org/r1702923
Log:
JAAS Realm should be using CredentialHandler to mutate passwords
Modified:
tomcat/trunk/java/org/apache/catalina/realm/JAASCallbackHandler.java
tomcat/trunk/java/org/apache/catalina
Author: markt
Date: Mon Sep 14 12:35:39 2015
New Revision: 1702924
URL: http://svn.apache.org/r1702924
Log:
JAAS Realm should be using CredentialHandler to mutate passwords
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/catalina/realm/JAASCallbackHa
Author: markt
Date: Mon Sep 14 12:39:23 2015
New Revision: 1702927
URL: http://svn.apache.org/r1702927
Log:
Remove deprecated code
Modified:
tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java
Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java
URL:
http://svn.apache
Author: markt
Date: Mon Sep 14 12:41:03 2015
New Revision: 1702929
URL: http://svn.apache.org/r1702929
Log:
Refactor to remove deprecated code
Modified:
tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java
Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java
URL:
http:
Author: markt
Date: Mon Sep 14 12:42:21 2015
New Revision: 1702930
URL: http://svn.apache.org/r1702930
Log:
Refactor to remove remaining deprecated code
Modified:
tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java
Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java
U
The Buildbot has detected a restored build on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/112
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranch
On 09/14/2015 10:44 AM, jean-frederic clere wrote:
On 09/14/2015 10:21 AM, Mark Thomas wrote:
On 14/09/2015 09:16, jean-frederic clere wrote:
Hi,
I have noted that "sendfile" with the NIO connector doesn't fill the CPU
on a load test I am testing HTTP/1.1 with:
sslImplementationName="org.apach
Author: markt
Date: Mon Sep 14 12:48:08 2015
New Revision: 1702932
URL: http://svn.apache.org/r1702932
Log:
Remove deprecated code
Modified:
tomcat/trunk/java/org/apache/el/parser/SimpleCharStream.java
Modified: tomcat/trunk/java/org/apache/el/parser/SimpleCharStream.java
URL:
http://svn.ap
Author: markt
Date: Mon Sep 14 12:48:25 2015
New Revision: 1702933
URL: http://svn.apache.org/r1702933
Log:
Remove comments that refer to code long since removed.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/modeler/Registry.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/model
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/259
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedul
2015-09-14 14:45 GMT+02:00 jean-frederic clere :
> Somehow that didn't help:
> +++
> 745 Exception in thread "https-nio-8003-exec-95" Exception in thread
> "https-nio-8003-exec-56" Exception in thread "https-nio-8003-exec-66"
> Exception in thread "https-nio-8003-exec-58" Exception in thre
2015-09-14 15:48 GMT+03:00 :
> Author: markt
> Date: Mon Sep 14 12:48:08 2015
> New Revision: 1702932
>
> URL: http://svn.apache.org/r1702932
> Log:
> Remove deprecated code
>
> Modified:
> tomcat/trunk/java/org/apache/el/parser/SimpleCharStream.java
>
> Modified: tomcat/trunk/java/org/apache/
Author: remm
Date: Mon Sep 14 13:31:30 2015
New Revision: 1702949
URL: http://svn.apache.org/r1702949
Log:
Improve processing for async IO errors so that it goes through the normal code
(including the "free" buffer method).
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.
2015-09-13 13:55 GMT+02:00 :
> Author: markt
> Date: Sun Sep 13 11:55:39 2015
> New Revision: 1702765
>
> URL: http://svn.apache.org/r1702765
> Log:
> RFC 7230 states that clients should ignore reason phrases in HTTP/1.1
> response messages. Since the reason phrase is optional, Tomcat no longer
>
On 14/09/2015 14:01, Konstantin Kolinko wrote:
> 2015-09-14 15:48 GMT+03:00 :
>> Author: markt
>> Date: Mon Sep 14 12:48:08 2015
>> New Revision: 1702932
>>
>> URL: http://svn.apache.org/r1702932
>> Log:
>> Remove deprecated code
>>
>> Modified:
>> tomcat/trunk/java/org/apache/el/parser/Simple
Author: markt
Date: Mon Sep 14 14:04:46 2015
New Revision: 1702957
URL: http://svn.apache.org/r1702957
Log:
Revert r1702932
Modified:
tomcat/trunk/java/org/apache/el/parser/SimpleCharStream.java
Modified: tomcat/trunk/java/org/apache/el/parser/SimpleCharStream.java
URL:
http://svn.apache.or
On 14/09/2015 14:33, Rémy Maucherat wrote:
> 2015-09-13 13:55 GMT+02:00 :
>
>> Author: markt
>> Date: Sun Sep 13 11:55:39 2015
>> New Revision: 1702765
>>
>> URL: http://svn.apache.org/r1702765
>> Log:
>> RFC 7230 states that clients should ignore reason phrases in HTTP/1.1
>> response messages. S
2015-09-13 14:55 GMT+03:00 :
> Author: markt
> Date: Sun Sep 13 11:55:39 2015
> New Revision: 1702765
>
> URL: http://svn.apache.org/r1702765
> Log:
> RFC 7230 states that clients should ignore reason phrases in HTTP/1.1
> response messages. Since the reason phrase is optional, Tomcat no longer
On 14/09/2015 15:06, Mark Thomas wrote:
> On 14/09/2015 14:33, Rémy Maucherat wrote:
>> 2015-09-13 13:55 GMT+02:00 :
>>
>>> Author: markt
>>> Date: Sun Sep 13 11:55:39 2015
>>> New Revision: 1702765
>>>
>>> URL: http://svn.apache.org/r1702765
>>> Log:
>>> RFC 7230 states that clients should ignore
Author: remm
Date: Mon Sep 14 14:44:06 2015
New Revision: 1702962
URL: http://svn.apache.org/r1702962
Log:
Similar to NIO2, async NIO sendfile needs to deallocate and recycle the buffer.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Modified: tomcat/trunk/java/org/a
Author: markt
Date: Mon Sep 14 15:36:35 2015
New Revision: 1702970
URL: http://svn.apache.org/r1702970
Log:
Fix various cookie related issues in Authenticator tests now the RFC6265 cookie
parser is used by default
Modified:
tomcat/trunk/test/org/apache/catalina/authenticator/TestNonLoginAnd
Author: markt
Date: Mon Sep 14 15:39:46 2015
New Revision: 1702971
URL: http://svn.apache.org/r1702971
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58371
Fix data race accessing request URI in String form when switching from
non-async to async due to early triggering of the gathering o
Author: markt
Date: Mon Sep 14 15:42:41 2015
New Revision: 1702973
URL: http://svn.apache.org/r1702973
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58371
Fix data race accessing request URI in String form when switching from
non-async to async due to early triggering of the gathering o
https://bz.apache.org/bugzilla/show_bug.cgi?id=58371
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Mon Sep 14 15:52:16 2015
New Revision: 1702979
URL: http://svn.apache.org/r1702979
Log:
Fix tests now that Tomcat no longer provides a reason phrase in the response
line.
Modified:
tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java
Modified:
tomca
The Buildbot has detected a build exception on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/114
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranc
Author: markt
Date: Mon Sep 14 15:59:24 2015
New Revision: 1702981
URL: http://svn.apache.org/r1702981
Log:
Remove (duplicate) references to deleted class.
Modified:
tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java
Modified: tomcat/trunk/java/org/apache/catalina/security
Author: markt
Date: Mon Sep 14 16:07:19 2015
New Revision: 1702984
URL: http://svn.apache.org/r1702984
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58372
Fix rare data races closed and suspended flags that could be triggered by async
processing.
Modified:
tomcat/trunk/java/org/apa
Author: markt
Date: Mon Sep 14 16:09:51 2015
New Revision: 1702985
URL: http://svn.apache.org/r1702985
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58372
Fix rare data races closed and suspended flags that could be triggered by async
processing.
Modified:
tomcat/tc8.0.x/trunk/ (
https://bz.apache.org/bugzilla/show_bug.cgi?id=58372
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Mon Sep 14 16:13:58 2015
New Revision: 1702987
URL: http://svn.apache.org/r1702987
Log:
Fix tests now that Tomcat no longer provides a reason phrase in the response
line. For AJP it provides the status code as a String since some mod_jk / httpd
2.2.x combinations can't handle
The Buildbot has detected a restored build on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/115
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranch
Author: markt
Date: Mon Sep 14 17:39:41 2015
New Revision: 1703007
URL: http://svn.apache.org/r1703007
Log:
These tests expect the LegacyCookieProcessor
Modified:
tomcat/trunk/test/org/apache/tomcat/util/http/CookiesBaseTest.java
Modified: tomcat/trunk/test/org/apache/tomcat/util/http/Cookie
Author: markt
Date: Mon Sep 14 18:30:22 2015
New Revision: 1703024
URL: http://svn.apache.org/r1703024
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58373
Fix rare data race with the application event listeners for StandardContext
Modified:
tomcat/trunk/java/org/apache/catalina/core
Author: markt
Date: Mon Sep 14 18:32:06 2015
New Revision: 1703025
URL: http://svn.apache.org/r1703025
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58373
Fix rare data race with the application event listeners for StandardContext
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
https://bz.apache.org/bugzilla/show_bug.cgi?id=58373
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Mon Sep 14 19:42:24 2015
New Revision: 1703040
URL: http://svn.apache.org/r1703040
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58374
Fix a rare data race in the AsyncContext implementation for access to the
internal Tomcat request object to which it holds a referen
Author: markt
Date: Mon Sep 14 19:44:05 2015
New Revision: 1703041
URL: http://svn.apache.org/r1703041
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57834
Fix a rare data race in the AsyncContext implementation for access to the
internal Tomcat request object to which it holds a referen
https://bz.apache.org/bugzilla/show_bug.cgi?id=58374
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=58375
--- Comment #2 from Mark Thomas ---
The first one should have been fixed as part of the fix for bug 58371.
--
You are receiving this mail because:
You are the assignee for the bug.
Author: markt
Date: Mon Sep 14 19:55:16 2015
New Revision: 1703044
URL: http://svn.apache.org/r1703044
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58375
Fix a rare data race on the internal flag Tomcat uses to mark a response as
committed.
Modified:
tomcat/trunk/java/org/apache/c
Author: markt
Date: Mon Sep 14 19:57:01 2015
New Revision: 1703046
URL: http://svn.apache.org/r1703046
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58375
Fix a rare data race on the internal flag Tomcat uses to mark a response as
committed.
Modified:
tomcat/tc8.0.x/trunk/ (props
https://bz.apache.org/bugzilla/show_bug.cgi?id=58375
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Mon Sep 14 20:16:52 2015
New Revision: 1703049
URL: http://svn.apache.org/r1703049
Log:
Avoid an unnecessary write
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java
Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java
URL:
htt
Author: markt
Date: Mon Sep 14 20:19:03 2015
New Revision: 1703050
URL: http://svn.apache.org/r1703050
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58377
When switching to async, the keep-alive flag is accessed concurrently
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http1
Author: markt
Date: Mon Sep 14 20:20:07 2015
New Revision: 1703051
URL: http://svn.apache.org/r1703051
Log:
Avoid an unnecessary write
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java
Propchange: tomcat/tc8
Author: markt
Date: Mon Sep 14 20:23:14 2015
New Revision: 1703052
URL: http://svn.apache.org/r1703052
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58377
When switching to async, the keep-alive flag is accessed concurrently
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tom
https://bz.apache.org/bugzilla/show_bug.cgi?id=58377
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=58410
Bug ID: 58410
Summary: org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads The web application
[/message-center-web] appears to have started a thread
https://bz.apache.org/bugzilla/show_bug.cgi?id=58410
mauersu changed:
What|Removed |Added
Keywords||ErrorMessage
--- Comment #1 from mauersu --
https://bz.apache.org/bugzilla/show_bug.cgi?id=58410
--- Comment #2 from Chuck Caldarale ---
Bugzilla is not a support forum. Post your query on the Tomcat Users mailing
list, as this is clearly an application bug.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58410
Chuck Caldarale changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=58410
--- Comment #3 from mauersu ---
(In reply to Chuck Caldarale from comment #2)
> Bugzilla is not a support forum. Post your query on the Tomcat Users
> mailing list, as this is clearly an application bug.
sorry . i 'm fresh
--
You are recei
79 matches
Mail list logo