[Bug 57255] websocket sendMessage timeout

2014-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57255 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 57256] New: Stackoverflow

2014-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57256 Bug ID: 57256 Summary: Stackoverflow Product: Tomcat 7 Version: 7.0.42 Hardware: PC Status: NEW Severity: major Priority: P2 Component: Servlet

FW: JSR 236 with tomcat 8

2014-11-25 Thread shailendra singh
After posting my question to Tomcat users mailing list I realized that I should have posted my question to this mailing list. Hence this email. Some of the information is already mentioned in my previous email which I sent to Tomcat users mailing list. Basically I am trying to figure out what

Re: FW: JSR 236 with tomcat 8

2014-11-25 Thread Jean-Louis MONTEIRO
Hi, works out of the box in TomEE. JLouis Le Tue Nov 25 2014 at 11:55:42, shailendra singh shailendra...@outlook.com a écrit : After posting my question to Tomcat users mailing list I realized that I should have posted my question to this mailing list. Hence this email. Some of the

Re: FW: JSR 236 with tomcat 8

2014-11-25 Thread Romain Manni-Bucau
Hi Tomcat doesn't prevent you to use threads so you can use whatever you want like ExecutorServices etc... Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-11-25 11:57 GMT+01:00 Jean-Louis MONTEIRO

tomcat7 weird behaviour

2014-11-25 Thread Métairie , Stéphane
Hi all We have a tomcat7 standalone in Redhat6. Sometime the Tomcat7 suddenly stop to reply to all requests, but all server parameters are ok (cpu, memory, disk, ... all are ok). There is no error inside the logs. No exception, nothing. The http-thread do not reply anymore, because the pool

[Bug 57256] Stackoverflow

2014-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57256 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: tomcat7 weird behaviour

2014-11-25 Thread Mark Thomas
On 25/11/2014 11:11, Métairie, Stéphane wrote: Hi all We have a tomcat7 standalone in Redhat6. Sometime the Tomcat7 suddenly stop to reply to all requests, but all server parameters are ok (cpu, memory, disk, ... all are ok). There is no error inside the logs. No exception, nothing.

Re: FW: JSR 236 with tomcat 8

2014-11-25 Thread Mark Thomas
On 25/11/2014 10:54, shailendra singh wrote: After posting my question to Tomcat users mailing list I realized that I should have posted my question to this mailing list. Hence this email. Nope. This belongs on the users list, not the dev list. Mark Some of the information is already

[Bug 57256] Stackoverflow

2014-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57256 --- Comment #2 from Milind m.gaw...@maxxton.com --- (In reply to Mark Thomas from comment #1) You (or the application you are using) has created a wrapper that wraps itself. Thanks Mark for the update, but can be add some more

[Bug 57234] Use case-insensitive substring search when filtering SSLv2/v3 protocols in connectors

2014-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57234 --- Comment #4 from Konstantin Kolinko knst.koli...@gmail.com --- Created attachment 32226 -- https://issues.apache.org/bugzilla/attachment.cgi?id=32226action=edit 2014-11-25_tc6_57234_v1.patch Patch for Tomcat 6. Backport of r1641377 +

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

2014-11-25 Thread kkolinko
Author: kkolinko Date: Tue Nov 25 13:12:59 2014 New Revision: 1641615 URL: http://svn.apache.org/r1641615 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

[Bug 57260] EOF Exception is thrown while parsing annotations from struts-1.2.9.jar

2014-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57260 Florian Schäfer florian.schaefer.ext...@asideas.de changed: What|Removed |Added CC|

[Bug 57260] New: EOF Exception is thrown while parsing annotations from struts-1.2.9.jar

2014-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57260 Bug ID: 57260 Summary: EOF Exception is thrown while parsing annotations from struts-1.2.9.jar Product: Tomcat 8 Version: 8.0.15 Hardware: PC OS:

[Bug 57260] EOF Exception is thrown while parsing annotations from struts-1.2.9.jar

2014-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57260 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 57173] EOFException during annotation scanning

2014-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57173 Mark Thomas ma...@apache.org changed: What|Removed |Added CC|

