svn commit: r1498808 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

2013-07-02 Thread violetagg
Author: violetagg Date: Tue Jul 2 07:15:30 2013 New Revision: 1498808 URL: http://svn.apache.org/r1498808 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55180 Correctly handle infinite soTimeout when disableUploadTimeout is set to false. Patch provided by Roger Wang. Modified:

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

2013-07-02 Thread violetagg
Author: violetagg Date: Tue Jul 2 07:30:18 2013 New Revision: 1498811 URL: http://svn.apache.org/r1498811 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55180 Merged revision 1498808 from tomcat/trunk: Correctly handle infinite soTimeout when disableUploadTimeout is set to false.

[Bug 55180] connectionTimeout=-1 causes timeout can't be negative

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55180 Violeta Georgieva violet...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn propchange: r1498808 - svn:log

2013-07-02 Thread violetagg
Author: violetagg Revision: 1498808 Modified property: svn:log Modified: svn:log at Tue Jul 2 07:43:14 2013 -- --- svn:log (original) +++ svn:log Tue Jul 2 07:43:14 2013 @@ -1,3 +1,3 @@ Fix

svn propchange: r1498811 - svn:log

2013-07-02 Thread violetagg
Author: violetagg Revision: 1498811 Modified property: svn:log Modified: svn:log at Tue Jul 2 07:43:53 2013 -- --- svn:log (original) +++ svn:log Tue Jul 2 07:43:53 2013 @@ -1,4 +1,4 @@ Fix

svn commit: r1498814 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2013-07-02 Thread markt
Author: markt Date: Tue Jul 2 07:47:08 2013 New Revision: 1498814 URL: http://svn.apache.org/r1498814 Log: Correct changelog Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r1498816 - in /tomcat/tags/TOMCAT_7_0_42: ./ build.properties.default

2013-07-02 Thread markt
Author: markt Date: Tue Jul 2 07:53:39 2013 New Revision: 1498816 URL: http://svn.apache.org/r1498816 Log: Tag 7.0.42 Added: tomcat/tags/TOMCAT_7_0_42/ (props changed) - copied from r1498814, tomcat/tc7.0.x/trunk/ Modified: tomcat/tags/TOMCAT_7_0_42/build.properties.default

svn commit: r1498817 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_42: ./ build.properties.default

2013-07-02 Thread markt
Author: markt Date: Tue Jul 2 07:54:21 2013 New Revision: 1498817 URL: http://svn.apache.org/r1498817 Log: Tag 7.0.42 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_42/ (props changed) - copied from r1498814, tomcat/tc7.0.x/trunk/ Modified:

svn commit: r1498818 - /tomcat/tags/TOMCAT_7_0_42/

2013-07-02 Thread markt
Author: markt Date: Tue Jul 2 07:54:44 2013 New Revision: 1498818 URL: http://svn.apache.org/r1498818 Log: Saved tag in wrong place Removed: tomcat/tags/TOMCAT_7_0_42/ - To unsubscribe, e-mail:

[Bug 55181] New: Ping and Pong messages should have identical application data

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55181 Bug ID: 55181 Summary: Ping and Pong messages should have identical application data Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW

[Bug 55181] Ping and Pong messages should have identical application data

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55181 Niki Dokovski nick...@gmail.com changed: What|Removed |Added Attachment #30520|0 |1 is

svn commit: r1498820 - in /tomcat/trunk/java/org/apache/catalina/tribes/tipis: AbstractReplicatedMap.java LazyReplicatedMap.java ReplicatedMap.java

2013-07-02 Thread kfujino
Author: kfujino Date: Tue Jul 2 08:11:52 2013 New Revision: 1498820 URL: http://svn.apache.org/r1498820 Log: Ensure the application will start even if replication map fails to start. Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

svn commit: r1498822 - /tomcat/trunk/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java

2013-07-02 Thread kfujino
Author: kfujino Date: Tue Jul 2 08:16:18 2013 New Revision: 1498822 URL: http://svn.apache.org/r1498822 Log: Fix indent. Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java

svn commit: r1498826 - /tomcat/trunk/java/org/apache/catalina/ha/session/BackupManager.java

2013-07-02 Thread kfujino
Author: kfujino Date: Tue Jul 2 08:23:26 2013 New Revision: 1498826 URL: http://svn.apache.org/r1498826 Log: Add new attribute terminateOnStartFailure. Modified: tomcat/trunk/java/org/apache/catalina/ha/session/BackupManager.java Modified:

svn commit: r1498827 - in /tomcat/trunk: java/org/apache/tomcat/websocket/WsPongMessage.java test/org/apache/tomcat/websocket/TestWsPingPongMessages.java

2013-07-02 Thread markt
Author: markt Date: Tue Jul 2 08:26:28 2013 New Revision: 1498827 URL: http://svn.apache.org/r1498827 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55181 Protect against clients that ignore the limit of the byte buffer Added:

[Bug 55181] Ping and Pong messages should have identical application data

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55181 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1498828 - /tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml

2013-07-02 Thread kfujino
Author: kfujino Date: Tue Jul 2 08:29:49 2013 New Revision: 1498828 URL: http://svn.apache.org/r1498828 Log: Expose terminateOnStartFailure via JMX. Modified: tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml Modified:

svn commit: r1498835 - /tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2013-07-02 Thread kfujino
Author: kfujino Date: Tue Jul 2 08:39:02 2013 New Revision: 1498835 URL: http://svn.apache.org/r1498835 Log: Make sure that terminate replication map. Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java Modified:

svn commit: r1498843 - /tomcat/trunk/webapps/docs/config/cluster-manager.xml

2013-07-02 Thread kfujino
Author: kfujino Date: Tue Jul 2 08:51:59 2013 New Revision: 1498843 URL: http://svn.apache.org/r1498843 Log: Add document of terminateOnStartFailure. Modified: tomcat/trunk/webapps/docs/config/cluster-manager.xml Modified: tomcat/trunk/webapps/docs/config/cluster-manager.xml URL:

[VOTE] Release Apache Tomcat 7.0.42

2013-07-02 Thread Mark Thomas
The proposed Apache Tomcat 7.0.42 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.42/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-098/ The svn tag is:

svn commit: r1498853 - /tomcat/trunk/test/webapp/WEB-INF/web.xml

2013-07-02 Thread markt
Author: markt Date: Tue Jul 2 09:35:07 2013 New Revision: 1498853 URL: http://svn.apache.org/r1498853 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55162 Fix namespace Patch provided by Jeremy Boynes Modified: tomcat/trunk/test/webapp/WEB-INF/web.xml Modified:

[Bug 55162] Incorrect namespace URI test webapp

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55162 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1498855 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/session/ java/org/apache/catalina/tribes/tipis/ webapps/docs/ webapps/docs/config/

2013-07-02 Thread kfujino
Author: kfujino Date: Tue Jul 2 09:37:08 2013 New Revision: 1498855 URL: http://svn.apache.org/r1498855 Log: Add new attribute terminateOnStartFailure in BackupManaber. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/BackupManager.java

svn commit: r1498856 - /tomcat/trunk/webapps/docs/changelog.xml

2013-07-02 Thread markt
Author: markt Date: Tue Jul 2 09:38:31 2013 New Revision: 1498856 URL: http://svn.apache.org/r1498856 Log: Update Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

svn commit: r1498857 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java

2013-07-02 Thread markt
Author: markt Date: Tue Jul 2 09:40:26 2013 New Revision: 1498857 URL: http://svn.apache.org/r1498857 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55165 Ensure sub-protocols are processed for annotated endpoint. Patch provided by Niki Dokovski. Modified:

[Bug 55165] subprotocols not available with annotated serverendpoint

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55165 Mark Thomas ma...@apache.org changed: What|Removed |Added Resolution|--- |FIXED

[Bug 55166] schemaLocation references between servlet and jsp XSDs are invalid

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166 --- Comment #4 from Mark Thomas ma...@apache.org --- Do you still see the issue if both the servlet-api.jar and jsp-api.jar are available on the class path? I'd expect the answer to be no since the TCK tests run with validation enabled for

[Bug 55166] schemaLocation references between servlet and jsp XSDs are invalid

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|NEEDINFO -- You

svn commit: r1498868 - /tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java

2013-07-02 Thread markt
Author: markt Date: Tue Jul 2 10:21:53 2013 New Revision: 1498868 URL: http://svn.apache.org/r1498868 Log: Line length Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java Modified:

[jira] [Commented] (MTOMCAT-127) tomcat:run - Configuring Logging with JULI

