DO NOT REPLY [Bug 52055] New: ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2011-10-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 Bug #: 52055 Summary: ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request Product: Tomcat 7 Version: 7.0.22 Platform: Macintosh Statu

[Tomcat Wiki] Update of "LocalBadContent" by ChuckCaldarale

2011-10-18 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "LocalBadContent" page has been changed by ChuckCaldarale: http://wiki.apache.org/tomcat/LocalBadContent?action=diff&rev1=33&rev2=34 paisidesign\.com payrollservicesaustralia\.c

DO NOT REPLY [Bug 52051] NullPointerException when Jasper tries to compile a directory

2011-10-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52051 Christopher Schultz changed: What|Removed |Added Component|Jasper |Jasper Version|6.

DO NOT REPLY [Bug 52051] New: NullPointerException when Jasper tries to compile a directory

2011-10-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52051 Bug #: 52051 Summary: NullPointerException when Jasper tries to compile a directory Product: Tomcat 6 Version: 6.0.33 Platform: PC Status: NEW

[Tomcat Wiki] Update of "PoweredBy" by prolanguage

2011-10-18 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "PoweredBy" page has been changed by prolanguage: http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=373&rev2=374 #pragma section-numbers 2 = Sites, Applications, and Syst

svn commit: r1185758 - in /tomcat/trunk: java/org/apache/jasper/util/FastRemovalDequeue.java test/org/apache/jasper/util/ test/org/apache/jasper/util/TestFastRemovalDequeue.java

2011-10-18 Thread markt
Author: markt Date: Tue Oct 18 17:06:05 2011 New Revision: 1185758 URL: http://svn.apache.org/viewvc?rev=1185758&view=rev Log: Fix possible small memory leak when investigating https://issues.apache.org/bugzilla/show_bug.cgi?id=52042 Added: tomcat/trunk/test/org/apache/jasper/util/ tomca

svn commit: r1185756 - in /tomcat/trunk/java/org/apache: catalina/core/DefaultInstanceManager.java jasper/util/FastRemovalDequeue.java

2011-10-18 Thread markt
Author: markt Date: Tue Oct 18 17:02:10 2011 New Revision: 1185756 URL: http://svn.apache.org/viewvc?rev=1185756&view=rev Log: Clean-up. No functional change. Modified: tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java tomcat/trunk/java/org/apache/jasper/util/FastRemo

[jira] [Commented] (MTOMCAT-102) Add a mojo to build a standalone jar to run a web application

2011-10-18 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13129847#comment-13129847 ] Hudson commented on MTOMCAT-102: Integrated in TomcatMavenPlugin #51 (See [https://build

svn commit: r1185743 - /tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7Runner.java

2011-10-18 Thread olamy
Author: olamy Date: Tue Oct 18 16:32:23 2011 New Revision: 1185743 URL: http://svn.apache.org/viewvc?rev=1185743&view=rev Log: [MTOMCAT-102] if there a context.xml in the war META-INF/context.xml use it for the context. Modified: tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/or

DO NOT REPLY [Bug 52049] Incorrect setup instructions

2011-10-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52049 --- Comment #2 from akalen...@persicon.com 2011-10-18 14:37:30 UTC --- Excuse me, yes, you are correct the windows installer will use the registry. In this case still exporting JAVA_HOME as a pointer to the base directory of a JRE might ca

DO NOT REPLY [Bug 52049] Incorrect setup instructions

2011-10-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52049 --- Comment #1 from Konstantin Kolinko 2011-10-18 14:31:44 UTC --- Yes, the text is wrong, but in a different way: the Tomcat Windows installer does not look for JAVA_HOME or for JRE_HOME variables. It looks at the registry only. (Functio

DO NOT REPLY [Bug 52049] New: Incorrect setup instructions

2011-10-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52049 Bug #: 52049 Summary: Incorrect setup instructions Product: Tomcat 6 Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal

DO NOT REPLY [Bug 52042] Possible NullPointerException in DefaultInstanceManager#processAnnotations

2011-10-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52042 --- Comment #4 from Mark Thomas 2011-10-18 13:25:31 UTC --- This error is actually most likely triggered by a simple threading bug. However, there are differences between how the cache is intended to behave and how it is actually implement

svn commit: r1185629 - in /tomcat/tc6.0.x/trunk/webapps/docs: appdev/processes.xml appdev/source.xml config/context.xml index.xml introduction.xml jasper-howto.xml jndi-datasource-examples-howto.xml j

