svn commit: r1662127 - /tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java

2015-02-24 Thread markt
Author: markt Date: Tue Feb 24 22:08:42 2015 New Revision: 1662127 URL: http://svn.apache.org/r1662127 Log: Revert extension of timeout for debug purposes Modified: tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java Modified: tomcat/trunk/test/org/apache/coyote/http11/upgrad

svn commit: r1662117 - in /tomcat/trunk: java/org/apache/tomcat/util/net/AprEndpoint.java test/org/apache/coyote/http11/upgrade/TestUpgrade.java

2015-02-24 Thread markt
Author: markt Date: Tue Feb 24 21:04:31 2015 New Revision: 1662117 URL: http://svn.apache.org/r1662117 Log: Fix a crash with testUpgrade and APR native. There was a small gap between the point where the write thread exited the poller and the connections map was queried for the wrapper that the re

Re: svn commit: r1662014 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsHttpUpgradeHandler.java

2015-02-24 Thread Christopher Schultz
Rémy, On 2/24/15 11:44 AM, r...@apache.org wrote: > Author: remm > Date: Tue Feb 24 16:44:05 2015 > New Revision: 1662014 > > URL: http://svn.apache.org/r1662014 > Log: > Catch ISE thrown by the closed IS for a rare but possibly legitimate scenario. > > Modified: > > tomcat/trunk/java/org/a

Re: Bugzilla comments referencing svn revisions

2015-02-24 Thread Mark Thomas
On 24/02/2015 20:04, Christopher Schultz wrote: > All, > > This may be a question for infra@, but I figured I'd ask here first. > > How does ASF Bugzilla take in-comment svn revisions and replace with > with links to viewvc? Like this: > https://bz.apache.org/bugzilla/show_bug.cgi?id=57540#c23 I

Bugzilla comments referencing svn revisions

2015-02-24 Thread Christopher Schultz
All, This may be a question for infra@, but I figured I'd ask here first. How does ASF Bugzilla take in-comment svn revisions and replace with with links to viewvc? Like this: https://bz.apache.org/bugzilla/show_bug.cgi?id=57540#c23 I'd like to do that with my own BZ instance, but haven't figure

[Bug 57619] Memory consumption

2015-02-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57619 --- Comment #2 from Christopher Schultz --- I tracked-down a bunch of similar issues in our own application several years ago, and it turned out that the application framework (Struts 1, in our case), was the culprit. We never found that Tomcat

[Bug 57540] report TLS protocol version

2015-02-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57540 --- Comment #25 from Rainer Jung --- The support in mod_proxy_ajp was ported to Apache 2.4 today as r1662076. It will be part of the next Apache HTTP server release 2.4.13. -- You are receiving this mail because: You are the assignee for the

Re: svn commit: r1660953 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ java/org/apache/

2015-02-24 Thread Mark Thomas
On 19/02/2015 19:31, Christopher Schultz wrote: > Mark, > > On 2/19/15 1:41 PM, Mark Thomas wrote: >> On 19/02/2015 17:45, schu...@apache.org wrote: >>> Author: schultz >>> Date: Thu Feb 19 17:45:34 2015 >>> New Revision: 1660953 >>> >>> URL: http://svn.apache.org/r1660953 >>> Log: >>> Back-port r

[ANN] Apache Tomcat 8.0.20 available

2015-02-24 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.20. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language and Java WebSocket technologies. Apache Tomcat 8.0.20 includes numerous fixes for

svn commit: r1662036 - in /tomcat/site/trunk: ./ docs/tomcat-8.0-doc/ docs/tomcat-8.0-doc/api/ docs/tomcat-8.0-doc/api/org/apache/catalina/ docs/tomcat-8.0-doc/api/org/apache/catalina/ant/ docs/tomcat

2015-02-24 Thread markt
Author: markt Date: Tue Feb 24 17:28:55 2015 New Revision: 1662036 URL: http://svn.apache.org/r1662036 Log: Update docs for 8.0.20 release [This commit notification would consist of 1104 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] ---

svn commit: r1662029 - in /tomcat/site/trunk: docs/ xdocs/