2013-07-02 Thread Pablo Karlsson (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13697690#comment-13697690 ] Pablo Karlsson commented on MTOMCAT-127: I have the same problem. It would nice

[jira] [Commented] (MTOMCAT-127) tomcat:run - Configuring Logging with JULI

2013-07-02 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13697693#comment-13697693 ] Olivier Lamy (*$^¨%`£) commented on MTOMCAT-127: do you have any sample

[Bug 55171] [jsr 356] All server threads become blocked after some websocket testing

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55171 Mark Thomas ma...@apache.org changed: What|Removed |Added OS||All --- Comment #1

svn commit: r1498896 - in /tomcat/trunk/java/org/apache/coyote: AbstractProtocol.java http11/upgrade/AbstractProcessor.java

2013-07-02 Thread markt
Author: markt Date: Tue Jul 2 12:02:25 2013 New Revision: 1498896 URL: http://svn.apache.org/r1498896 Log: Upgraded connections need to be marked as upgraded earlier so any poller events triggered are passed to the upgrade processor. The call to WebConnection.init() needs to occur after the

[Bug 55183] New: Missing WS Protocol Header in session negotiatedHeaders

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55183 Bug ID: 55183 Summary: Missing WS Protocol Header in session negotiatedHeaders Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW

[Bug 55183] Missing WS Protocol Header in session negotiatedHeaders

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55183 Niki Dokovski nick...@gmail.com changed: What|Removed |Added Attachment #30524|0 |1 is

svn commit: r1498903 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/AbstractServletOutputStream.java

2013-07-02 Thread markt
Author: markt Date: Tue Jul 2 12:27:39 2013 New Revision: 1498903 URL: http://svn.apache.org/r1498903 Log: Fix comment typo Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/AbstractServletOutputStream.java Modified:

[Bug 55184] New: NPE in PojoMethodMapping getMessageHandler

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55184 Bug ID: 55184 Summary: NPE in PojoMethodMapping getMessageHandler Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW Severity: normal Priority: P2

svn commit: r1498920 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java

2013-07-02 Thread markt
Author: markt Date: Tue Jul 2 13:20:59 2013 New Revision: 1498920 URL: http://svn.apache.org/r1498920 Log: Refactor Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java Modified:

svn commit: r1498924 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java

2013-07-02 Thread markt
Author: markt Date: Tue Jul 2 13:23:05 2013 New Revision: 1498924 URL: http://svn.apache.org/r1498924 Log: More refactoring Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java Modified:

svn commit: r1498929 - in /tomcat/trunk/java/org/apache: coyote/http11/upgrade/ tomcat/websocket/ tomcat/websocket/server/

2013-07-02 Thread markt
Author: markt Date: Tue Jul 2 13:27:46 2013 New Revision: 1498929 URL: http://svn.apache.org/r1498929 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55171 If the client closed the connection, the write of any remainign data in the buffer in AbstractServletOutputStream would fail

Re: [VOTE] Release Apache Tomcat 7.0.42

2013-07-02 Thread Henri Gomez
Works for me on some internal applications including Jenkins 1.520. [X] Stable - go ahead and release as 7.0.42 Stable 2013/7/2 Mark Thomas ma...@apache.org The proposed Apache Tomcat 7.0.42 release is now available for voting. It can be obtained from:

Re: [VOTE] Release Apache Tomcat 7.0.42

2013-07-02 Thread Yoav Shapira
On Tue, Jul 2, 2013 at 5:18 AM, Mark Thomas ma...@apache.org wrote: The proposed Apache Tomcat 7.0.42 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.42/ The Maven staging repo is:

[Bug 55171] [jsr 356] All server threads become blocked after some websocket testing

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55171 --- Comment #3 from Stoyan Boshev s.bos...@gmail.com --- I have found a way to reproduce this issue reliably with my tests. I will test the fixes and will provide feedback tomorrow. -- You are receiving this mail because: You are the

[Bug 55170] [websocket][jsr 356]Thread falls in endless cycle when connection is reset

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55170 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |NEEDINFO

svn commit: r1498994 - in /tomcat/trunk: java/org/apache/tomcat/websocket/Constants.java java/org/apache/tomcat/websocket/WsWebSocketContainer.java test/org/apache/tomcat/websocket/TestWsSubprotocols.

2013-07-02 Thread markt
Author: markt Date: Tue Jul 2 16:13:13 2013 New Revision: 1498994 URL: http://svn.apache.org/r1498994 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55183 Header names are case insensitive Based on a patch by Niki Dokovski. Added:

[Bug 55183] Missing WS Protocol Header in session negotiatedHeaders

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55183 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: [taglibs] Site plans

2013-07-02 Thread Henri Yandell
On Mon, Jul 1, 2013 at 3:04 AM, Olivier Lamy ol...@apache.org wrote: Apologize for delayed response. 2013/6/26 Jeremy Boynes jboy...@apache.org: On Jun 25, 2013, at 7:54 AM, Henri Yandell flame...@gmail.com wrote: Help much appreciated - but do we want all the content of all the modules

svn commit: r1499011 - /tomcat/trunk/java/org/apache/tomcat/websocket/pojo/PojoMethodMapping.java

2013-07-02 Thread markt
Author: markt Date: Tue Jul 2 16:45:16 2013 New Revision: 1499011 URL: http://svn.apache.org/r1499011 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55184 Avoid NPE. Patch provided by Niki Dokovski. Modified:

[Bug 55184] NPE in PojoMethodMapping getMessageHandler

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55184 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 46263] Tomcat reloading of context.xml does not update docBase

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46263 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: [VOTE] Release Apache Tomcat 7.0.42

