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

2014-12-07 Thread violetagg
Author: violetagg Date: Mon Dec 8 07:44:28 2014 New Revision: 1643756 URL: http://svn.apache.org/r1643756 Log: Move change log to the correct section Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.

[Bug 57324] Change in Expect100Continue behaviour in Tomcat is breaking existing clients with "keepalive" connections

2014-12-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57324 Vamsi Krishna changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WONTFI

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

2014-12-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57261 --- Comment #7 from Konstantin Kolinko --- I ported /vminfo and /threaddump commands to Tomcat 7 (r1643750, r1643754). They will be in 7.0.58 onwards. -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1643754 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/Diagnostics.java

2014-12-07 Thread kkolinko
Author: kkolinko Date: Mon Dec 8 07:29:56 2014 New Revision: 1643754 URL: http://svn.apache.org/r1643754 Log: For http://issues.apache.org/bugzilla/show_bug.cgi?id=57261 Remove Diagnostics methods that are not used by Tomcat 7, reduce visibility. (Followup to r1643750) If you see any way to use

svn commit: r1643753 - /tomcat/tc8.0.x/trunk/java/org/apache/catalina/storeconfig/ManagerSF.java

2014-12-07 Thread kfujino
Author: kfujino Date: Mon Dec 8 07:25:43 2014 New Revision: 1643753 URL: http://svn.apache.org/r1643753 Log: Remove debug code. Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/storeconfig/ManagerSF.java Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/storeconfig/ManagerSF.j

svn commit: r1643752 - /tomcat/trunk/java/org/apache/catalina/storeconfig/ManagerSF.java

2014-12-07 Thread kfujino
Author: kfujino Date: Mon Dec 8 07:24:57 2014 New Revision: 1643752 URL: http://svn.apache.org/r1643752 Log: Remove debug code. Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/ManagerSF.java Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/ManagerSF.java URL: http://

svn commit: r1643750 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ant/ java/org/apache/catalina/manager/ java/org/apache/tomcat/util/ webapps/docs/

2014-12-07 Thread kkolinko
Author: kkolinko Date: Mon Dec 8 07:21:03 2014 New Revision: 1643750 URL: http://svn.apache.org/r1643750 Log: Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=57261 Backport Diagnostics class, /vminfo and /threaddump command in Manager application and their Ant tasks from Tomcat 8. Update d

[Bug 57324] Change in Expect100Continue behaviour in Tomcat is breaking existing clients with "keepalive" connections

2014-12-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57324 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Bug 57324] Change in Expect100Continue behaviour in Tomcat is breaking existing clients with "keepalive" connections

2014-12-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57324 Vamsi Krishna changed: What|Removed |Added CC||vkris...@novell.com -- You are re

[Bug 57324] New: Change in Expect100Continue behaviour in Tomcat is breaking existing clients with "keepalive" connections

2014-12-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57324 Bug ID: 57324 Summary: Change in Expect100Continue behaviour in Tomcat is breaking existing clients with "keepalive" connections Product: Tomcat 7 Version: 7.0.50 Har

svn commit: r1643742 - /tomcat/tc6.0.x/trunk/webapps/docs/manager-howto.xml

2014-12-07 Thread kkolinko
Author: kkolinko Date: Mon Dec 8 05:31:15 2014 New Revision: 1643742 URL: http://svn.apache.org/r1643742 Log: CTR: docs Reorder and add "sessions" task, aligning with antlib.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/manager-howto.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/manager

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

2014-12-07 Thread kkolinko
Author: kkolinko Date: Mon Dec 8 05:27:09 2014 New Revision: 1643741 URL: http://svn.apache.org/r1643741 Log: Add "sessions" command from antlib.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/manager-howto.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/manager-howto.xml URL: http://svn.a

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

2014-12-07 Thread kkolinko
Author: kkolinko Date: Mon Dec 8 05:26:03 2014 New Revision: 1643740 URL: http://svn.apache.org/r1643740 Log: Reorder, aligning with antlib.xml. Merged r1643738 from tomcat/tc8.0.x/trunk (r1643733 from tomcat/trunk). Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk

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

2014-12-07 Thread kkolinko
Author: kkolinko Date: Mon Dec 8 05:19:39 2014 New Revision: 1643739 URL: http://svn.apache.org/r1643739 Log: For https://issues.apache.org/bugzilla/show_bug.cgi?id=57261 List vminfo, threaddump and some other Ant tasks from antlib.xml Merged r1643734 from tomcat/trunk. Modified: tomcat/tc8

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

