[Bug 55342] Lost interruption

2013-09-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55342 Keiichi Fujino changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55342] Lost interruption

2013-09-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55342 --- Comment #2 from Keiichi Fujino --- (In reply to Mikhail Mazursky from comment #1) > Also, why this flag (PropagateInterruptState) is false by default? Why it > even exists? Why someone may want pool to swallow interruptions? This attrib

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

2013-09-03 Thread kfujino
Author: kfujino Date: Wed Sep 4 02:32:05 2013 New Revision: 1519905 URL: http://svn.apache.org/r1519905 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55342 Remove unnecessary reset of interrupted flag. If the InterruptedException is thrown, the interrupted flag has been cleared. Mo

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

2013-09-03 Thread kfujino
Author: kfujino Date: Wed Sep 4 02:17:25 2013 New Revision: 1519903 URL: http://svn.apache.org/r1519903 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55342 Remove unnecessary reset of interrupted flag. If the InterruptedException is thrown, the interrupted flag has been cleared. Mo

svn commit: r1519838 - in /tomcat/trunk: java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/coyote/spdy/ test/org/apache/catalina/nonblocking/

2013-09-03 Thread markt
Author: markt Date: Tue Sep 3 20:26:59 2013 New Revision: 1519838 URL: http://svn.apache.org/r1519838 Log: When using Servlet 3.1 non-blocking reads with an AJP connector, make the reads between the AJP body messages from the server non-blocking. Once any part of a message is read, the remainde

Re: svn commit: r1519804 - /tomcat/trunk/build.xml

2013-09-03 Thread Konstantin Kolinko
2013/9/3 : > Author: markt > Date: Tue Sep 3 19:26:17 2013 > New Revision: 1519804 > > URL: http://svn.apache.org/r1519804 > Log: > Tomcat only uses package-info.java files for Javadoc so don't bother creating > empty class files from them. > > Modified: > tomcat/trunk/build.xml > 1. Docs [

buildbot success in ASF Buildbot on tomcat-trunk

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

svn commit: r1519804 - /tomcat/trunk/build.xml

2013-09-03 Thread markt
Author: markt Date: Tue Sep 3 19:26:17 2013 New Revision: 1519804 URL: http://svn.apache.org/r1519804 Log: Tomcat only uses package-info.java files for Javadoc so don't bother creating empty class files from them. Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http

svn commit: r1519801 - /tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java

2013-09-03 Thread markt
Author: markt Date: Tue Sep 3 19:14:47 2013 New Revision: 1519801 URL: http://svn.apache.org/r1519801 Log: Force failure with BIO as the test requires true non-blocking IO to fail as expected Modified: tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java Modified: tom

buildbot failure in ASF Buildbot on tomcat-trunk

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

svn commit: r1519799 - in /tomcat/trunk/java/org/apache/catalina/connector: CoyoteInputStream.java CoyoteOutputStream.java

2013-09-03 Thread markt
Author: markt Date: Tue Sep 3 19:06:52 2013 New Revision: 1519799 URL: http://svn.apache.org/r1519799 Log: Revert r1519798 I realised it wouldn't work just as I hit commit. Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteInputStream.java tomcat/trunk/java/org/apache/catal

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

2013-09-03 Thread Andreas Christoforides (JIRA)
Andreas Christoforides created MTOMCAT-237: -- Summary: Maven variables not evaluated/resolved inside systemProperties Key: MTOMCAT-237 URL: https://issues.apache.org/jira/browse/MTOMCAT-237 Pr

svn commit: r1519798 - in /tomcat/trunk/java/org/apache/catalina/connector: CoyoteInputStream.java CoyoteOutputStream.java

2013-09-03 Thread markt
Author: markt Date: Tue Sep 3 19:04:00 2013 New Revision: 1519798 URL: http://svn.apache.org/r1519798 Log: Fix failing unit test and Gump with BIO Make the test for having to call isReady() before any non-blocking read or write stricter. Previously, an app would get away with this if isReady() w

svn commit: r1519766 - in /tomcat/trunk: java/org/apache/catalina/connector/CoyoteInputStream.java java/org/apache/catalina/connector/InputBuffer.java test/org/apache/catalina/nonblocking/TestNonBlock

2013-09-03 Thread markt
Author: markt Date: Tue Sep 3 17:47:24 2013 New Revision: 1519766 URL: http://svn.apache.org/r1519766 Log: Add state checks to non-blocking reads that match those for non-blocking writes. Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteInputStream.java tomcat/trunk/java/o

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

2013-09-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #29 from Konstantin Preißer --- Created attachment 30797 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30797&action=edit Part 4 of updated documentation XMLs Hi, here is the final part of the documentation update.

buildbot success in ASF Buildbot on tomcat-trunk

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

svn commit: r1519711 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2013-09-03 Thread markt
Author: markt Date: Tue Sep 3 14:59:17 2013 New Revision: 1519711 URL: http://svn.apache.org/r1519711 Log: Fixing the last Gump failure, created this one. Rethrow the exception so that the access log entry is created. Error handling should be consistent across the connectors now. Modified: t

buildbot retry in ASF Buildbot on tomcat-trunk

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

Re: [Bug 55517] Resynch classpaths for netbeans support

2013-09-03 Thread Brian Burch
On 03/09/13 13:16, bugzi...@apache.org wrote: https://issues.apache.org/bugzilla/show_bug.cgi?id=55517 Mark Thomas changed: What|Removed |Added Status|NEW

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

2013-09-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #28 from Mark Thomas --- (In reply to Konstantin Preißer from comment #27) > Created attachment 30793 [details] > Part 3 of updated documentation XMLs Patch applied. Many thanks. -- You are receiving this mail because: You ar

svn commit: r1519668 [2/2] - in /tomcat/trunk/webapps/docs: ./ appdev/ architecture/ config/ images/

2013-09-03 Thread markt
Modified: tomcat/trunk/webapps/docs/config/globalresources.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/globalresources.xml?rev=1519668&r1=1519667&r2=1519668&view=diff == --- tomcat/trunk/webapps/

buildbot success in ASF Buildbot on tomcat-6-trunk

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

[Bug 55478] Remove production warning from VirtualWebappLoader JavaDocs

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

svn commit: r1519665 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/VirtualWebappLoader.java

2013-09-03 Thread markt
Author: markt Date: Tue Sep 3 12:33:06 2013 New Revision: 1519665 URL: http://svn.apache.org/r1519665 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55478 Javadoc change therefore CTR Remove non-production warning. Comparing the code between 6.0p.x and 7.0.x did not identify any diff

svn commit: r1519660 - /tomcat/trunk/res/ide-support/netbeans/nb-tomcat-build.properties

2013-09-03 Thread markt
Author: markt Date: Tue Sep 3 12:16:40 2013 New Revision: 1519660 URL: http://svn.apache.org/r1519660 Log: Too quick - another file needed to be updated. Modified: tomcat/trunk/res/ide-support/netbeans/nb-tomcat-build.properties Modified: tomcat/trunk/res/ide-support/netbeans/nb-tomcat-buil

[Bug 55517] Resynch classpaths for netbeans support

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

[Bug 55517] Resynch classpaths for netbeans support

2013-09-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55517 --- Comment #2 from Brian Burch --- Created attachment 30796 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30796&action=edit svn diff of change to add test classpath for easymock -- You are receiving this mail because: You ar

svn commit: r1519659 - /tomcat/trunk/res/ide-support/netbeans/project.xml

2013-09-03 Thread markt
Author: markt Date: Tue Sep 3 12:14:09 2013 New Revision: 1519659 URL: http://svn.apache.org/r1519659 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55517 Resynch classpaths for netbeans support Patch provided by Brian Burch Modified: tomcat/trunk/res/ide-support/netbeans/projec

[Bug 55517] Resynch classpaths for netbeans support

2013-09-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55517 Brian Burch changed: What|Removed |Added Attachment #30794|0 |1 is obsolete|

[Bug 55517] New: Resynch classpaths for netbeans support

2013-09-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55517 Bug ID: 55517 Summary: Resynch classpaths for netbeans support Product: Tomcat 8 Version: trunk Hardware: PC OS: Linux Status: NEW Severity: minor

[Tomcat Wiki] Update of "SupportAndTraining" by GFUCyrusAG

2013-09-03 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "SupportAndTraining" page has been changed by GFUCyrusAG: https://wiki.apache.org/tomcat/SupportAndTraining?action=diff&rev1=41&rev2=42 !LearnComputer offers instructor-led onl

buildbot success in ASF Buildbot on tomcat-7-trunk

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

svn commit: r1519634 - in /tomcat/trunk/java/org/apache/coyote/ajp: AbstractAjpProcessor.java AjpAprProcessor.java AjpNioProcessor.java AjpProcessor.java

2013-09-03 Thread markt
Author: markt Date: Tue Sep 3 10:15:21 2013 New Revision: 1519634 URL: http://svn.apache.org/r1519634 Log: Pull up remaining actions and remove actionInternal() method that is no longer required. Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java tomcat/trunk/ja

svn commit: r1519632 - in /tomcat/trunk/java/org/apache/coyote/ajp: AjpAprProcessor.java AjpNioProcessor.java AjpProcessor.java

2013-09-03 Thread markt
Author: markt Date: Tue Sep 3 10:11:15 2013 New Revision: 1519632 URL: http://svn.apache.org/r1519632 Log: Use new processSocketAsync() method to align actionInternal code across all three AJP processors Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java tomcat/trunk

svn commit: r1519631 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AbstractEndpoint.java NioEndpoint.java

2013-09-03 Thread markt
Author: markt Date: Tue Sep 3 10:08:52 2013 New Revision: 1519631 URL: http://svn.apache.org/r1519631 Log: Correct visibility Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/trunk

svn commit: r1519629 - /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/TesterBug50640SslImpl.java

2013-09-03 Thread markt
Author: markt Date: Tue Sep 3 10:06:12 2013 New Revision: 1519629 URL: http://svn.apache.org/r1519629 Log: One more side-effect of making endpoints generic Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/TesterBug50640SslImpl.java Modified: tomcat/trunk/test/org/apache/tomcat/u

svn commit: r1519627 - in /tomcat/trunk/java/org/apache/coyote: ./ ajp/ http11/ spdy/

2013-09-03 Thread markt
Author: markt Date: Tue Sep 3 10:03:22 2013 New Revision: 1519627 URL: http://svn.apache.org/r1519627 Log: More side-effects from making endpoints generic Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java to

svn commit: r1519623 - in /tomcat/trunk/java/org/apache/tomcat/util/net: ./ jsse/

2013-09-03 Thread markt
Author: markt Date: Tue Sep 3 09:51:57 2013 New Revision: 1519623 URL: http://svn.apache.org/r1519623 Log: Create AbstractEndpoint.processSocketAsync() which will enable some further refactoring in the AJP processors. This requires adding generics to the endpoint so this patch also deals with th

svn commit: r1519622 - in /tomcat/tc7.0.x/trunk: java/org/apache/juli/JdkLoggerFormatter.java webapps/docs/changelog.xml

2013-09-03 Thread kfujino
Author: kfujino Date: Tue Sep 3 09:49:03 2013 New Revision: 1519622 URL: http://svn.apache.org/r1519622 Log: Correct several incorrect formats of JdkLoggerFormatter. -Remove duplicate spaces in front of log level. -Add a space between logger name and message. -use system property. Modified:

svn commit: r1519618 - /tomcat/trunk/java/org/apache/juli/JdkLoggerFormatter.java

2013-09-03 Thread kfujino
Author: kfujino Date: Tue Sep 3 09:42:12 2013 New Revision: 1519618 URL: http://svn.apache.org/r1519618 Log: Correct several incorrect formats of JdkLoggerFormatter. -Remove duplicate spaces in front of log level. -Add a space between logger name and message. -use system property. Modified:

[Bug 55500] AsyncListener.onTimeout is not called via AJP AjpNioProtocol connector

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

svn commit: r1519616 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ajp/ webapps/docs/

2013-09-03 Thread markt
Author: markt Date: Tue Sep 3 09:38:04 2013 New Revision: 1519616 URL: http://svn.apache.org/r1519616 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55500 Ensure async timeout is applied when using Servlet 3.0 async with the AJP NIO connector. Modified: tomcat/tc7.0.x/trunk/

svn commit: r1519611 - in /tomcat/trunk/java/org/apache/coyote/ajp: AbstractAjpProcessor.java AjpAprProcessor.java AjpNioProcessor.java AjpProcessor.java

2013-09-03 Thread markt
Author: markt Date: Tue Sep 3 09:24:08 2013 New Revision: 1519611 URL: http://svn.apache.org/r1519611 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55500 Ensure async timeout is applied when using Servlet 3.0 async with the AJP NIO connector. Modified: tomcat/trunk/java/org/ap

buildbot failure in ASF Buildbot on tomcat-trunk

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

[jira] [Commented] (MTOMCAT-235) War file is being uploaded twice - Cookie rejected

2013-09-03 Thread George Smith (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13756427#comment-13756427 ] George Smith commented on MTOMCAT-235: -- Hello Olivier, thanks for your hint, but co