[Tomcat Wiki] Update of SummerOfCode2009/LoadingFilterConfiguration by xxd82329

2009-08-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The following page has been changed by xxd82329: http://wiki.apache.org/tomcat/SummerOfCode2009/LoadingFilterConfiguration New page: Here we want to convert tomcat internal into somewhat

Re: svn re-org complete

2009-08-12 Thread Mark Thomas
sebb wrote: On 07/08/2009, Mark Thomas ma...@apache.org wrote: The svn re-organisation is complete. Is the file build/BUILDING.txt still accurate? Yes. It is the top-level build.xml that needs tweaking. Presumably I would need to change current.loc but it's not clear to me what this needs

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

2009-08-12 Thread markt
Author: markt Date: Wed Aug 12 11:21:50 2009 New Revision: 803451 URL: http://svn.apache.org/viewvc?rev=803451view=rev Log: Proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL:

svn commit: r803456 - in /tomcat/tc5.5.x/trunk: STATUS.txt container/webapps/docs/changelog.xml jasper/src/share/org/apache/jasper/compiler/JspConfig.java

2009-08-12 Thread markt
Author: markt Date: Wed Aug 12 11:32:00 2009 New Revision: 803456 URL: http://svn.apache.org/viewvc?rev=803456view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=41661 Thread safety issue in JspConfig.init() seen in production Modified: tomcat/tc5.5.x/trunk/STATUS.txt

DO NOT REPLY [Bug 41661] JspConfig.init() is not synchronized

2009-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41661 --- Comment #5 from Mark Thomas ma...@apache.org 2009-08-12 12:32:19 BST --- This has been fixed for 5.5.x and will be included in 5.5.29 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ---

svn commit: r803457 - in /tomcat/tc5.5.x/trunk: STATUS.txt container/webapps/docs/changelog.xml jasper/src/share/org/apache/jasper/servlet/JspServlet.java

2009-08-12 Thread markt
Author: markt Date: Wed Aug 12 11:36:22 2009 New Revision: 803457 URL: http://svn.apache.org/viewvc?rev=803457view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46907 Debug logging should not cause input stream to be swallowed http://svn.apache.org/viewvc?view=revrevision=797168

DO NOT REPLY [Bug 46907] Jasper with log4j in web-app classpath and debug level enabled prevents reading HTTP POST stream from JSP

2009-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46907 --- Comment #13 from Mark Thomas ma...@apache.org 2009-08-12 12:36:39 BST --- The patch has been applied to 5.5.x and will be included in 5.5.29 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email

svn commit: r803459 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/jasper/compiler/JspConfig.java webapps/docs/changelog.xml

2009-08-12 Thread markt
Author: markt Date: Wed Aug 12 11:41:17 2009 New Revision: 803459 URL: http://svn.apache.org/viewvc?rev=803459view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=41661 Thread safety issue in JspConfig.init() seen in production Modified: tomcat/tc6.0.x/trunk/ (props

DO NOT REPLY [Bug 41661] JspConfig.init() is not synchronized

2009-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41661 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

svn commit: r803463 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/jasper/servlet/JspServlet.java webapps/docs/changelog.xml

2009-08-12 Thread markt
Author: markt Date: Wed Aug 12 11:51:30 2009 New Revision: 803463 URL: http://svn.apache.org/viewvc?rev=803463view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46907 Debug logging should not cause input stream to be swallowed Modified: tomcat/tc6.0.x/trunk/ (props

DO NOT REPLY [Bug 46907] Jasper with log4j in web-app classpath and debug level enabled prevents reading HTTP POST stream from JSP

2009-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46907 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

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

2009-08-12 Thread Konstantin Kolinko
2009/8/12 ma...@apache.org: Author: markt Date: Wed Aug 12 11:21:50 2009 New Revision: 803451 URL: http://svn.apache.org/viewvc?rev=803451view=rev Log: Proposal Modified:    tomcat/tc5.5.x/trunk/STATUS.txt + +* Fix a couple of Java 1.5 uses that should be 1.4 compatible +  

Re: mod_jk 1.2.28 on i5/OS

2009-08-12 Thread Rainer Jung
Am 05.08.2009 12:37, schrieb Henri Gomez: Hi Rainer. With your latest patch, it seems to works. May be the problem wasn't in thread collision but just with pool problem with double inits. I'll do more tests and so stress load Same patches needed to make it works on i5/OS V6R1. When did a

Re: svn re-org complete

2009-08-12 Thread sebb
On 12/08/2009, Mark Thomas ma...@apache.org wrote: sebb wrote: On 07/08/2009, Mark Thomas ma...@apache.org wrote: The svn re-organisation is complete. Is the file build/BUILDING.txt still accurate? Yes. It is the top-level build.xml that needs tweaking. Presumably I would need

Re: Making AJP secret attribute consistent