[Bug 57173] EOFException during annotation scanning

2014-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57173 --- Comment #15 from Mark Thomas ma...@apache.org --- We are seeing lots of these regressions. I am going to revert r1625504. -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1641634 - in /tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile: ClassParser.java FastDataInputStream.java

2014-11-25 Thread markt
Author: markt Date: Tue Nov 25 15:35:39 2014 New Revision: 1641634 URL: http://svn.apache.org/r1641634 Log: Revert r1625504, the fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=56953 and an attempt to enhance performance of annotation scanning. The FastDataInputStream class was

svn commit: r1641638 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/bcel/ java/org/apache/tomcat/util/bcel/classfile/ClassParser.java webapps/docs/changelog.xml

2014-11-25 Thread markt
Author: markt Date: Tue Nov 25 15:41:18 2014 New Revision: 1641638 URL: http://svn.apache.org/r1641638 Log: Revert r1625504, the fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=56953 and an attempt to enhance performance of annotation scanning. The FastDataInputStream class was

svn commit: r1641641 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/bcel/ java/org/apache/tomcat/util/bcel/classfile/ClassParser.java webapps/docs/changelog.xml

2014-11-25 Thread markt
Author: markt Date: Tue Nov 25 15:45:58 2014 New Revision: 1641641 URL: http://svn.apache.org/r1641641 Log: Revert r1625559, the fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=56953 and an attempt to enhance performance of annotation scanning. The FastDataInputStream class was

[Bug 56953] A improvement for DataInputStream

2014-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56953 Mark Thomas ma...@apache.org changed: What|Removed |Added Resolution|FIXED |WONTFIX --- Comment

[Bug 57173] EOFException during annotation scanning

2014-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57173 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 57173] EOFException during annotation scanning

2014-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57173 --- Comment #17 from Florian Schäfer florian.schaefer.ext...@asideas.de --- Thanks for the fast response! -- You are receiving this mail because: You are the assignee for the bug.

buildbot success in ASF Buildbot on tomcat-7-trunk

2014-11-25 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/402 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1641651 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/Context.java java/org/apache/catalina/core/StandardContext.java webapps/docs/changelog.xml

2014-11-25 Thread kkolinko
Author: kkolinko Date: Tue Nov 25 16:46:00 2014 New Revision: 1641651 URL: http://svn.apache.org/r1641651 Log: Correct changelog typo. Also merged r1641486 from tomcat/trunk: A handful of Java 8 Javadoc clean-ups (The StandardContext.getApplicationEventListeners(),

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

2014-11-25 Thread kkolinko
Author: kkolinko Date: Tue Nov 25 16:47:55 2014 New Revision: 1641653 URL: http://svn.apache.org/r1641653 Log: Correct changelog typo. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r1641656 - /tomcat/trunk/webapps/docs/manager-howto.xml

2014-11-25 Thread kkolinko
Author: kkolinko Date: Tue Nov 25 17:28:40 2014 New Revision: 1641656 URL: http://svn.apache.org/r1641656 Log: Correction: The default configuration uses UserDatabaseRealm, not MemoryRealm. Add DataSourceRealm. Modified: tomcat/trunk/webapps/docs/manager-howto.xml Modified:

svn commit: r1641660 - /tomcat/trunk/webapps/docs/manager-howto.xml

2014-11-25 Thread kkolinko
Author: kkolinko Date: Tue Nov 25 18:00:52 2014 New Revision: 1641660 URL: http://svn.apache.org/r1641660 Log: Add section on HTML interface with a link to a document. Correct URL. Modified: tomcat/trunk/webapps/docs/manager-howto.xml Modified: tomcat/trunk/webapps/docs/manager-howto.xml

[Bug 43742] .tag compiles performed one at a time -- extremely slow

2014-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43742 Andrew Lane Carr andrewlanec...@gmail.com changed: What|Removed |Added CC|

svn commit: r1641692 - /tomcat/trunk/webapps/docs/manager-howto.xml