2011-10-18 Thread kkolinko
Author: kkolinko Date: Tue Oct 18 12:52:22 2011 New Revision: 1185629 URL: http://svn.apache.org/viewvc?rev=1185629&view=rev Log: CTR: docs Backport of revision 1185626 from tomcat/trunk: Replace links to Servlet and JSP specifications with a link to our wiki page. Replace Standard Taglib link to

svn commit: r1185627 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/ webapps/docs/appdev/ webapps/docs/config/

2011-10-18 Thread kkolinko
Author: kkolinko Date: Tue Oct 18 12:42:22 2011 New Revision: 1185627 URL: http://svn.apache.org/viewvc?rev=1185627&view=rev Log: Merged revision 1185626 from tomcat/trunk: Replace links to Servlet and JSP specifications with a link to our wiki page. One link still remains in appdev/introduction.h

svn commit: r1185626 - in /tomcat/trunk/webapps/docs: appdev/processes.xml appdev/source.xml config/context.xml index.xml introduction.xml jasper-howto.xml jndi-datasource-examples-howto.xml jndi-reso

2011-10-18 Thread kkolinko
Author: kkolinko Date: Tue Oct 18 12:39:45 2011 New Revision: 1185626 URL: http://svn.apache.org/viewvc?rev=1185626&view=rev Log: Replace links to Servlet and JSP specifications with a link to our wiki page. One link still remains in appdev/introduction.html. Replace Standard Taglib link to point

svn commit: r1185609 - /tomcat/tc5.5.x/trunk/container/webapps/docs/config/manager.xml

2011-10-18 Thread kkolinko
Author: kkolinko Date: Tue Oct 18 12:11:33 2011 New Revision: 1185609 URL: http://svn.apache.org/viewvc?rev=1185609&view=rev Log: Merged revision 1185588 from tomcat/trunk: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52045 Better document what "default" Manager implementation is. Also a

svn commit: r1185596 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/config/manager.xml

2011-10-18 Thread kkolinko
Author: kkolinko Date: Tue Oct 18 11:57:58 2011 New Revision: 1185596 URL: http://svn.apache.org/viewvc?rev=1185596&view=rev Log: Merged revision 1185588 from tomcat/trunk: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52045 Better document what "default" Manager implementation is. Also a

DO NOT REPLY [Bug 52045] Document the default Manager configuration.

2011-10-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52045 Konstantin Kolinko changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #2 from Kon

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

2011-10-18 Thread kkolinko
Author: kkolinko Date: Tue Oct 18 11:48:59 2011 New Revision: 1185590 URL: http://svn.apache.org/viewvc?rev=1185590&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52045 Merged revision 1185588 from tomcat/trunk: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52045 Bet

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

2011-10-18 Thread kkolinko
Author: kkolinko Date: Tue Oct 18 11:45:54 2011 New Revision: 1185588 URL: http://svn.apache.org/viewvc?rev=1185588&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52045 Better document what "default" Manager implementation is. Also added a separate section about the pathname=

DO NOT REPLY [Bug 51181] Add support for Web Sockets

2011-10-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181 --- Comment #16 from Manuel Vergel 2011-10-18 10:00:11 UTC --- + 1 too. Greatly needed in my new projects. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because:

Re: AW: Bug 51334 - Federation support for Tomcat

2011-10-18 Thread Mark Thomas
On 17/10/2011 15:29, Oliver Wulff wrote: > Hi Mark > > Thanks for your quick feedback... > > There are two pieces - IDP and authenticator - where we have to > decide how to package this. > > Given that Tomcat doesn't support web services out of the box, I > don't think it makes sense to sh

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

2011-10-18 Thread rjung
Author: rjung Date: Tue Oct 18 08:19:40 2011 New Revision: 1185527 URL: http://svn.apache.org/viewvc?rev=1185527&view=rev Log: Vote. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1185

Re: ApacheMeetupsNa11 tomcat one?

2011-10-18 Thread Keiichi Fujino
2011/10/11 jean-frederic clere : > Hi, > > Do we want to "organize" a Tomcat meetup during the ApacheCon? > +1 I'll be there. I am going to stay in Vancouver from Monday to Friday. -- Keiichi.Fujino - To unsubscribe, e-mail: