DO NOT REPLY [Bug 46366] New: Misleading text in RUNNING.txt

2008-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46366 Summary: Misleading text in RUNNING.txt Product: Tomcat 6 Version: 6.0.18 Platform: PC OS/Version: Linux Status: NEW Severity: minor Priority: P4 Com

DO NOT REPLY [Bug 42693] JSP-Generation error with recursive tagfile structure

2008-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42693 Jens Askengren <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECT

DO NOT REPLY [Bug 46352] Apache 1.3 crashes inside mod_jk.so with selfsigned SSL cert

2008-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46352 Rainer Jung <[EMAIL PROTECTED]> changed: What|Removed |Added Status|RESOLVED|REOPENED

DO NOT REPLY [Bug 46352] Apache 1.3 crashes inside mod_jk.so with selfsigned SSL cert

2008-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46352 --- Comment #7 from Patrick Middleton <[EMAIL PROTECTED]> 2008-12-09 04:01:05 PST --- Created an attachment (id=23004) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23004) sample of debugging code, output, and httpd.conf f

DO NOT REPLY [Bug 46284] Add flag to DeltaManager that blocks processing cluster messages until local applicaiton initialization is completed

2008-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46284 Jason A. Lunn <[EMAIL PROTECTED]> changed: What|Removed |Added Attachment #22928|0 |1 is ob

DO NOT REPLY [Bug 46352] Apache 1.3 crashes inside mod_jk.so with selfsigned SSL cert

2008-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46352 --- Comment #9 from Patrick Middleton <[EMAIL PROTECTED]> 2008-12-09 09:33:20 PST --- What I found was that in jk_translate, in the 'good' configuration, e (or, *ext ... the rule_extension_t) remained null after the first call to ap_se

DO NOT REPLY [Bug 46370] New: NullPointerException in AccessLogValve

2008-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46370 Summary: NullPointerException in AccessLogValve Product: Tomcat 6 Version: 6.0.18 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2

DO NOT REPLY [Bug 45931] trimSpaces incorrectly modifies output

2008-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45931 --- Comment #5 from Meetesh Karia <[EMAIL PROTECTED]> 2008-12-09 11:04:21 PST --- Hi all, I was just wondering if there was a timeline for review/inclusion of this patch. Thanks! -- Configure bugmail: https://issues.apache.org/bugz

svn commit: r724849 - in /tomcat/trunk/java/org/apache: coyote/http11/Http11NioProcessor.java coyote/http11/Http11NioProtocol.java coyote/http11/InternalNioInputBuffer.java tomcat/util/net/NioEndpoint

2008-12-09 Thread fhanik
Author: fhanik Date: Tue Dec 9 11:38:44 2008 New Revision: 724849 URL: http://svn.apache.org/viewvc?rev=724849&view=rev Log: Implement keep alive timeout, and while doing this, I realized that keepalive is either on or off, but there is no counter Modified: tomcat/trunk/java/org/apache/coyo

Re: Executor - package dependencies

2008-12-09 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: On Mon, 2008-12-08 at 09:59 -0700, Filip Hanik - Dev Lists wrote: I'll noodle on it a bit, see if i can think of something to defilipize it Or keep it Filipized, but you'll need to move it in util. it had to be filipized in order to have a life cycle, however t

svn commit: r724886 - in /tomcat/trunk/java/org/apache: catalina/core/StandardThreadExecutor.java tomcat/util/net/NioEndpoint.java tomcat/util/threads/TaskQueue.java tomcat/util/threads/TaskThreadFact

2008-12-09 Thread fhanik
Author: fhanik Date: Tue Dec 9 12:56:59 2008 New Revision: 724886 URL: http://svn.apache.org/viewvc?rev=724886&view=rev Log: Refactored the thread pooling when using an executor, this gets rid of duplicate code in the NIO connector as well as in the org.apache.catalina.core.StandardThreadExecut

svn commit: r724889 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2008-12-09 Thread fhanik
Author: fhanik Date: Tue Dec 9 12:59:36 2008 New Revision: 724889 URL: http://svn.apache.org/viewvc?rev=724889&view=rev Log: correct the import statement Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoin

svn commit: r724897 - /tomcat/trunk/java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java

2008-12-09 Thread fhanik
Author: fhanik Date: Tue Dec 9 13:22:38 2008 New Revision: 724897 URL: http://svn.apache.org/viewvc?rev=724897&view=rev Log: Implement an execution that adds the task to the queue if rejected, and allow to try to add for a specified time Modified: tomcat/trunk/java/org/apache/tomcat/util/th

Re: Executor - package dependencies

2008-12-09 Thread Filip Hanik - Dev Lists
Filip Hanik - Dev Lists wrote: Remy Maucherat wrote: On Mon, 2008-12-08 at 09:59 -0700, Filip Hanik - Dev Lists wrote: I'll noodle on it a bit, see if i can think of something to defilipize it Or keep it Filipized, but you'll need to move it in util. it had to be filipized in order

svn commit: r724919 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2008-12-09 Thread fhanik
Author: fhanik Date: Tue Dec 9 14:33:08 2008 New Revision: 724919 URL: http://svn.apache.org/viewvc?rev=724919&view=rev Log: cleanup methods not used, and correct methods that used the old thread stats Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/

svn commit: r724926 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2008-12-09 Thread fhanik
Author: fhanik Date: Tue Dec 9 15:13:26 2008 New Revision: 724926 URL: http://svn.apache.org/viewvc?rev=724926&view=rev Log: oops, must return false, or a leak will happen Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/u

DO NOT REPLY [Bug 39013] Incorrect use of docBase from XML Context file deployment

2008-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39013 Kirk True <[EMAIL PROTECTED]> changed: What|Removed |Added AssignedTo|[EMAIL PROTECTED] |dev@tomcat.apache.org

Re: Tomcat newbie developer tasks?

2008-12-09 Thread Kirk True
Hi Mark, Mark Thomas wrote: Take a look at the following bugs. . . . https://issues.apache.org/bugzilla/show_bug.cgi?id=38570 https://issues.apache.org/bugzilla/show_bug.cgi?id=38726 https://issues.apache.org/bugzilla/show_bug.cgi?id=39013 Bugs 38570 and 38726 do not reproduce for