kkolinko | 1 Jun 2010 18:05
Picon
Favicon

svn commit: r950137 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/ webapps/examples/WEB-INF/classes/chat/ webapps/examples/jsp/chat/

Author: kkolinko
Date: Tue Jun  1 16:05:20 2010
New Revision: 950137

URL: http://svn.apache.org/viewvc?rev=950137&view=rev
Log:
Improve the ChatServlet comet example and fix some issues there
It is merge of r935105 from trunk.

Added:
    tomcat/tc6.0.x/trunk/webapps/examples/jsp/chat/index.jsp
      - copied unchanged from r935105, tomcat/trunk/webapps/examples/jsp/chat/index.jsp
Removed:
    tomcat/tc6.0.x/trunk/webapps/examples/jsp/chat/chat.jsp
Modified:
    tomcat/tc6.0.x/trunk/   (props changed)
    tomcat/tc6.0.x/trunk/STATUS.txt
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
    tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/classes/chat/ChatServlet.java
    tomcat/tc6.0.x/trunk/webapps/examples/jsp/chat/login.jsp
    tomcat/tc6.0.x/trunk/webapps/examples/jsp/chat/post.jsp

Propchange: tomcat/tc6.0.x/trunk/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Jun  1 16:05:20 2010
 <at>  <at>  -1 +1  <at>  <at> 
-/tomcat/trunk:601180,606992,612607,630314,640888,652744,653247,666232,673796,673820,677910,683969,683982,684001,684081,684234,684269-684270,685177,687503,687645,689402,690781,691392,691805,692748,693378,694992,695053,695311,696780,696782,698012,698227,698236,698613,699427,699634,701355,709294,709811,709816,710063,710066,710125,710205,711126,711600,712461,712467,713953,714002,718360,719119,719124,719602,719626,719628,720046,720069,721040,721286,721708,721886,723404,723738,726052,727303,728032,728768,728947,729057,729567,729569,729571,729681,729809,729815,729934,730250,730590,731651,732859,732863,734734,740675,740684,742677,742697,742714,744160,744238,746321,746384,746425,747834,747863,748344,750258,750291,750921,751286-751287,751289,751295,752323,753039,757335,757774,758249,758365,758596,7
 58616,758664,759074,761601,762868,762929,762936-762937,763166,763183,763193,763228,763262,763298,763302,763325,763599,763611,763654,763681,763706,764985,764997,765662,768335,769979,770716,77
 0809,770876,772872,776921,776924,776935,776945,777464,777466,777576,777625,778379,778523-778524,781528,781779,782145,782791,783316,783696,783724,783756,783762,783766,783863,783934,784453,784602,784614,785381,785688,785768,785859,786468,786487,786490,786496,786667,787627,787770,787985,789389,790405,791041,791184,791194,791224,791243,791326,791328,791789,792740,793372,793757,793882,793981,794082,794673,794822,795043,795152,795210,795457,795466,797168,797425,797596,797607,802727,802940,804462,804544,804734,805153,809131,809603,810916,810977,812125,812137,812432,813001,813013,813866,814180,814708,814876,815972,816252,817442,817822,819339,819361,820110,820132,820874,820954,821397,828196,828201,828210,828225,828759,830378-830379,830999,831106,831774,831785,831828,831850,831860,832214,832218,833
(Continue reading)

kkolinko | 1 Jun 2010 18:16
Picon
Favicon

svn commit: r950142 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/tomcat/util/buf/ webapps/docs/

Author: kkolinko
Date: Tue Jun  1 16:16:34 2010
New Revision: 950142

URL: http://svn.apache.org/viewvc?rev=950142&view=rev
Log:
Code cleanup in o.a.t.util.buf classes
It is port of r481614 from tc5.5.x

Modified:
    tomcat/tc6.0.x/trunk/STATUS.txt
    tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/buf/B2CConverter.java
    tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/buf/Base64.java
    tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java
    tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/buf/CharChunk.java
    tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/buf/StringCache.java
    tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/buf/UDecoder.java
    tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/buf/UEncoder.java
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=950142&r1=950141&r2=950142&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Tue Jun  1 16:16:34 2010
 <at>  <at>  -140,16 +140,6  <at>  <at>  PATCHES PROPOSED TO BACKPORT:
   +1: markt, rjung
   -1: 

-* Code cleanup in o.a.t.util.buf classes - port from tc5.5.x
(Continue reading)

markt | 1 Jun 2010 18:59
Picon
Favicon
Gravatar

svn commit: r950164 - in /tomcat/trunk: java/org/apache/catalina/core/StandardContext.java java/org/apache/catalina/loader/WebappClassLoader.java java/org/apache/catalina/loader/WebappLoader.java webapps/docs/config/context.xml

Author: markt
Date: Tue Jun  1 16:59:14 2010
New Revision: 950164

URL: http://svn.apache.org/viewvc?rev=950164&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48971
Make stopping of TimerThreads optional and disabled by default

Modified:
    tomcat/trunk/java/org/apache/catalina/core/StandardContext.java
    tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java
    tomcat/trunk/java/org/apache/catalina/loader/WebappLoader.java
    tomcat/trunk/webapps/docs/config/context.xml

Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/StandardContext.java?rev=950164&r1=950163&r2=950164&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/core/StandardContext.java (original)
+++ tomcat/trunk/java/org/apache/catalina/core/StandardContext.java Tue Jun  1 16:59:14 2010
 <at>  <at>  -759,9 +759,16  <at>  <at>  public class StandardContext extends Con
      * instability. As such, enabling this should be viewed as an option of last
      * resort in a development environment and is not recommended in a
      * production environment. If not specified, the default value of
-     * <code>false</code> will be used. 
+     * <code>false</code> will be used.
      */
     private boolean clearReferencesStopThreads = false;
+
+    /**
(Continue reading)

markt | 1 Jun 2010 19:01
Picon
Favicon
Gravatar

svn commit: r950166 - /tomcat/tc6.0.x/trunk/STATUS.txt

Author: markt
Date: Tue Jun  1 17:01:28 2010
New Revision: 950166

URL: http://svn.apache.org/viewvc?rev=950166&view=rev
Log:
Proposal

Modified:
    tomcat/tc6.0.x/trunk/STATUS.txt

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=950166&r1=950165&r2=950166&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Tue Jun  1 17:01:28 2010
 <at>  <at>  -175,3 +175,9  <at>  <at>  PATCHES PROPOSED TO BACKPORT:
   http://svn.apache.org/viewvc?view=revision&revision=948402
   +1: kfujino
   -1: 
+
+* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48971
+  Make stopping of leaking Timer threads optional
+  http://svn.apache.org/viewvc?rev=950164&view=rev
+  +1: markt
+  -1: 
bugzilla | 1 Jun 2010 19:01
Picon
Favicon

DO NOT REPLY [Bug 48971] memory leak protection : stopping TimeThreads should be optional and disabled by default

https://issues.apache.org/bugzilla/show_bug.cgi?id=48971

--- Comment #9 from Mark Thomas <markt <at> apache.org> 2010-06-01 13:01:45 EDT ---
This has been fixed in trunk and proposed for 6.0.x.

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 1 Jun 2010 21:15
Picon
Favicon

DO NOT REPLY [Bug 48971] memory leak protection : stopping TimeThreads should be optional and disabled by default

https://issues.apache.org/bugzilla/show_bug.cgi?id=48971

--- Comment #10 from Mark Thomas <markt <at> apache.org> 2010-06-01 15:15:00 EDT ---
Note I have fixed the DBCP issue in commons pool. The fix will be in pool 1.5.5
onwards.

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 1 Jun 2010 23:05
Picon
Favicon

DO NOT REPLY [Bug 48971] memory leak protection : stopping TimeThreads should be optional and disabled by default

https://issues.apache.org/bugzilla/show_bug.cgi?id=48971

--- Comment #11 from sylvain.laurent <at> gmail.com 2010-06-01 17:05:31 EDT ---
reference to the commons-pool issue :
https://issues.apache.org/jira/browse/POOL-161

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 2 Jun 2010 00:10
Picon
Favicon

DO NOT REPLY [Bug 48933] Client certificate gone after 1 minute timeout (SSL, APR)

https://issues.apache.org/bugzilla/show_bug.cgi?id=48933

Mark Thomas <markt <at> apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME

--- Comment #5 from Mark Thomas <markt <at> apache.org> 2010-06-01 18:10:45 EDT ---
At a guess you are hitting issues with SSL renegotiation and the various
work-arounds put in place for CVE-2009-3555. My tests with 6.0.x (trunk),
1.1.20, openssl 0.9.8k and Firefox 3.6.3 work as expected. After 1 min I get
re-prompted for my cert and everything continues to work.

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
Konstantin Kolinko | 2 Jun 2010 01:04
Picon

Weekly Bugzilla e-mails are missing on dev <at>

Hi!

I just noticed that dev <at>  no more receives those weekly "Bug report"
emails from Bugzilla.

The last ones that I saw were on 2010-04-11,
http://marc.info/?t=127102738900001&r=1&w=2

Best regards,
Konstantin Kolinko
kkolinko | 2 Jun 2010 04:39
Picon
Favicon

svn commit: r950341 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/tomcat/util/net/AprEndpoint.java java/org/apache/tomcat/util/net/JIoEndpoint.java java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/changelog.xml

Author: kkolinko
Date: Wed Jun  2 02:39:54 2010
New Revision: 950341

URL: http://svn.apache.org/viewvc?rev=950341&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48843
Prevent possible deadlock for worker allocation in NIO/BIO/APR connectors,
caused by missing Object.notify() wakeup.

Modified:
    tomcat/tc6.0.x/trunk/STATUS.txt
    tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
    tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/JIoEndpoint.java
    tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=950341&r1=950340&r2=950341&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Wed Jun  2 02:39:54 2010
 <at>  <at>  -50,12 +50,6  <at>  <at>  PATCHES PROPOSED TO BACKPORT:
       markt: It shouldn't break existing configs. JSSE allows trust stores to be
              read without providing the password

-* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48843
-  Port deadlock prevention for worker allocation from NIO to BIO and APR
-  https://issues.apache.org/bugzilla/attachment.cgi?id=25225
-  +1: kkolinko, markt, rjung
(Continue reading)


Gmane