2015-02-24 Thread markt
Author: markt Date: Tue Feb 24 17:12:59 2015 New Revision: 1662029 URL: http://svn.apache.org/r1662029 Log: Update for 8.0.20 excluding docs Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/download-80.html tomcat/site/trunk/docs/index.html tomcat/site/trunk

svn commit: r1662018 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2015-02-24 Thread remm
Author: remm Date: Tue Feb 24 16:45:34 2015 New Revision: 1662018 URL: http://svn.apache.org/r1662018 Log: Add NPE avoidance code from NIO2 when a socket is concurrently closed. Maybe it could be logged for debugging (same in NIO2). Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioE

svn commit: r1662014 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsHttpUpgradeHandler.java

2015-02-24 Thread remm
Author: remm Date: Tue Feb 24 16:44:05 2015 New Revision: 1662014 URL: http://svn.apache.org/r1662014 Log: Catch ISE thrown by the closed IS for a rare but possibly legitimate scenario. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsHttpUpgradeHandler.java Modified: tomca

svn commit: r1662000 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/net/jsse/openssl/OpenSSLCipherConfigurationParser.java

2015-02-24 Thread rjung
Author: rjung Date: Tue Feb 24 16:05:58 2015 New Revision: 1662000 URL: http://svn.apache.org/r1662000 Log: Add SRP aliases. This silences warn output in unit tests. Backport of r1661990 from trunk. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/

svn commit: r1661990 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/OpenSSLCipherConfigurationParser.java

2015-02-24 Thread rjung
Author: rjung Date: Tue Feb 24 15:39:15 2015 New Revision: 1661990 URL: http://svn.apache.org/r1661990 Log: Add SRP aliases. This silences warn output in unit tests. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/OpenSSLCipherConfigurationParser.java Modified: tomcat/

Re: Stabilizing the trunk (9.0.x) build

2015-02-24 Thread Mark Thomas
On 24/02/2015 13:10, Rémy Maucherat wrote: > I'm having issues with the write timeout tests in > TestWsWebSocketContainer, which made me do some changes since there are > still things I don't understand: These appear to be OK for me at the moment with NIO and NIO2 but the very nature of timing iss

svn commit: r1661976 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/net/jsse/openssl/OpenSSLCipherConfigurationParser.java test/org/apache/tomcat/util/net/jsse/openssl/TestOpenSSLCipherCon

2015-02-24 Thread markt
Author: markt Date: Tue Feb 24 15:12:14 2015 New Revision: 1661976 URL: http://svn.apache.org/r1661976 Log: Fix ordering problem exposed now OpenSSL supports cipher suites with ephemeral ECDH with something other than AES Added: tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/net/jsse/open

RE: Two serious issues have been introduced in Tomcat 7 and Tomcat 8...

2015-02-24 Thread Doug Forrest
> I agree the API is bad in the end, you don't really know which context is > being returned. For example if the context you're requesting is not > deployed, you'll get the root context and a random error when using it. I'm confused about why people think this behavior is random. It is not the AP

svn commit: r1661975 - /tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/jsse/openssl/KeyExchange.java

2015-02-24 Thread markt
Author: markt Date: Tue Feb 24 15:08:50 2015 New Revision: 1661975 URL: http://svn.apache.org/r1661975 Log: Add OpenSSL constant names to aid adding new Cipher suites Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/jsse/openssl/KeyExchange.java Modified: tomcat/tc8.0.x/trunk

svn commit: r1661973 - /tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java

2015-02-24 Thread markt
Author: markt Date: Tue Feb 24 15:07:34 2015 New Revision: 1661973 URL: http://svn.apache.org/r1661973 Log: Correct authentication types Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/js

Re: svn commit: r1661932 - /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java

2015-02-24 Thread Mark Thomas
On 24/02/2015 14:27, Rainer Jung wrote: > Am 24.02.2015 um 14:28 schrieb Mark Thomas: >> On 24/02/2015 13:15, Rainer Jung wrote: >>> Am 24.02.2015 um 14:09 schrieb ma...@apache.org: Author: markt Date: Tue Feb 24 13:09:26 2015 New Revision: 1661932 URL: http://svn.apache.or

svn commit: r1661972 - in /tomcat/trunk: java/org/apache/tomcat/util/net/jsse/openssl/OpenSSLCipherConfigurationParser.java test/org/apache/tomcat/util/net/jsse/openssl/TestOpenSSLCipherConfigurationP

