[Bug 53513] Race condition / out of order operation in session replication at node startup

2012-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53513 --- Comment #2 from Keiichi Fujino kfuj...@apache.org --- Thanks for the report. I think there is a problem with the behavior of the DeltaManager. As you know, DeltaManager is responsible for synchronizing the session on startup. A node

[jira] [Created] (MTOMCAT-167) Add the ability to specify context.xml files for each additional Webapp being deployed

2012-07-09 Thread Nigel Sim (JIRA)
Nigel Sim created MTOMCAT-167: - Summary: Add the ability to specify context.xml files for each additional Webapp being deployed Key: MTOMCAT-167 URL: https://issues.apache.org/jira/browse/MTOMCAT-167

[jira] [Updated] (MTOMCAT-167) Add the ability to specify context.xml files for each additional Webapp being deployed

2012-07-09 Thread Nigel Sim (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nigel Sim updated MTOMCAT-167: -- Attachment: contextFile-tomcat6.patch This patch adds a field, contextFile, to the Webapp object, and

Unit tests and trunk

2012-07-09 Thread Mark Thomas
With the fixes over the weekend for setting traffic class, I now see the unit tests passing consistently for: Windows: BIO, NIO, APR Linux: BIO, NIO I do see a consistent failure for Linux and APR with the Comet tests. It is the connector stop test failing (the one that was failing in buildbot

svn commit: r1359041 - /tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java

2012-07-09 Thread kfujino
Author: kfujino Date: Mon Jul 9 10:43:30 2012 New Revision: 1359041 URL: http://svn.apache.org/viewvc?rev=1359041view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53513. Fix race condition between the processing of session sync message and transfer complete message.

svn commit: r1359044 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java webapps/docs/changelog.xml

2012-07-09 Thread kfujino
Author: kfujino Date: Mon Jul 9 10:45:43 2012 New Revision: 1359044 URL: http://svn.apache.org/viewvc?rev=1359044view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53513. Fix race condition between the processing of session sync message and transfer complete message.

[Bug 53513] Race condition / out of order operation in session replication at node startup

2012-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53513 --- Comment #3 from Keiichi Fujino kfuj...@apache.org --- Fixed in trunk and 7.0.x and will be included in 7.0.30 onwards. Proposed for 6.0.x. Note: In this fix, EVT_ALL_SESSION_DATA message is sent in synchronous mode. Therefore, it

[Bug 53523] New: rollbackOnReturn/commitOnReturn does not work without defaultAutoCommit=false

2012-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53523 Priority: P2 Bug ID: 53523 Assignee: dev@tomcat.apache.org Summary: rollbackOnReturn/commitOnReturn does not work without defaultAutoCommit=false Severity: critical

[Bug 53524] New: Typo in cluster-howto.html

2012-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53524 Priority: P2 Bug ID: 53524 Assignee: dev@tomcat.apache.org Summary: Typo in cluster-howto.html Severity: trivial Classification: Unclassified OS: All

Unsuibscribe

2012-07-09 Thread jdewitt2011
- Sent from my Boost. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

svn commit: r1359102 - /tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java

2012-07-09 Thread markt
Author: markt Date: Mon Jul 9 12:18:21 2012 New Revision: 1359102 URL: http://svn.apache.org/viewvc?rev=1359102view=rev Log: Fix NPE observed running unit tests with APR on Linux Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java Modified:

[Bug 53469] possible bug in Response.normalize(CharChunk cc)

2012-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53469 mgrigorov mgrigo...@apache.org changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 53469] possible bug in Response.normalize(CharChunk cc)

2012-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53469 mgrigorov mgrigo...@apache.org changed: What|Removed |Added CC|

svn commit: r1359104 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/Http11AprProtocol.java webapps/docs/changelog.xml

2012-07-09 Thread markt
Author: markt Date: Mon Jul 9 12:21:26 2012 New Revision: 1359104 URL: http://svn.apache.org/viewvc?rev=1359104view=rev Log: Fix NPE observed running unit tests with APR on Linux Modified: tomcat/tc7.0.x/trunk/ (props changed)

Re: Unsubscribe

2012-07-09 Thread Mark Thomas
On 09/07/2012 13:04, jdewitt2...@gmail.com wrote: You already did on 12 Jun 2012 at 16:06:54 UTC. However, you are also subscribed to the digest list which you need to unsubcribe from separately. Mark - To unsubscribe, e-mail:

[Bug 53469] possible bug in Response.normalize(CharChunk cc)

2012-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53469 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 53469] possible bug in Response.normalize(CharChunk cc)

2012-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53469 --- Comment #4 from mgrigorov mgrigo...@apache.org --- OK, thanks! In this case I'll let the reporter follow up with a test case that demonstrates the problem with the urls provided in Wicket Jira. -- You are receiving this mail because:

[Bug 53469] possible bug in Response.normalize(CharChunk cc)

2012-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53469 --- Comment #5 from Thyzz vonk.th...@gmail.com --- Created attachment 29043 -- https://issues.apache.org/bugzilla/attachment.cgi?id=29043action=edit Sample app source According to Martin in

[Bug 53469] possible bug in Response.normalize(CharChunk cc)

2012-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53469 Thyzz vonk.th...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

svn commit: r1359183 - in /tomcat/trunk/java/org/apache: coyote/http11/Http11AprProtocol.java tomcat/util/net/AprEndpoint.java

2012-07-09 Thread markt
Author: markt Date: Mon Jul 9 14:15:27 2012 New Revision: 1359183 URL: http://svn.apache.org/viewvc?rev=1359183view=rev Log: Improve Connector.stop() handling and APR. This particularly affects Comet where a unit test failure was seen on some Linux platforms. Modified:

[Bug 53469] possible bug in Response.normalize(CharChunk cc)

2012-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53469 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 53367] Database failure may cause pool to hang

2012-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53367 --- Comment #3 from Filip Hanik fha...@apache.org --- I'll take a look today -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

[Bug 53367] Database failure may cause pool to hang

2012-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53367 Filip Hanik fha...@apache.org changed: What|Removed |Added Status|REOPENED|NEEDINFO ---

[Bug 53062] Tomcat doesn't normalize absolute urls for redirect

2012-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53062 --- Comment #6 from Konstantin Preißer prei...@web.de --- Hi, it seems that the URL normalization which has been added to Tomcat 7.0.28 includes the querystring part of the URL in the normalization process. I'm not 100% sure if the

[Bug 53062] Tomcat doesn't normalize absolute urls for redirect

2012-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53062 --- Comment #7 from Mark Thomas ma...@apache.org --- Looking at the code, that certainly looks as if it is the case. The query string (if any) should be excluded from the normalization process. I'll add some more unit tests to confirm this

[Bug 53367] Database failure may cause pool to hang

2012-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53367 Filip Hanik fha...@apache.org changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Bug 53523] rollbackOnReturn/commitOnReturn does not work without defaultAutoCommit=false

2012-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53523 Filip Hanik fha...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1359340 - in /tomcat/trunk: java/org/apache/catalina/connector/Response.java test/org/apache/catalina/connector/TestResponse.java

2012-07-09 Thread markt
Author: markt Date: Mon Jul 9 19:09:50 2012 New Revision: 1359340 URL: http://svn.apache.org/viewvc?rev=1359340view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53062 Correctly handle case where redirect URL includes a query string (with test cases) Modified:

svn commit: r1359342 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/Response.java test/org/apache/catalina/connector/TestResponse.java webapps/docs/changelog.xml

2012-07-09 Thread markt
Author: markt Date: Mon Jul 9 19:11:54 2012 New Revision: 1359342 URL: http://svn.apache.org/viewvc?rev=1359342view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53062 Correctly handle case where redirect URL includes a query string (with test cases) Modified:

[Bug 53062] Tomcat doesn't normalize absolute urls for redirect

2012-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53062 --- Comment #8 from Mark Thomas ma...@apache.org --- Fixed in trunk and 7.0.x and will be included in 7.0.30 onwards. I think I have covered all the edge cases but if you spot an edge case you think still isn't correct, it should be easy

[Bug 53523] rollbackOnReturn/commitOnReturn does not work without defaultAutoCommit=false

2012-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53523 Sebb s...@apache.org changed: What|Removed |Added Status|RESOLVED|REOPENED

svn commit: r1359362 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolConfiguration.java

2012-07-09 Thread fhanik
Author: fhanik Date: Mon Jul 9 19:39:51 2012 New Revision: 1359362 URL: http://svn.apache.org/viewvc?rev=1359362view=rev Log: fix doc according to https://issues.apache.org/bugzilla/show_bug.cgi?id=53523 Modified:

[Bug 53523] rollbackOnReturn/commitOnReturn does not work without defaultAutoCommit=false

2012-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53523 Filip Hanik fha...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 53526] New: .ConnectionPool.terminateTransaction unsafe == check of Boolean

2012-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53526 Priority: P2 Bug ID: 53526 Assignee: dev@tomcat.apache.org Summary: .ConnectionPool.terminateTransaction unsafe == check of Boolean Severity: normal

RE: Unit tests and trunk

2012-07-09 Thread Filip Hanik (mailing lists)
I'm on Windows 7 and see TestOutputBuffer fail inconsistently with Java 7 Most runs are failures. I'll be looking into this this week -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, July 09, 2012 4:33 AM To: Tomcat Developers List Subject: Unit tests

[Bug 53523] rollbackOnReturn/commitOnReturn does not work without defaultAutoCommit=false

2012-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53523 --- Comment #4 from Anjana Fernando laferna...@gmail.com --- Hi Filip, Thank you for your detailed response. For my requirement, I'm guessing I will have to use the custom JDBC interceptor approach. Because, in the connection pool usage,

RE: Unit tests and trunk

2012-07-09 Thread Filip Hanik (mailing lists)
This failure happens when the write blocks, and we enter the Selector for a write operation. filip -Original Message- From: Filip Hanik (mailing lists) [mailto:devli...@hanik.com] Sent: Monday, July 09, 2012 2:23 PM To: 'Tomcat Developers List' Subject: RE: Unit tests and trunk

[jira] [Commented] (MTOMCAT-167) Add the ability to specify context.xml files for each additional Webapp being deployed

2012-07-09 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13409903#comment-13409903 ] Olivier Lamy (*$^¨%`£) commented on MTOMCAT-167: Great. Maybe you could

[jira] [Commented] (MTOMCAT-167) Add the ability to specify context.xml files for each additional Webapp being deployed

2012-07-09 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13409905#comment-13409905 ] Olivier Lamy (*$^¨%`£) commented on MTOMCAT-167: ok I did it.

svn commit: r1359427 - in /tomcat/maven-plugin/trunk: common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/config/ tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/

2012-07-09 Thread olamy
Author: olamy Date: Mon Jul 9 22:10:59 2012 New Revision: 1359427 URL: http://svn.apache.org/viewvc?rev=1359427view=rev Log: [MTOMCAT-167] Add the ability to specify context.xml files for each additional Webapp being deployed Submitted by Nigel Sim. Modified:

svn commit: r1359428 - /tomcat/maven-plugin/trunk/pom.xml

2012-07-09 Thread olamy
Author: olamy Date: Mon Jul 9 22:11:07 2012 New Revision: 1359428 URL: http://svn.apache.org/viewvc?rev=1359428view=rev Log: add contributor Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL:

[jira] [Closed] (MTOMCAT-167) Add the ability to specify context.xml files for each additional Webapp being deployed

2012-07-09 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) closed MTOMCAT-167. -- Resolution: Fixed Fix Version/s: 2.0 Assignee: Olivier Lamy