DO NOT REPLY [Bug 49022] JSP Container Class Loader :Unable to load class for JSP

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49022 Kevin Q changed: What|Removed |Added Attachment #25212|put it at |put it at description|webapps/gni

DO NOT REPLY [Bug 49022] JSP Container Class Loader :Unable to load class for JSP

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49022 Kevin Q changed: What|Removed |Added Attachment #25210|test jsp file |test jsp file description|

DO NOT REPLY [Bug 49022] JSP Container Class Loader :Unable to load class for JSP

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49022 --- Comment #1 from Kevin Q 2010-03-30 05:12:18 UTC --- Created an attachment (id=25212) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25212) put it at webapps/gnizr/WEB-INF/classes/test/helloWorld.java -- Configure bugmail:

DO NOT REPLY [Bug 49022] JSP Container Class Loader :Unable to load class for JSP

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49022 Kevin Q changed: What|Removed |Added CC||qu-chungu...@necsoft.com.cn -- Configur

DO NOT REPLY [Bug 49022] New: JSP Container Class Loader :Unable to load class for JSP

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49022 Summary: JSP Container Class Loader :Unable to load class for JSP Product: Tomcat 6 Version: 6.0.24 Platform: PC OS/Version: Linux Status: NEW Sever

[Tomcat Wiki] Trivial Update of "PoweredBy" by Konstant inKolinko

2010-03-29 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 KonstantinKolinko. The comment on this change is: Correct broken header (nonmatching count of equals sign characters). http://wiki.apache.org/to

DO NOT REPLY [Bug 48998] Proposal : port mod_expires in java as ExpiresFilter Servlet Filter

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48998 --- Comment #3 from Cyrille Le Clerc 2010-03-29 19:02:39 UTC --- (In reply to comment #2) > why not use http://tuckey.org/urlrewrite/ ? it can do this and many other > things... My understanding is that the UrlRewriteFilter can add respon

DO NOT REPLY [Bug 48998] Proposal : port mod_expires in java as ExpiresFilter Servlet Filter

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48998 --- Comment #2 from sylvain.laur...@gmail.com 2010-03-29 18:40:43 UTC --- why not use http://tuckey.org/urlrewrite/ ? it can do this and many other things... -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email

DO NOT REPLY [Bug 48998] Proposal : port mod_expires in java as ExpiresFilter Servlet Filter

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48998 Cyrille Le Clerc changed: What|Removed |Added Attachment #25189|0 |1 is obsolete|

DO NOT REPLY [Bug 47714] Reponse mixed between users

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47714 --- Comment #12 from Kevin J Walters 2010-03-29 17:50:15 UTC --- (In reply to comment #10) > Data in a previous unrelated POST request is somehow merged with > a subsequent request from a different user. A general comment and not one aimed

DO NOT REPLY [Bug 48895] WebAppClassLoader.clearThreadLocalMap() concurrency issues

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48895 --- Comment #2 from sylvain.laur...@gmail.com 2010-03-29 17:09:43 UTC --- Thanks for the change. So, I guess now we can safely clean thread locals only in threads controlled by tomcat (i.e. worker threads) and by one of these 2 methods : - e

Comet Tomcat 6.0.20 problem

2010-03-29 Thread Christian Pfeiffer
I'm facing a strange problem,or maybe its even me. I want to create a bidirectional communication between a client using async socket and my tomcat webserver using apr. Everything seems to be setup correctly and I receive the first client POST properly also the answer is written and read by the

[Tomcat Wiki] Update of "PoweredBy" by webhostuk

2010-03-29 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 webhostuk. http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=249&rev2=250 -- [[http

DO NOT REPLY [Bug 49018] New: Timeout argument misprocessed when expiring sessions from Tomcat Manager

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49018 Summary: Timeout argument misprocessed when expiring sessions from Tomcat Manager Product: Tomcat 6 Version: 6.0.26 Platform: PC OS/Version: Windows XP Status

DO NOT REPLY [Bug 48895] WebAppClassLoader.clearThreadLocalMap() concurrency issues

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48895 --- Comment #1 from Mark Thomas 2010-03-29 15:04:58 UTC --- This has been fixed in trunk and proposed for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because:

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

2010-03-29 Thread markt
Author: markt Date: Mon Mar 29 15:04:09 2010 New Revision: 928800 URL: http://svn.apache.org/viewvc?rev=928800&view=rev Log: Proposal 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=928

DO NOT REPLY [Bug 47714] Reponse mixed between users

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47714 --- Comment #11 from Sudhir Reddy 2010-03-29 15:01:32 UTC --- > We seem to be experiencing resubmition of POST data, rather than response > mixing. Just in case you are not aware mod_jk retries http post requests in case of timeout

svn commit: r928798 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/catalina/loader/ webapps/docs/config/

2010-03-29 Thread markt
Author: markt Date: Mon Mar 29 15:01:14 2010 New Revision: 928798 URL: http://svn.apache.org/viewvc?rev=928798&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48895 Make clearing thread locals optional and disabled by default since it isn't thread-safe Modified: tomcat/t

Preliminary 5.5.29 build

2010-03-29 Thread Filip Hanik - Dev Lists
Can be found here http://people.apache.org/~fhanik/tomcat/tomcat-5.5/v5.5.29/ Filip - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

DO NOT REPLY [Bug 49017] Null Pointer in Logs - Clustered Environment

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49017 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 49016] naming-common.jar not compatible with Tomcat 5.5.28

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49016 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 49017] Null Pointer in Logs - Clustered Environment

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49017 bluenog...@yahoo.com changed: What|Removed |Added Version|unspecified |6.0.18 -- Configure bugmail

DO NOT REPLY [Bug 49017] New: Null Pointer in Logs - Clustered Environment

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49017 Summary: Null Pointer in Logs - Clustered Environment Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: Windows Server 2003 Status: NEW Severity: normal

DO NOT REPLY [Bug 49016] New: naming-common.jar not compatible with Tomcat 5.5.28

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49016 Summary: naming-common.jar not compatible with Tomcat 5.5.28 Product: Tomcat 5 Version: 5.5.28 Platform: Other OS/Version: Linux Status: NEW Severity: critical

DO NOT REPLY [Bug 48253] Tomcat Native patch - adding dynamic locking callbacks for openssl engines

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48253 Daniel Ruggeri changed: What|Removed |Added Version|unspecified |1.1.20 -- Configure bugmail: htt

DO NOT REPLY [Bug 48253] Tomcat Native patch - adding dynamic locking callbacks for openssl engines

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48253 Daniel Ruggeri changed: What|Removed |Added Attachment #24576|0 |1 is obsolete|

DO NOT REPLY [Bug 42090] tcnative badly handles some OpenSSL disconnections.

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42090 Daniel Ruggeri changed: What|Removed |Added Attachment #25205|Updated patch - moves |Ignore this patch descript

DO NOT REPLY [Bug 42090] tcnative badly handles some OpenSSL disconnections.

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42090 Daniel Ruggeri changed: What|Removed |Added Attachment #19931|1 |0 is obsolete|

DO NOT REPLY [Bug 42090] tcnative badly handles some OpenSSL disconnections.

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42090 --- Comment #4 from Daniel Ruggeri 2010-03-29 14:08:59 UTC --- I do apologize. I posted this patch in the wrong bug. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail bec

DO NOT REPLY [Bug 42090] tcnative badly handles some OpenSSL disconnections.

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42090 Daniel Ruggeri changed: What|Removed |Added Attachment #19931|0 |1 is obsolete|

DO NOT REPLY [Bug 48253] Tomcat Native patch - adding dynamic locking callbacks for openssl engines

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48253 --- Comment #2 from Daniel Ruggeri 2010-03-29 14:07:12 UTC --- (In reply to comment #1) > Patch looks good except that there shouldn't be any > static ... function/type declarations inside .h files. > > Just copy that from ssl_private.h d

svn commit: r928771 - /tomcat/tc5.5.x/tags/TOMCAT_5_5_29/

2010-03-29 Thread fhanik
Author: fhanik Date: Mon Mar 29 13:35:57 2010 New Revision: 928771 URL: http://svn.apache.org/viewvc?rev=928771&view=rev Log: Tagging Tomcat version TOMCAT_5_5_29. Added: tomcat/tc5.5.x/tags/TOMCAT_5_5_29/ - copied from r928770, tomcat/tc5.5.x/trunk/ --

DO NOT REPLY [Bug 48862] AJP Connector ignores Backlog configuration parameter

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48862 --- Comment #1 from Mark Thomas 2010-03-29 13:25:49 UTC --- This was added to Tomcat 5.5.x in r493480. I have proposed porting this patch to Tomcat 6.0.x. Note that this code was removed from trunk for Tomcat 7. -- Configure bugmail: htt

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

2010-03-29 Thread markt
Author: markt Date: Mon Mar 29 13:25:44 2010 New Revision: 928766 URL: http://svn.apache.org/viewvc?rev=928766&view=rev Log: Proposal 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=928

DO NOT REPLY [Bug 48843] Tomcat Acceptor Thread goes into wait() and it will never come back

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48843 --- Comment #1 from Mark Thomas 2010-03-29 12:43:04 UTC --- Thanks for the report and the associated analysis. This issue appears to only affect 6.0.x. The issue had already been fixed in the NIO connector so I have proposed the same fox

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