2015-02-24 Thread markt
Author: markt Date: Tue Feb 24 15:03:03 2015 New Revision: 1661972 URL: http://svn.apache.org/r1661972 Log: Fix ordering problem exposed now OpenSSL supports cipher suites with ephemeral ECDh with something other than AES Added: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/Test

Re: svn commit: r1661932 - /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java

2015-02-24 Thread Rainer Jung
Am 24.02.2015 um 14:28 schrieb Mark Thomas: On 24/02/2015 13:15, Rainer Jung wrote: Am 24.02.2015 um 14:09 schrieb ma...@apache.org: Author: markt Date: Tue Feb 24 13:09:26 2015 New Revision: 1661932 URL: http://svn.apache.org/r1661932 Log: Reduce Gump's OpenSSL failures from 31 to 29 Modifie

svn commit: r1661950 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java

2015-02-24 Thread markt
Author: markt Date: Tue Feb 24 13:44:07 2015 New Revision: 1661950 URL: http://svn.apache.org/r1661950 Log: Correct authentication types Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.

svn commit: r1661939 - /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java

2015-02-24 Thread markt
Author: markt Date: Tue Feb 24 13:32:34 2015 New Revision: 1661939 URL: http://svn.apache.org/r1661939 Log: Exclude 4 more to (hopefully) fix the MD5 test Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java Modified: tomcat/trunk/test/org/apache/tomcat/uti

Re: svn commit: r1661932 - /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java

2015-02-24 Thread Mark Thomas
On 24/02/2015 13:15, Rainer Jung wrote: > Am 24.02.2015 um 14:09 schrieb ma...@apache.org: >> Author: markt >> Date: Tue Feb 24 13:09:26 2015 >> New Revision: 1661932 >> >> URL: http://svn.apache.org/r1661932 >> Log: >> Reduce Gump's OpenSSL failures from 31 to 29 >> >> Modified: >> >> tomcat/

svn commit: r1661937 - /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java

2015-02-24 Thread markt
Author: markt Date: Tue Feb 24 13:26:33 2015 New Revision: 1661937 URL: http://svn.apache.org/r1661937 Log: Exclude a few more ciphers from tests that are no longer supported in OpenSSL 1.1.0 Re-group & values for easier maintenance Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse

Re: svn commit: r1661932 - /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java

2015-02-24 Thread Rainer Jung
Am 24.02.2015 um 14:09 schrieb ma...@apache.org: Author: markt Date: Tue Feb 24 13:09:26 2015 New Revision: 1661932 URL: http://svn.apache.org/r1661932 Log: Reduce Gump's OpenSSL failures from 31 to 29 Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java

Re: Stabilizing the trunk (9.0.x) build

2015-02-24 Thread Rémy Maucherat
2015-02-24 10:01 GMT+01:00 Mark Thomas : > Progress is being made. > > TestWsWebSocketContainer.testMaxMessageSize04() is fixed. I do want to > come back to exactly how/if flushing is performed on > ServletOutputStream.close() but I plan on parking that until the other > failures are fixed. > > I'

svn commit: r1661932 - /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java

2015-02-24 Thread markt
Author: markt Date: Tue Feb 24 13:09:26 2015 New Revision: 1661932 URL: http://svn.apache.org/r1661932 Log: Reduce Gump's OpenSSL failures from 31 to 29 Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java Modified: tomcat/trunk/test/org/apache/tomcat/util/

svn commit: r1661928 - /tomcat/tc7.0.x/trunk/

2015-02-24 Thread kkolinko
Author: kkolinko Date: Tue Feb 24 12:48:55 2015 New Revision: 1661928 URL: http://svn.apache.org/r1661928 Log: For https://bz.apache.org/bugzilla/show_bug.cgi?id=57611 Update bugtraq:logregex property to work with both old and new server names and escape dot characters. This regular expression i

svn commit: r1661927 - /tomcat/tc8.0.x/trunk/

2015-02-24 Thread kkolinko
Author: kkolinko Date: Tue Feb 24 12:47:49 2015 New Revision: 1661927 URL: http://svn.apache.org/r1661927 Log: For https://bz.apache.org/bugzilla/show_bug.cgi?id=57611 Update bugtraq:logregex property to work with both old and new server names and escape dot characters. This regular expression i

