Re: svn commit: r823713 - in /tomcat/trunk/java/org/apache/catalina: authenticator/ core/ ha/session/ ha/tcp/ valves/

2009-10-09 Thread sebb
On 09/10/2009, fha...@apache.org wrote: > Author: fhanik > Date: Fri Oct 9 22:02:35 2009 > New Revision: 823713 > > URL: http://svn.apache.org/viewvc?rev=823713&view=rev > Log: > Explicitly mark all our valves so that we can track down which ones we need > to fix and make async aware > > >

DO NOT REPLY [Bug 47881] org.apache.catalina.startup.Bootstrap's main method handles 'startd' or 'stopd' wrongly

2009-10-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47881 --- Comment #6 from qingyang.xu 2009-10-09 18:39:20 UTC --- > public static void main(String[] args) can be called from another Java class, > its not exclusive to the JVM > > It would be a different way of embedding Tomcat, at which point

Re: Question ad alternative of BSF taglib in Tomcat ? [Fwd: In the move of some taglibs to Tomcat, the BSF taglib got retired]

2009-10-09 Thread Henri Yandell
(dropping tomcat-users@) The BSF Taglib was deprecated in July 2007, one of the first to be recognized as unsupported. And as you say below, retired in the Taglibs move to Tomcat. If BSF users still have a strong need for it for legacy reasons, I'd suggest it go in Jakarta BSF. There's been no on

Re: svn commit: r823603 - in /tomcat/trunk/java/org/apache/catalina/ha/backend: CollectedInfo.java HeartbeatListener.java MultiCastSender.java TcpSender.java

2009-10-09 Thread Filip Hanik - Dev Lists
you're gonna run into all the same issues we already worked through with tribes. I'm not sure why you don't just use tribes rather than reinventing everything from scratch Filip On 10/09/2009 10:00 AM, jfcl...@apache.org wrote: Author: jfclere Date: Fri Oct 9 16:00:20 2009 New Revision: 8236

svn commit: r823713 - in /tomcat/trunk/java/org/apache/catalina: authenticator/ core/ ha/session/ ha/tcp/ valves/

2009-10-09 Thread fhanik
Author: fhanik Date: Fri Oct 9 22:02:35 2009 New Revision: 823713 URL: http://svn.apache.org/viewvc?rev=823713&view=rev Log: Explicitly mark all our valves so that we can track down which ones we need to fix and make async aware Modified: tomcat/trunk/java/org/apache/catalina/authenticato

svn commit: r823710 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/valves/ webapps/examples/jsp/async/

2009-10-09 Thread fhanik
Author: fhanik Date: Fri Oct 9 21:52:36 2009 New Revision: 823710 URL: http://svn.apache.org/viewvc?rev=823710&view=rev Log: Just like filters, valves will have to be async aware in order for it to work properly. Modified: tomcat/trunk/java/org/apache/catalina/Pipeline.java tomcat/trun

svn commit: r823683 - in /tomcat/trunk/webapps/examples/jsp/async: async1.jsp async3.jsp index.jsp

2009-10-09 Thread fhanik
Author: fhanik Date: Fri Oct 9 20:54:01 2009 New Revision: 823683 URL: http://svn.apache.org/viewvc?rev=823683&view=rev Log: Add license Modified: tomcat/trunk/webapps/examples/jsp/async/async1.jsp tomcat/trunk/webapps/examples/jsp/async/async3.jsp tomcat/trunk/webapps/examples/jsp/a

svn commit: r823608 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractOutputBuffer.java Http11NioProcessor.java Http11Processor.java InternalNioOutputBuffer.java InternalOutputBuffer.java

2009-10-09 Thread fhanik
Author: fhanik Date: Fri Oct 9 16:24:43 2009 New Revision: 823608 URL: http://svn.apache.org/viewvc?rev=823608&view=rev Log: Abstract out code for output buffer, much easier to read Added: tomcat/trunk/java/org/apache/coyote/http11/AbstractOutputBuffer.java (with props) Modified: tomc