2009-08-12 Thread Konstantin Kolinko
2009/8/4 Mladen Turk mt...@apache.org: Hi, JK connector uses the request.secret attribute for setting the AJP secret property. However APR connector and Ajp connector use the requiredSecret instead. This of course (first problem is that it's nowhere documented) makes problems cause it

Re: svn re-org complete

2009-08-12 Thread Konstantin Kolinko
2009/8/12 sebb seb...@gmail.com: On 12/08/2009, Mark Thomas ma...@apache.org wrote: sebb wrote:   On 07/08/2009, Mark Thomas ma...@apache.org wrote:   The svn re-organisation is complete.     Is the file build/BUILDING.txt still accurate? Yes. It is the top-level build.xml that needs

Re: svn re-org complete

2009-08-12 Thread sebb
On 12/08/2009, Konstantin Kolinko knst.koli...@gmail.com wrote: 2009/8/12 sebb seb...@gmail.com: On 12/08/2009, Mark Thomas ma...@apache.org wrote: sebb wrote: On 07/08/2009, Mark Thomas ma...@apache.org wrote: The svn re-organisation is complete. Is the file

svn commit: r803527 - /tomcat/trunk/java/org/apache/catalina/startup/ExpandWar.java

2009-08-12 Thread markt
Author: markt Date: Wed Aug 12 14:14:47 2009 New Revision: 803527 URL: http://svn.apache.org/viewvc?rev=803527view=rev Log: Removed unused method ID'd by the unused code detector Modified: tomcat/trunk/java/org/apache/catalina/startup/ExpandWar.java Modified:

DO NOT REPLY [Bug 47680] error messages while deploying war

2009-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47680 --- Comment #3 from Suresh T tipirn...@yahoo.com 2009-08-12 07:30:18 PDT --- Hi developers, Looks like the web application (WAR files) had permission problem in unwaring and the JSP/Servlets were running directly of the WAR files and

DO NOT REPLY [Bug 47688] New: Documentation update for BUILDING.txt

2009-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47688 Summary: Documentation update for BUILDING.txt Product: Tomcat 5 Version: 5.5.27 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority:

DO NOT REPLY [Bug 47688] Documentation update for BUILDING.txt

2009-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47688 --- Comment #1 from Sebb s...@apache.org 2009-08-12 08:25:28 PDT --- Created an attachment (id=24132) Patch for BUILDING.txt -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this

Re: Making AJP secret attribute consistent

2009-08-12 Thread Mladen Turk
On 12/08/09 15:18, Konstantin Kolinko wrote: 2009/8/4 Mladen Turkmt...@apache.org: Hi, JK connector uses the request.secret attribute for setting the AJP secret property. However APR connector and Ajp connector use the requiredSecret instead. This of course (first problem is that it's nowhere

[Tomcat Wiki] Update of SummerOfCode2009/LoadingFilterConfiguration by xxd82329

2009-08-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The following page has been changed by xxd82329: http://wiki.apache.org/tomcat/SummerOfCode2009/LoadingFilterConfiguration

Re: local changes on /www/tomcat.apache.org

2009-08-12 Thread Konstantin Kolinko
26th of March, 2009 is certainly a Tuesday this year, not a Friday. Looks like someone was making corrections in a rush before the event. By the way, Apache Tomcat - Apache Tomcat (repeated twice) is a lame title. And we have it on some other pages as well, like Apache Tomcat - Apache Tomcat --

Re: local changes on /www/tomcat.apache.org

2009-08-12 Thread Konstantin Kolinko
2009/8/13 Konstantin Kolinko knst.koli...@gmail.com: 26th of March, 2009 is certainly a Thursday this year, not a Friday. Thursday Looks like someone was making corrections in a rush before the event. By the way, Apache Tomcat - Apache Tomcat (repeated twice) is a lame title. And we have it

DO NOT REPLY [Bug 47692] New: Can not compile mod_jk with apache2.0.63 and tomcat-connectors-1.2.28

2009-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47692 Summary: Can not compile mod_jk with apache2.0.63 and tomcat-connectors-1.2.28 Product: Tomcat Connectors Version: 1.2.28 Platform: Other OS/Version: AIX

svn commit: r803749 - in /tomcat/tc5.5.x/trunk: STATUS.txt container/catalina/src/share/org/apache/catalina/session/ManagerBase.java container/webapps/docs/changelog.xml

2009-08-12 Thread kkolinko
Author: kkolinko Date: Thu Aug 13 01:07:02 2009 New Revision: 803749 URL: http://svn.apache.org/viewvc?rev=803749view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46967 Better handling of errors when trying to use Manager.randomFile Based on a patch by Kirk Wolf It is backport

svn commit: r803750 - /tomcat/tc5.5.x/trunk/

2009-08-12 Thread kkolinko
Author: kkolinko Date: Thu Aug 13 01:09:54 2009 New Revision: 803750 URL: http://svn.apache.org/viewvc?rev=803750view=rev Log: Add .settings subdirectory used by Eclipse IDE to svn:ignore Modified: tomcat/tc5.5.x/trunk/ (props changed) Propchange: tomcat/tc5.5.x/trunk/

DO NOT REPLY [Bug 46967] ManagerBase.setRandomFile error handling fix

2009-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46967 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|REOPENED