svn commit: r1661924 - /tomcat/trunk/

2015-02-24 Thread kkolinko
Author: kkolinko Date: Tue Feb 24 12:40:59 2015 New Revision: 1661924 URL: http://svn.apache.org/r1661924 Log: For https://bz.apache.org/bugzilla/show_bug.cgi?id=57611 Update bugtraq:logregex property to work with both old and new server names and escape dot characters. This regular expression i

Re: [VOTE][RESULT] Release Apache Tomcat 8.0.20

2015-02-24 Thread Mark Thomas
On 24/02/2015 12:14, Konstantin Kolinko wrote: > 2015-02-20 11:50 GMT+03:00 Mark Thomas : >> The following votes were cast: >> >> Binding: >> +1: markt, remm, rjung, kfujino, schultz, violetagg >> 0: kkolinko >> >> Non-binding: >> +1: fschumacher >> >> The release vote therefore passes. >> >> I'll

svn commit: r1661917 - in /tomcat/trunk/java/org/apache/tomcat/util/net: NioBlockingSelector.java NioEndpoint.java NioSelectorPool.java

2015-02-24 Thread markt
Author: markt Date: Tue Feb 24 12:20:49 2015 New Revision: 1661917 URL: http://svn.apache.org/r1661917 Log: Use a return value of -1 rather than exceptions to signal end of stream. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioBlockingSelector.java tomcat/trunk/java/org/apache

Re: [VOTE][RESULT] Release Apache Tomcat 8.0.20

2015-02-24 Thread Konstantin Kolinko
2015-02-20 11:50 GMT+03:00 Mark Thomas : > The following votes were cast: > > Binding: > +1: markt, remm, rjung, kfujino, schultz, violetagg > 0: kkolinko > > Non-binding: > +1: fschumacher > > The release vote therefore passes. > > I'll do the updates now and announce in ~24 hours once the mirror

svn commit: r1661914 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioSelectorPool.java

2015-02-24 Thread markt
Author: markt Date: Tue Feb 24 12:15:56 2015 New Revision: 1661914 URL: http://svn.apache.org/r1661914 Log: Fix a bug that meant if end of stream was reached, any data read in this call prior to reaching end of stream was lost. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioSelect

[Bug 57630] Illegal State Exception after start-up

2015-02-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57630 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED OS|

[Bug 57630] New: Illegal State Exception after start-up

2015-02-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57630 Bug ID: 57630 Summary: Illegal State Exception after start-up Product: Tomcat 8 Version: 8.0.18 Hardware: Macintosh Status: NEW Severity: major Priority: P2

Re: Stabilizing the trunk (9.0.x) build

2015-02-24 Thread Mark Thomas
On 24/02/2015 09:01, Mark Thomas wrote: > Progress is being made. > > TestWsWebSocketContainer.testMaxMessageSize04() is fixed. I do want to > come back to exactly how/if flushing is performed on > ServletOutputStream.close() but I plan on parking that until the other > failures are fixed. > > Ne

[Bug 57629] New: sending large file with Expect: 100-continue wrong messages order

2015-02-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57629 Bug ID: 57629 Summary: sending large file with Expect: 100-continue wrong messages order Product: Tomcat 8 Version: 8.0.18 Hardware: PC OS: Linux

svn commit: r1661882 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2015-02-24 Thread markt
Author: markt Date: Tue Feb 24 10:52:54 2015 New Revision: 1661882 URL: http://svn.apache.org/r1661882 Log: Further simplifications Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java URL: http://svn

Re: Stabilizing the trunk (9.0.x) build

2015-02-24 Thread Mark Thomas
On 24/02/2015 10:22, Rainer Jung wrote: > Am 24.02.2015 um 10:01 schrieb Mark Thomas: > >> On a related topic the Gump OpenSSL tests are still failing. They pass >> when run directly from the command line on vmgump.a.o. I can't come up >> with a better idea than adding some debugging to the tests.

Re: Stabilizing the trunk (9.0.x) build