2010-03-29 Thread markt
Author: markt Date: Mon Mar 29 12:24:39 2010 New Revision: 928750 URL: http://svn.apache.org/viewvc?rev=928750&view=rev Log: Proposal 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=928

Re: svn commit: r928732 - /tomcat/trunk/bin/catalina.sh

2010-03-29 Thread sebb
On 29/03/2010, ma...@apache.org wrote: > Author: markt > Date: Mon Mar 29 11:51:46 2010 > New Revision: 928732 > > URL: http://svn.apache.org/viewvc?rev=928732&view=rev > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48840 > If CDPATH is set, cd may result in output to stdout

DO NOT REPLY [Bug 48840] catalina.sh fails to set CATALINA_HOME on newer bash versions

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48840 --- Comment #8 from Mark Thomas 2010-03-29 11:55:52 UTC --- Thanks for the patch. After some deliberation I went with the original proposal rather than using unset. The patch has been applied to trunk and proposed for 6.0.x and 5.5.x --

svn propchange: r928732 - svn:log

2010-03-29 Thread markt
Author: markt Revision: 928732 Modified property: svn:log Modified: svn:log at Mon Mar 29 11:55:04 2010 -- --- svn:log (original) +++ svn:log Mon Mar 29 11:55:04 2010 @@ -1,3 +1,4 @@ Fix https://issues.apache.org/bugzilla

svn commit: r928736 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-03-29 Thread markt
Author: markt Date: Mon Mar 29 11:54:19 2010 New Revision: 928736 URL: http://svn.apache.org/viewvc?rev=928736&view=rev Log: Proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=928

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

2010-03-29 Thread markt
Author: markt Date: Mon Mar 29 11:53:25 2010 New Revision: 928734 URL: http://svn.apache.org/viewvc?rev=928734&view=rev Log: Proposal 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=928

svn commit: r928732 - /tomcat/trunk/bin/catalina.sh

2010-03-29 Thread markt
Author: markt Date: Mon Mar 29 11:51:46 2010 New Revision: 928732 URL: http://svn.apache.org/viewvc?rev=928732&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48840 If CDPATH is set, cd may result in output to stdout. Swallow the output. This is safe since the script outputs t

DO NOT REPLY [Bug 48839] Header folding fails in NIO connector

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48839 --- Comment #1 from Mark Thomas 2010-03-29 10:40:19 UTC --- Many thanks for the analysis and the suggested fix. Your fix has been applied to trunk (for 7.0.x) and has been proposed for 6.0.x. I also created a unit test for this. -- Confi

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

2010-03-29 Thread markt
Author: markt Date: Mon Mar 29 10:39:14 2010 New Revision: 928697 URL: http://svn.apache.org/viewvc?rev=928697&view=rev Log: Proposal 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=928

svn commit: r928695 - /tomcat/trunk/java/org/apache/coyote/http11/InternalNioInputBuffer.java

2010-03-29 Thread markt
Author: markt Date: Mon Mar 29 10:37:53 2010 New Revision: 928695 URL: http://svn.apache.org/viewvc?rev=928695&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48839 Correctly handle multi-line headers with the NIO connector Patch suggested by Richa Baronia Modified: tomca

svn commit: r928694 - in /tomcat/trunk/test/org/apache/coyote: ./ http11/ http11/TestInternalInputBuffer.java

2010-03-29 Thread markt
Author: markt Date: Mon Mar 29 10:36:55 2010 New Revision: 928694 URL: http://svn.apache.org/viewvc?rev=928694&view=rev Log: Test case for https://issues.apache.org/bugzilla/show_bug.cgi?id=48839 Fix to follow shortly Added: tomcat/trunk/test/org/apache/coyote/ tomcat/trunk/test/org/apach

Re: Spnego support in tomcat- patch available

2010-03-29 Thread Ashish Jain
Can someone review and provide comments on the uploaded patch? On Fri, Mar 26, 2010 at 8:11 PM, Ashish Jain wrote: > Hi Tomcat Developers, > > I have reworked the patch for Spnego support in tomcat. It is awaiting > valuable comments from one of the tomcat developers/committers. > The link for b

DO NOT REPLY [Bug 47840] A broken worker name is written in the log file.

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47840 Paul Hinds changed: What|Removed |Added CC||paul.hi...@gtech.com -- Configure bu

DO NOT REPLY [Bug 47714] Reponse mixed between users

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47714 --- Comment #10 from Paul Hinds 2010-03-29 09:53:34 UTC --- To follow up Pawels comments in this chain, we went live with DiableReuse recently and it did not resolve the issue for us. We may be looking at a similar issue, but perhaps not