2014-11-25 Thread kkolinko
Author: kkolinko Date: Tue Nov 25 20:48:54 2014 New Revision: 1641692 URL: http://svn.apache.org/r1641692 Log: Expand explanation on CSRF feature. Modified: tomcat/trunk/webapps/docs/manager-howto.xml Modified: tomcat/trunk/webapps/docs/manager-howto.xml URL:

svn commit: r1641704 - /tomcat/trunk/webapps/docs/manager-howto.xml

2014-11-25 Thread kkolinko
Author: kkolinko Date: Tue Nov 25 21:34:57 2014 New Revision: 1641704 URL: http://svn.apache.org/r1641704 Log: Swap Using JMXProxy and Ant sections. No change in the text of the sections themselves. Modified: tomcat/trunk/webapps/docs/manager-howto.xml Modified:

svn commit: r1641707 - /tomcat/trunk/webapps/docs/manager-howto.xml

2014-11-25 Thread kkolinko
Author: kkolinko Date: Tue Nov 25 21:52:16 2014 New Revision: 1641707 URL: http://svn.apache.org/r1641707 Log: Wrap parameters that are common to all commands into a Common Parameters subsection, so that they are listed in TOC. Modified: tomcat/trunk/webapps/docs/manager-howto.xml

[Bug 57261] New: Align /vminfo and /threaddump with other Manager commands and document them

2014-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57261 Bug ID: 57261 Summary: Align /vminfo and /threaddump with other Manager commands and document them Product: Tomcat 8 Version: 8.0.15 Hardware: PC Status:

svn commit: r1641718 - in /tomcat/trunk/webapps/docs: html-manager-howto.xml manager-howto.xml

2014-11-25 Thread kkolinko
Author: kkolinko Date: Tue Nov 25 22:47:31 2014 New Revision: 1641718 URL: http://svn.apache.org/r1641718 Log: Arrange description of variants of Deploy command as subsections, so that have a bigger header (h5-h4) and are listed in TOC. Modified:

svn commit: r1641720 - in /tomcat/trunk: java/org/apache/catalina/manager/ManagerServlet.java webapps/docs/manager-howto.xml

2014-11-25 Thread kkolinko
Author: kkolinko Date: Tue Nov 25 23:00:20 2014 New Revision: 1641720 URL: http://svn.apache.org/r1641720 Log: Add /sslConnectorCiphers to the list of commands in ManagerServlet javadoc. Modified: tomcat/trunk/java/org/apache/catalina/manager/ManagerServlet.java

svn commit: r1641721 - /tomcat/trunk/webapps/docs/manager-howto.xml

2014-11-25 Thread kkolinko
Author: kkolinko Date: Tue Nov 25 23:27:50 2014 New Revision: 1641721 URL: http://svn.apache.org/r1641721 Log: Document /expire command. Modified: tomcat/trunk/webapps/docs/manager-howto.xml Modified: tomcat/trunk/webapps/docs/manager-howto.xml URL:

svn commit: r1641722 - /tomcat/trunk/webapps/docs/manager-howto.xml

2014-11-25 Thread kkolinko
Author: kkolinko Date: Tue Nov 25 23:48:30 2014 New Revision: 1641722 URL: http://svn.apache.org/r1641722 Log: Document the Server Status page. Modified: tomcat/trunk/webapps/docs/manager-howto.xml Modified: tomcat/trunk/webapps/docs/manager-howto.xml URL:

svn commit: r1641723 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/manager-howto.xml

2014-11-25 Thread kkolinko
Author: kkolinko Date: Tue Nov 25 23:55:14 2014 New Revision: 1641723 URL: http://svn.apache.org/r1641723 Log: Improve documentation of the Manager application: Merged revisions 1641656-1641692 from tomcat/trunk: r1641656: Correction: The default configuration uses UserDatabaseRealm, not

svn commit: r1641725 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/manager-howto.xml

2014-11-25 Thread kkolinko
Author: kkolinko Date: Tue Nov 25 23:57:08 2014 New Revision: 1641725 URL: http://svn.apache.org/r1641725 Log: Improve documentation of the Manager application: Merged r1641704 from tomcat/trunk: Swap Using JMXProxy and Ant sections. No change in the text of the sections themselves. Modified:

svn commit: r1641726 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/html-manager-howto.xml webapps/docs/manager-howto.xml

2014-11-25 Thread kkolinko
Author: kkolinko Date: Tue Nov 25 23:59:49 2014 New Revision: 1641726 URL: http://svn.apache.org/r1641726 Log: Improve documentation of the Manager application: Merged revisions 1641707-1641718 from tomcat/trunk: r1641707: Wrap parameters that are common to all commands into a Common Parameters

svn commit: r1641728 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/manager/ManagerServlet.java webapps/docs/manager-howto.xml

2014-11-25 Thread kkolinko
Author: kkolinko Date: Wed Nov 26 00:01:36 2014 New Revision: 1641728 URL: http://svn.apache.org/r1641728 Log: Add /sslConnectorCiphers to the list of commands in ManagerServlet javadoc. Merged r1641720 from tomcat/trunk. Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1641729 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/manager-howto.xml

2014-11-25 Thread kkolinko
Author: kkolinko Date: Wed Nov 26 00:03:09 2014 New Revision: 1641729 URL: http://svn.apache.org/r1641729 Log: Document /expire command. Merged r1641721 from tomcat/trunk. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/manager-howto.xml Propchange:

svn commit: r1641730 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/manager-howto.xml

2014-11-25 Thread kkolinko
Author: kkolinko Date: Wed Nov 26 00:04:18 2014 New Revision: 1641730 URL: http://svn.apache.org/r1641730 Log: Document the Server Status page. Merged r1641722 from tomcat/trunk. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/manager-howto.xml

svn commit: r1641732 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2014-11-25 Thread kkolinko
Author: kkolinko Date: Wed Nov 26 00:11:14 2014 New Revision: 1641732 URL: http://svn.apache.org/r1641732 Log: Update changelog. Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r1641734 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/manager-howto.xml

2014-11-25 Thread kkolinko
Author: kkolinko Date: Wed Nov 26 00:19:50 2014 New Revision: 1641734 URL: http://svn.apache.org/r1641734 Log: Improve documentation of the Manager application: - Correction: The default configuration uses UserDatabaseRealm, not MemoryRealm. Add DataSourceRealm. - Add section on HTML interface

svn commit: r1641735 - /tomcat/trunk/webapps/docs/manager-howto.xml

2014-11-25 Thread kkolinko
Author: kkolinko Date: Wed Nov 26 00:29:42 2014 New Revision: 1641735 URL: http://svn.apache.org/r1641735 Log: Correct typos Modified: tomcat/trunk/webapps/docs/manager-howto.xml Modified: tomcat/trunk/webapps/docs/manager-howto.xml URL:

svn commit: r1641736 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/manager-howto.xml

2014-11-25 Thread kkolinko
Author: kkolinko Date: Wed Nov 26 00:31:37 2014 New Revision: 1641736 URL: http://svn.apache.org/r1641736 Log: Correct typos Merged r1641735 from tomcat/trunk. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/manager-howto.xml Propchange:

svn commit: r1641737 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/manager-howto.xml

2014-11-25 Thread kkolinko
Author: kkolinko Date: Wed Nov 26 00:33:15 2014 New Revision: 1641737 URL: http://svn.apache.org/r1641737 Log: Correct typos Merged r1641736 from tomcat/tc8.0.x/trunk. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/manager-howto.xml Propchange:

Re: svn commit: r1641363 - in /tomcat/trunk: ./ conf/ java/org/apache/catalina/tribes/transport/nio/ java/org/apache/jasper/ java/org/apache/jasper/compiler/ java/org/apache/jasper/resources/ java/org

2014-11-25 Thread Konstantin Kolinko
2014-11-24 14:19 GMT+03:00 ma...@apache.org: Author: markt Date: Mon Nov 24 11:19:41 2014 New Revision: 1641363 URL: http://svn.apache.org/r1641363 Log: More changes for Java 8 as the minimum version Modified: tomcat/trunk/build.xml tomcat/trunk/conf/web.xml

buildbot success in ASF Buildbot on tomcat-8-trunk

2014-11-25 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/34 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: The