2015-02-24 Thread Rainer Jung
Am 24.02.2015 um 10:01 schrieb Mark Thomas: On a related topic the Gump OpenSSL tests are still failing. They pass when run directly from the command line on vmgump.a.o. I can't come up with a better idea than adding some debugging to the tests. I installed OpenSSL master (current snapshot) lo

svn commit: r1661879 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeServletOutputStream.java

2015-02-24 Thread remm
Author: remm Date: Tue Feb 24 10:11:21 2015 New Revision: 1661879 URL: http://svn.apache.org/r1661879 Log: Use the write listener to decide between a blocking and a non blocking flush on close. Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeServletOutputStream.java Mod

svn propchange: r1661670 - svn:log

2015-02-24 Thread markt
Author: markt Revision: 1661670 Modified property: svn:log Modified: svn:log at Tue Feb 24 10:00:51 2015 -- --- svn:log (original) +++ svn:log Tue Feb 24 10:00:51 2015 @@ -0,0 +1,2 @@ +Revert r1661642. +Timeouts need to be

svn commit: r1661877 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2015-02-24 Thread markt
Author: markt Date: Tue Feb 24 09:53:57 2015 New Revision: 1661877 URL: http://svn.apache.org/r1661877 Log: Remove an (unproven) optimisation that didn't handle end-of-stream correctly and triggered at least one failure in the unit tests. Modified: tomcat/trunk/java/org/apache/tomcat/util/ne

Re: svn commit: r1661670 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeProcessor.java

2015-02-24 Thread Konstantin Kolinko
2015-02-23 16:45 GMT+03:00 : > Author: markt > Date: Mon Feb 23 13:45:46 2015 > New Revision: 1661670 > > URL: http://svn.apache.org/r1661670 > Log: (empty) No log message here. This is a revert of r1661642, discussed in "Re: r1661642" thread. > Modified: > tomcat/trunk/java/org/apache/coyo

Re: Two serious issues have been introduced in Tomcat 7 and Tomcat 8...

2015-02-24 Thread Rémy Maucherat
2015-02-23 20:32 GMT+01:00 Konstantin Kolinko : > If ServletContext.getContext(String) is actually supposed to perform > prefix-mapping, then it explains why getContext("/ROOT") worked for > you. > > getContext("/ROOT") worked just because getContext("/foobar") returns > the ROOT context when ther

Re: Two serious issues have been introduced in Tomcat 7 and Tomcat 8...

2015-02-24 Thread Mark Thomas
On 23/02/2015 18:41, Mark Thomas wrote: > On 23/02/2015 18:01, Doug Forrest wrote: >> The issues were introduced by r1645015 in 7.x and r1644992 in 8.x. >> Both issues are related to ApplicationContext.getContext(String >> uri). >> >> Issue 1: >> >> getContext("/ROOT") no longer works. In fact, it

svn commit: r1661867 - in /tomcat/trunk: java/org/apache/catalina/core/ApplicationContext.java test/org/apache/catalina/core/TestApplicationContext.java

2015-02-24 Thread markt
Author: markt Date: Tue Feb 24 09:11:01 2015 New Revision: 1661867 URL: http://svn.apache.org/r1661867 Log: Relax the restriction added in r1644989. Expand the unit tests. While the Javadoc for getContext(String) could be clearer, the intended behaviour appears to mapping rather than an exact mat

Re: Stabilizing the trunk (9.0.x) build

2015-02-24 Thread Mark Thomas
Progress is being made. TestWsWebSocketContainer.testMaxMessageSize04() is fixed. I do want to come back to exactly how/if flushing is performed on ServletOutputStream.close() but I plan on parking that until the other failures are fixed. Next on my list is TestUpgrade.testMessagesBlocking(). I a

[Bug 57628] ThreadLocal memory leak error on Tomcat shutdown

2015-02-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57628 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57628] ThreadLocal memory leak error on Tomcat shutdown

2015-02-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57628 syed.imran.ba...@gmail.com changed: What|Removed |Added CC||syed.imran.ba...@gmail.com

[Bug 57628] New: ThreadLocal memory leak error on Tomcat shutdown

2015-02-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57628 Bug ID: 57628 Summary: ThreadLocal memory leak error on Tomcat shutdown Product: Tomcat 7 Version: 7.0.41 Hardware: PC Status: NEW Severity: major Priority: P