svn commit: r823603 - in /tomcat/trunk/java/org/apache/catalina/ha/backend: CollectedInfo.java HeartbeatListener.java MultiCastSender.java TcpSender.java

2009-10-09 Thread jfclere
Author: jfclere Date: Fri Oct 9 16:00:20 2009 New Revision: 823603 URL: http://svn.apache.org/viewvc?rev=823603&view=rev Log: Add a local bind otherwise for box with multi IP httpd may use the wrong port. Modified: tomcat/trunk/java/org/apache/catalina/ha/backend/CollectedInfo.java tomca

DO NOT REPLY [Bug 47881] org.apache.catalina.startup.Bootstrap's main method handles 'startd' or 'stopd' wrongly

2009-10-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47881 --- Comment #5 from Filip Hanik 2009-10-09 06:48:53 PDT --- (In reply to comment #4) > (In reply to comment #3) > > With "startd", as there is no "await", the method completes immediately (and > > the application quits). > > > > That it is

Re: svn commit: r823351 - in /tomcat/trunk/java/org/apache: coyote/http11/AbstractInputBuffer.java coyote/http11/Http11Processor.java coyote/http11/InternalInputBuffer.java coyote/http11/InternalNio

2009-10-09 Thread Filip Hanik - Dev Lists
On 10/09/2009 12:52 AM, Konstantin Kolinko wrote: 2009/10/9: Author: fhanik Date: Thu Oct 8 22:37:52 2009 New Revision: 823351 URL: http://svn.apache.org/viewvc?rev=823351&view=rev Log: consolidate two input buffers into one, no functional change, just abstract out exact same code used in

svn commit: r823550 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractHttp11Processor.java AbstractInputBuffer.java

2009-10-09 Thread fhanik
Author: fhanik Date: Fri Oct 9 13:43:33 2009 New Revision: 823550 URL: http://svn.apache.org/viewvc?rev=823550&view=rev Log: propset eol-style Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java (props changed) tomcat/trunk/java/org/apache/coyote/http11/A

Re: svn commit: r823351 - in /tomcat/trunk/java/org/apache: coyote/http11/AbstractInputBuffer.java coyote/http11/Http11Processor.java coyote/http11/InternalInputBuffer.java coyote/http11/InternalNio

2009-10-09 Thread Filip Hanik - Dev Lists
On 10/09/2009 12:52 AM, Konstantin Kolinko wrote: 2009/10/9: Author: fhanik Date: Thu Oct 8 22:37:52 2009 New Revision: 823351 URL: http://svn.apache.org/viewvc?rev=823351&view=rev Log: consolidate two input buffers into one, no functional change, just abstract out exact same code used in

DO NOT REPLY [Bug 47972] New: Valve invoke wrapper response problem

2009-10-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47972 Summary: Valve invoke wrapper response problem Product: Tomcat 6 Version: 6.0.18 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2

Question ad alternative of BSF taglib in Tomcat ? [Fwd: In the move of some taglibs to Tomcat, the BSF taglib got retired]

2009-10-09 Thread Rony G. Flatscher (Apache)
Hi there, not sure whether this is a user or dev question, hence sending it to both, please forgive, if wrong. Learning about the finalization of moving taglib from jakarta to tomcat, one could also learn that the BSF taglib got retired in the process. AFAIK the BSF taglib has been allowing one t

DO NOT REPLY [Bug 47881] org.apache.catalina.startup.Bootstrap's main method handles 'startd' or 'stopd' wrongly

2009-10-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47881 --- Comment #4 from qingyang.xu 2009-10-09 02:00:01 PDT --- (In reply to comment #3) > With "startd", as there is no "await", the method completes immediately (and > the application quits). > > That it is only useful if exiting that "main

DO NOT REPLY [Bug 47881] org.apache.catalina.startup.Bootstrap's main method handles 'startd' or 'stopd' wrongly

2009-10-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47881 --- Comment #3 from Konstantin Kolinko 2009-10-09 01:42:03 PDT --- With "startd", as there is no "await", the method completes immediately (and the application quits). That it is only useful if exiting that "main" method does not complete