[jira] [Comment Edited] (MTOMCAT-237) Maven variables not evaluated/resolved inside systemProperties

2013-09-05 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13759813#comment-13759813 ] Olivier Lamy (*$^¨%`£) edited comment on MTOMCAT-237 at 9/6/13 3:16 AM: ---

[jira] [Commented] (MTOMCAT-237) Maven variables not evaluated/resolved inside systemProperties

2013-09-05 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13759813#comment-13759813 ] Olivier Lamy (*$^¨%`£) commented on MTOMCAT-237: ?? I missed you here. Ca

[Bug 55524] Deadlock produced during Websocket write operation (org.apache.catalina.websocket.WsOutbound)

2013-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55524 confile changed: What|Removed |Added Version|7.0.42 |trunk -- You are receiving this mail be

[Bug 55524] Deadlock produced during Websocket write operation (org.apache.catalina.websocket.WsOutbound)

2013-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55524 --- Comment #7 from confile --- I tried to use the trunc version of Tomcat but this is even worse. I only get this message: Sep 06, 2013 3:52:14 AM org.apache.coyote.http11.AbstractHttp11Processor process INFO: Error parsing HTTP request

[Bug 55524] Deadlock produced during Websocket write operation (org.apache.catalina.websocket.WsOutbound)

2013-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55524 confile changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 55529] error while building the source

2013-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55529 --- Comment #1 from confile --- At the end there is this: build: [javac] Compiling 31 source files to /root/trunk/output/jdbc-pool/classes [jar] Building jar: /root/trunk/output/jdbc-pool/tomcat-jdbc.jar [copy] Copying 1 f

[Bug 55529] New: error while building the source

2013-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55529 Bug ID: 55529 Summary: error while building the source Product: Tomcat 7 Version: trunk Hardware: PC OS: Linux Status: NEW Severity: blocker

svn commit: r1520349 - in /tomcat/trunk/java/org/apache/catalina: ha/session/DeltaSession.java session/StandardSession.java

2013-09-05 Thread markt
Author: markt Date: Thu Sep 5 15:42:48 2013 New Revision: 1520349 URL: http://svn.apache.org/r1520349 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55521 Ensure that session.expire() doesn't return until the session has been invalidated. Ensure that the return valid of session.isVa

svn commit: r1520458 - in /tomcat/trunk: java/org/apache/coyote/ajp/AbstractAjpProcessor.java test/org/apache/catalina/nonblocking/TesterAjpNonBlockingClient.java

2013-09-05 Thread markt
Author: markt Date: Thu Sep 5 23:42:00 2013 New Revision: 1520458 URL: http://svn.apache.org/r1520458 Log: Fix some issues with Servlet 3.1 non-blocking writes and APR identified by the 'unit' test. Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java tomcat/trun

[Bug 55521] Race Condition in HttpSession#invalidate() / HttpServletRequest#getSession(boolean)

2013-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55521 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1520447 - /tomcat/trunk/test/org/apache/catalina/nonblocking/TesterAjpNonBlockingClient.java

2013-09-05 Thread markt
Author: markt Date: Thu Sep 5 22:40:50 2013 New Revision: 1520447 URL: http://svn.apache.org/r1520447 Log: Add a simple non-blocking write test that currently fails. This won't impact the CI systems since the class is excluded from the unit tests. Modified: tomcat/trunk/test/org/apache/cat

svn commit: r1520446 - /tomcat/trunk/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter.java

2013-09-05 Thread markt
Author: markt Date: Thu Sep 5 22:38:12 2013 New Revision: 1520446 URL: http://svn.apache.org/r1520446 Log: Increase size of output so a test client has a chance of triggering some buffering in the AJP processor Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter

svn commit: r1520444 - in /tomcat/trunk/java/org/apache/coyote: ByteBufferHolder.java ajp/AbstractAjpProcessor.java http11/AbstractOutputBuffer.java http11/InternalAprOutputBuffer.java http11/Internal

2013-09-05 Thread markt
Author: markt Date: Thu Sep 5 22:27:09 2013 New Revision: 1520444 URL: http://svn.apache.org/r1520444 Log: Refactoring. Extract ByteBufferHolder into a separate class that can be used by HTTP and AJP. Added: tomcat/trunk/java/org/apache/coyote/ByteBufferHolder.java (with props) Modified:

svn commit: r1520443 - /tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java

2013-09-05 Thread markt
Author: markt Date: Thu Sep 5 22:22:40 2013 New Revision: 1520443 URL: http://svn.apache.org/r1520443 Log: Implement Servlet 3.1 non-blocking writes for AJP. Writes are fully non-blocking, both between and within AJP messages. Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpPro

svn commit: r1520358 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ha/session/DeltaSession.java java/org/apache/catalina/session/StandardSession.java webapps/docs/changelog.xml

2013-09-05 Thread markt
Author: markt Date: Thu Sep 5 16:13:06 2013 New Revision: 1520358 URL: http://svn.apache.org/r1520358 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55521 Ensure that session.expire() doesn't return until the session has been invalidated. Ensure that the return valid of session.isVa

[Bug 55524] Deadlock produced during Websocket write operation (org.apache.catalina.websocket.WsOutbound)

2013-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55524 --- Comment #6 from Christopher Schultz --- (In reply to confile from comment #5) > When will you release tomcat 7.0.43 and tomcat 8? When they are ready. -- You are receiving this mail because: You are the assignee for the bug. ---

Re: JK support for IPV6

2013-09-05 Thread Christopher Schultz
Mladen, On 9/4/13 11:58 AM, Mladen Turk wrote: > On 09/04/2013 03:30 PM, Konstantin Kolinko wrote: >> >> An ambiguity is only if a hostname is used. Do you propose the prefix >> for hostnames only, not numeric IP addresses? >> > > There is also one other option and that is to always resolve to IP

buildbot failure in ASF Buildbot on tomcat-7-trunk

2013-09-05 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/1382 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sourc

[Bug 55521] Race Condition in HttpSession#invalidate() / HttpServletRequest#getSession(boolean)

2013-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55521 --- Comment #4 from Christoph --- Thanks for the very prompt fix! Regards Christoph -- You are receiving this mail because: You are the assignee for the bug. - To unsub

[Bug 55521] Race Condition in HttpSession#invalidate() / HttpServletRequest#getSession(boolean)

2013-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55521 --- Comment #2 from Christoph --- Mark, it would be great if you'd ask one of your colleagues to take a look at the additional issues in Spring Security you observed. As far as Tomcat is concerned, the race condition I observed would no lo

buildbot success in ASF Buildbot on tomcat-trunk

2013-09-05 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/4931 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[Bug 55521] Race Condition in HttpSession#invalidate() / HttpServletRequest#getSession(boolean)

2013-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55521 --- Comment #1 from Mark Thomas --- I've taken a look at this and there are some things we can do in Tomcat to ensure that a call to invalidate() doesn't return until the session has been invalidated. However, there may still be an issue t

[Bug 55383] Improve markup and design of Tomcat's HTML pages

2013-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #30 from Mark Thomas --- (In reply to Konstantin Preißer from comment #29) > With this patch, the improvement of HTML markup in the Tomcat 8 docs should > be complete. Applied. Many, many thanks. > I think I can look into appl

svn commit: r1520323 - in /tomcat/trunk/webapps/docs: funcspecs/fs-admin-objects.xml funcspecs/fs-admin-opers.xml funcspecs/fs-default.xml funcspecs/mbean-names.xml tribes/introduction.xml

2013-09-05 Thread markt
Author: markt Date: Thu Sep 5 14:17:07 2013 New Revision: 1520323 URL: http://svn.apache.org/r1520323 Log: Final part of https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 for Tomcat 8 Improve markup and design of Tomcat's HTML pages Patch by Konstantin Preißer Modified: tomcat/trunk/

[Bug 55524] Deadlock produced during Websocket write operation (org.apache.catalina.websocket.WsOutbound)

2013-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55524 --- Comment #5 from confile --- When will you release tomcat 7.0.43 and tomcat 8? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscr

[Bug 55524] Deadlock produced during Websocket write operation (org.apache.catalina.websocket.WsOutbound)

2013-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55524 --- Comment #4 from Mark Thomas --- The bug was in Tomcat's proprietary WebSocket implementation. That implementation does not exist in Tomcat 8. It has been replaced by the JSR-356 implementation (which will also be in Tomcat 7 from the ne

buildbot failure in ASF Buildbot on tomcat-trunk

2013-09-05 Thread buildbot
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/4930 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

[Bug 55524] Deadlock produced during Websocket write operation (org.apache.catalina.websocket.WsOutbound)

2013-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55524 --- Comment #3 from confile --- Is this bug fixed in Tomcat8 as well? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[Bug 55524] Deadlock produced during Websocket write operation (org.apache.catalina.websocket.WsOutbound)

2013-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55524 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1520281 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/websocket/WsOutbound.java webapps/docs/changelog.xml

2013-09-05 Thread markt
Author: markt Date: Thu Sep 5 11:22:00 2013 New Revision: 1520281 URL: http://svn.apache.org/r1520281 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55524 Refactor to avoid a deadlock. Move the exception handling that may execute user code outside of the sync block. Modified: t

[Bug 55524] Deadlock produced during Websocket write operation (org.apache.catalina.websocket.WsOutbound)

2013-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55524 --- Comment #1 from Mark Thomas --- I've only taken a quick look at this. So far, it appears that one lock is in Tomcat and one in Atmosphere so it is possible that changes will be required in both to fully fix this. I'll see what I can to

svn commit: r1520273 - /tomcat/trunk/webapps/ROOT/index.jsp

2013-09-05 Thread markt
Author: markt Date: Thu Sep 5 10:40:43 2013 New Revision: 1520273 URL: http://svn.apache.org/r1520273 Log: Reduce the version specific references and update the remaining onces to Tomcat 8. Modified: tomcat/trunk/webapps/ROOT/index.jsp Modified: tomcat/trunk/webapps/ROOT/index.jsp URL: ht

svn commit: r1520270 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2013-09-05 Thread markt
Author: markt Date: Thu Sep 5 10:36:34 2013 New Revision: 1520270 URL: http://svn.apache.org/r1520270 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55527 Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java Modified: tomcat/trunk/java/org/apache/

[Bug 55527] JSSESocketFactory conditionally converts alias to lower case; condition is unwise

2013-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55527 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Component|Catalina

svn commit: r1520264 - in /tomcat/site/trunk: docs/migration-7.html xdocs/migration-7.xml

2013-09-05 Thread markt
Author: markt Date: Thu Sep 5 09:54:36 2013 New Revision: 1520264 URL: http://svn.apache.org/r1520264 Log: Add section on TLD changes. Modified: tomcat/site/trunk/docs/migration-7.html tomcat/site/trunk/xdocs/migration-7.xml Modified: tomcat/site/trunk/docs/migration-7.html URL: http:/

svn commit: r1520263 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/mbeans-descriptors.xml webapps/docs/changelog.xml

2013-09-05 Thread kfujino
Author: kfujino Date: Thu Sep 5 09:47:32 2013 New Revision: 1520263 URL: http://svn.apache.org/r1520263 Log: Fix mbeans-descriptors.xml of DataSource. Add undefined attributes and operations to mbeans-descriptor. Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomc

svn commit: r1520262 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/mbeans-descriptors.xml

2013-09-05 Thread kfujino
Author: kfujino Date: Thu Sep 5 09:44:05 2013 New Revision: 1520262 URL: http://svn.apache.org/r1520262 Log: Fix mbeans-descriptors.xml of DataSource. Add undefined attributes and operations to mbeans-descriptor. Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/

svn commit: r1520261 - in /tomcat/jk/trunk/native/common: jk_ajp12_worker.c jk_ajp_common.c jk_ajp_common.h jk_connect.c jk_connect.h jk_global.h jk_status.c jk_util.c jk_util.h

2013-09-05 Thread mturk
Author: mturk Date: Thu Sep 5 09:43:12 2013 New Revision: 1520261 URL: http://svn.apache.org/r1520261 Log: First step in IPV6 support - use new jk_sockaddr_t structure wrapping sockaddr_in. Beside that there are no funtional changes Modified: tomcat/jk/trunk/native/common/jk_ajp12_worker.c

svn commit: r1520260 - in /tomcat/site/trunk: docs/security-4.html docs/security-5.html docs/security-6.html xdocs/security-4.xml xdocs/security-5.xml xdocs/security-6.xml

2013-09-05 Thread markt
Author: markt Date: Thu Sep 5 09:39:32 2013 New Revision: 1520260 URL: http://svn.apache.org/r1520260 Log: Fix typo Modified: tomcat/site/trunk/docs/security-4.html tomcat/site/trunk/docs/security-5.html tomcat/site/trunk/docs/security-6.html tomcat/site/trunk/xdocs/security-4.xm

[Bug 55526] Overly eager CSRF protection in manager app

2013-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55526 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55527] New: JSSESocketFactory conditionally converts alias to lower case; condition is unwise

2013-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55527 Bug ID: 55527 Summary: JSSESocketFactory conditionally converts alias to lower case; condition is unwise Product: Tomcat 7 Version: unspecified Hardware: PC

[Bug 55526] New: Overly eager CSRF protection in manager app

2013-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55526 Bug ID: 55526 Summary: Overly eager CSRF protection in manager app Product: Tomcat 7 Version: 7.0.28 Hardware: PC OS: Linux Status: NEW Severity: no

svn commit: r1520252 - /tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java

2013-09-05 Thread markt
Author: markt Date: Thu Sep 5 08:35:58 2013 New Revision: 1520252 URL: http://svn.apache.org/r1520252 Log: When using non-blocking IO need to ensure that end of stream is correctly identified so that the onAllDataRead event is correctly fired. Modified: tomcat/trunk/java/org/apache/coyote/aj