2014-12-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57261 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

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

2014-12-07 Thread kkolinko
Author: kkolinko Date: Mon Dec 8 05:18:12 2014 New Revision: 1643738 URL: http://svn.apache.org/r1643738 Log: Reorder, aligning with antlib.xml. Merged r1643733 from tomcat/trunk. Actually it might be better to document loading antlib.xml to declare the tasks, but that is out of my scope for n

svn commit: r1643737 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/manager/LocalStrings.properties java/org/apache/catalina/manager/ManagerServlet.java webapps/docs/changelog.xml webapps/doc

2014-12-07 Thread kkolinko
Author: kkolinko Date: Mon Dec 8 05:13:48 2014 New Revision: 1643737 URL: http://svn.apache.org/r1643737 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57261 Change /vminfo and /threaddump Manager commands to print an "OK -" line, thus aligning them with other commands. Document the

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

2014-12-07 Thread kkolinko
Author: kkolinko Date: Mon Dec 8 04:54:40 2014 New Revision: 1643734 URL: http://svn.apache.org/r1643734 Log: For https://issues.apache.org/bugzilla/show_bug.cgi?id=57261 List vminfo, threaddump and some other Ant tasks from antlib.xml Modified: tomcat/trunk/webapps/docs/manager-howto.xml M

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

2014-12-07 Thread kkolinko
Author: kkolinko Date: Mon Dec 8 04:49:10 2014 New Revision: 1643733 URL: http://svn.apache.org/r1643733 Log: Reorder, aligning with antlib.xml. Actually it might be better to document loading antlib.xml to declare the tasks, but that is out of my scope for now. Modified: tomcat/trunk/weba

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

2014-12-07 Thread kkolinko
Author: kkolinko Date: Mon Dec 8 04:40:34 2014 New Revision: 1643731 URL: http://svn.apache.org/r1643731 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57261 Change /vminfo and /threaddump Manager commands to print an "OK -" line, thus aligning them with other commands. Document the

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-bio (in module tomcat-7.0.x) failed

2014-12-07 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-test-bio has an issue affecting its community integration.

svn commit: r1643709 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/startup/ContextConfig.java

2014-12-07 Thread violetagg
Author: violetagg Date: Sun Dec 7 18:59:09 2014 New Revision: 1643709 URL: http://svn.apache.org/r1643709 Log: Merged revision 1643675 from tomcat/trunk: It is not necessary to handle MalformedURLException separately as it extends IOException. Modified: tomcat/tc8.0.x/trunk/ (props change

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

2014-12-07 Thread violetagg
Author: violetagg Date: Sun Dec 7 18:22:33 2014 New Revision: 1643707 URL: http://svn.apache.org/r1643707 Log: Update changelog Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0

[Bug 57284] When in async mode and calling it from another thread, chain.doFilter() throws NPE

2014-12-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57284 --- Comment #5 from ftud...@libero.it --- Yes, indeed Im trying to call from a different thread. My apologies for not having checked the spec and for having instead just assumed it should work; my reasoning is that it can be very useful to

Re: Test Classes Not Found

2014-12-07 Thread Ameer Mawia
On Sun, Dec 7, 2014 at 6:12 PM, Emerson Mello wrote: > serious? send a messages to dev@tomcat.apache.org > > > Date: Fri, 28 Nov 2014 12:20:00 +0200 > > Subject: Test Classes Not Found > > From: ahmedhosni...@gmail.com > > To: dev@tomcat.apache.org > > > > I have build tomcat from source on trun

[GitHub] tomcat-maven-plugin pull request: Adds support for a custom war fi...

2014-12-07 Thread alex3305
Github user alex3305 closed the pull request at: https://github.com/apache/tomcat-maven-plugin/pull/11 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the f

svn commit: r1643675 - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

2014-12-07 Thread violetagg
Author: violetagg Date: Sun Dec 7 13:12:32 2014 New Revision: 1643675 URL: http://svn.apache.org/r1643675 Log: It is not necessary to handle MalformedURLException separately as it extends IOException. Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java Modified: tomc

RE: Test Classes Not Found

2014-12-07 Thread Emerson Mello
serious? send a messages to dev@tomcat.apache.org > Date: Fri, 28 Nov 2014 12:20:00 +0200 > Subject: Test Classes Not Found > From: ahmedhosni...@gmail.com > To: dev@tomcat.apache.org > > I have build tomcat from source on trunk branch ,build is successful but > when I run Junit Test it throws