2013-07-02 Thread Violeta Georgieva
2013/7/2 Mark Thomas wrote: The proposed Apache Tomcat 7.0.42 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.42/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-098/ The

svn commit: r1499058 - /tomcat/trunk/java/javax/el/BeanNameELResolver.java

2013-07-02 Thread markt
Author: markt Date: Tue Jul 2 18:52:15 2013 New Revision: 1499058 URL: http://svn.apache.org/r1499058 Log: EL 3.0 New bean name resolver Added: tomcat/trunk/java/javax/el/BeanNameELResolver.java (with props) Added: tomcat/trunk/java/javax/el/BeanNameELResolver.java URL:

svn commit: r1499062 - in /tomcat/trunk/java/javax/el: BeanNameELResolver.java BeanNameResolver.java

2013-07-02 Thread markt
Author: markt Date: Tue Jul 2 18:56:53 2013 New Revision: 1499062 URL: http://svn.apache.org/r1499062 Log: @since markers for new EL classes Modified: tomcat/trunk/java/javax/el/BeanNameELResolver.java tomcat/trunk/java/javax/el/BeanNameResolver.java Modified:

Re: [VOTE] Release Apache Tomcat 7.0.42

2013-07-02 Thread Rainer Jung
On 02.07.2013 11:18, Mark Thomas wrote: The proposed Apache Tomcat 7.0.42 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.42/ The Maven staging repo is:

[Bug 55180] connectionTimeout=-1 causes timeout can't be negative

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55180 --- Comment #3 from Roger Wang jmwmj...@163.com --- excuse me, I think the second problem is different from the bug 55160. because when connectionTimeout=0 disableUploadTimeout=true. it will always throw socketTimeoutException if read ==0

[Bug 55186] New: useIPVHosts=true , incorrect to get Request.localName

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55186 Bug ID: 55186 Summary: useIPVHosts=true , incorrect to get Request.localName Product: Tomcat 7 Version: 7.0.30 Hardware: PC OS: All Status: NEW

[Bug 55166] schemaLocation references between servlet and jsp XSDs are invalid

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166 --- Comment #5 from Jeremy Boynes jboy...@apache.org --- Created attachment 30526 -- https://issues.apache.org/bugzilla/attachment.cgi?id=30526action=edit full output from test run I was seeing the problem with xjc running against the

[Bug 55166] schemaLocation references between servlet and jsp XSDs are invalid

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166 Jeremy Boynes jboy...@apache.org changed: What|Removed |Added Attachment #30508|0 |1 is

Re: [taglibs] Site plans

2013-07-02 Thread Jeremy Boynes
On Jul 2, 2013, at 9:41 AM, Henri Yandell flame...@gmail.com wrote: I wouldn't expect to deploy the site from tags - a site is a live/current thing. The core site is a live/current thing, but there is also the documentation/reports etc. that would be associated with a specific tag. IOW, the

[Bug 55166] schemaLocation references between servlet and jsp XSDs are invalid

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166 Jeremy Boynes jboy...@apache.org changed: What|Removed |Added Attachment #30527|0 |1 is

[Bug 55180] connectionTimeout=-1 causes timeout can't be negative

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55180 --- Comment #4 from Violeta Georgieva violet...@apache.org --- (In reply to Roger Wang from comment #3) excuse me, I think the second problem is different from the bug 55160. because when connectionTimeout=0 disableUploadTimeout=true. it