svn commit: r759074 - /tomcat/trunk/java/org/apache/jasper/compiler/Compiler.java

2009-03-27 Thread markt
Author: markt Date: Fri Mar 27 09:42:47 2009 New Revision: 759074 URL: http://svn.apache.org/viewvc?rev=759074view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=41606 Prevent double init() of JSP Patch provided by Chris Halstead Modified:

DO NOT REPLY [Bug 45774] jspDestroy called after deployment, the second jspInit follows

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

DO NOT REPLY [Bug 41606] The jspInit method is called twice.

2009-03-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41606 Mark Thomas ma...@apache.org changed: What|Removed |Added CC||br...@pingtoo.com

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

2009-03-27 Thread markt
Author: markt Date: Fri Mar 27 09:44:49 2009 New Revision: 759076 URL: http://svn.apache.org/viewvc?rev=759076view=rev Log: Propose patch for 41606 Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Re: Obtaining a Unique Connection ID?

2009-03-27 Thread Rainer Jung
On 27.03.2009 01:21, Michael B Allen wrote: On Mon, Mar 23, 2009 at 10:38 AM, Michael B Alleniop...@gmail.com wrote: On Mon, Mar 23, 2009 at 3:41 AM, Rainer Jungrainer.j...@kippdata.de wrote: Others might have better ideas, but as mentioned in the previous thread, you can forward the remote

svn commit: r759078 - /tomcat/current/tc5.5.x/STATUS.txt

2009-03-27 Thread markt
Author: markt Date: Fri Mar 27 09:48:43 2009 New Revision: 759078 URL: http://svn.apache.org/viewvc?rev=759078view=rev Log: Propose fix for 41606 Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL:

DO NOT REPLY [Bug 41606] The jspInit method is called twice.

2009-03-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41606 --- Comment #3 from Mark Thomas ma...@apache.org 2009-03-27 02:49:45 PST --- Chris - thanks for the patch. The patch has been applied to trunk and proposed for 6.0.x and 5.5.x -- Configure bugmail:

DO NOT REPLY [Bug 46925] New: Nested groups in JNDI realm with non-recursive implementation

2009-03-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46925 Summary: Nested groups in JNDI realm with non-recursive implementation Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW

svn commit: r759114 - /tomcat/trunk/webapps/docs/config/ajp.xml

2009-03-27 Thread markt
Author: markt Date: Fri Mar 27 12:25:56 2009 New Revision: 759114 URL: http://svn.apache.org/viewvc?rev=759114view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46923 Fully document protocol options for AJP. Modified: tomcat/trunk/webapps/docs/config/ajp.xml Modified:

svn commit: r759117 - /tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml

2009-03-27 Thread markt
Author: markt Date: Fri Mar 27 12:37:29 2009 New Revision: 759117 URL: http://svn.apache.org/viewvc?rev=759117view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46923 Fully document protocol options for AJP. Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml

[Proposal] Remove older of the two BIO AJP connectors

2009-03-27 Thread Mark Thomas
All, I have been looking at trunk for opportunities to remove duplicate / obsolete code. We currently have two BIO AJP connectors: - org.apache.jk.server.JkCoyoteHandler - org.apache.coyote.ajp.AjpProtocol I would like to remove org.apache.jk.server.JkCoyoteHandler and associated classes. What

svn commit: r759123 - in /tomcat/trunk/java/org/apache: ./ catalina/core/ jasper/runtime/ jasper/servlet/ tomcat/

2009-03-27 Thread markt
Author: markt Date: Fri Mar 27 12:56:40 2009 New Revision: 759123 URL: http://svn.apache.org/viewvc?rev=759123view=rev Log: Move classes from org.apache to org.apache.tomcat Added: tomcat/trunk/java/org/apache/tomcat/InstanceManager.java (contents, props changed) - copied, changed

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

2009-03-27 Thread markt
Author: markt Date: Fri Mar 27 13:09:18 2009 New Revision: 759127 URL: http://svn.apache.org/viewvc?rev=759127view=rev Log: Votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r759128 - /tomcat/current/tc5.5.x/STATUS.txt

2009-03-27 Thread markt
Author: markt Date: Fri Mar 27 13:15:26 2009 New Revision: 759128 URL: http://svn.apache.org/viewvc?rev=759128view=rev Log: Vote Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL:

svn commit: r759130 - /tomcat/current/tc5.5.x/STATUS.txt

2009-03-27 Thread markt
Author: markt Date: Fri Mar 27 13:20:46 2009 New Revision: 759130 URL: http://svn.apache.org/viewvc?rev=759130view=rev Log: Withdraw my patch. Vote for Filip's. Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL:

[bayeux] Bayeux.getChannels()

2009-03-27 Thread Matthias Wessendorf
public ListChannel getChannels() is there a reason why this is not a Set ? -Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

svn commit: r759136 - in /tomcat: connectors/trunk/juli/src/java/org/apache/juli/ClassLoaderLogManager.java container/tc5.5.x/webapps/docs/changelog.xml

2009-03-27 Thread markt
Author: markt Date: Fri Mar 27 13:47:02 2009 New Revision: 759136 URL: http://svn.apache.org/viewvc?rev=759136view=rev Log: Improve handling of situation where web application tries to configure logging at the context level but the security policy prevents this. Modified:

svn commit: r759139 - /tomcat/current/tc5.5.x/STATUS.txt

2009-03-27 Thread markt
Author: markt Date: Fri Mar 27 13:50:22 2009 New Revision: 759139 URL: http://svn.apache.org/viewvc?rev=759139view=rev Log: Remove applied fixes Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL:

svn commit: r759158 - /tomcat/current/tc5.5.x/STATUS.txt

2009-03-27 Thread markt
Author: markt Date: Fri Mar 27 14:44:29 2009 New Revision: 759158 URL: http://svn.apache.org/viewvc?rev=759158view=rev Log: Replace httpOnly port with comphrensive cookie patch Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL:

DO NOT REPLY [Bug 44705] Tomcat 5.5.26 - cookie with colon in name is parsed incorrectly

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

DO NOT REPLY [Bug 46597] Not all cookie changes in 6.0.x branch have been ported to 5.5.x

2009-03-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46597 Mark Thomas ma...@apache.org changed: What|Removed |Added CC|

Re: Obtaining a Unique Connection ID?

2009-03-27 Thread Michael B Allen
On Fri, Mar 27, 2009 at 5:43 AM, Rainer Jung rainer.j...@kippdata.de wrote: On 27.03.2009 01:21, Michael B Allen wrote: On Mon, Mar 23, 2009 at 10:38 AM, Michael B Alleniop...@gmail.com  wrote: On Mon, Mar 23, 2009 at 3:41 AM, Rainer Jungrainer.j...@kippdata.de  wrote: Others might have

Re: [Proposal] Remove older of the two BIO AJP connectors

2009-03-27 Thread Mladen Turk
Mark Thomas wrote: All, I have been looking at trunk for opportunities to remove duplicate / obsolete code. We currently have two BIO AJP connectors: - org.apache.jk.server.JkCoyoteHandler - org.apache.coyote.ajp.AjpProtocol I would like to remove org.apache.jk.server.JkCoyoteHandler and

[bayeux] Listener interface

2009-03-27 Thread Matthias Wessendorf
Since the deliver() method of an Listener impl is called when the client receives a Message (ClientImpl.deliverInternal()), shouldn't it be better called receive ? -Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf

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

2009-03-27 Thread remm
Author: remm Date: Fri Mar 27 15:48:58 2009 New Revision: 759183 URL: http://svn.apache.org/viewvc?rev=759183view=rev Log: - Votes. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

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

2009-03-27 Thread Rainer Jung
Hi Rémy, On 27.03.2009 16:48, r...@apache.org wrote: @@ -152,7 +144,7 @@ This is not for invalidation, only for displaying idle times and making persistance decisions. +1: rjung, markt - -1: + -1: remm: no for TC 6.0 You think it's too risky w.r.t. the 6.0 stability, or do

[VOTE][RESULT] Releasing Tomcat Connectors 1.2.28

2009-03-27 Thread Rainer Jung
Rainer Jung schrieb: Apache Tomcat Connectors 1.2.28 is: [X] Stable - no major issues, no regressions [ ] Beta - at least one significant issue -- tell us what it is [ ] Alpha - multiple significant issues -- tell us what they are Closing this vote with my own. The result is: 4 votes +1:

svn commit: r759303 - in /tomcat/site/trunk: docs/download-connectors.html xdocs/download-connectors.xml

2009-03-27 Thread rjung
Author: rjung Date: Fri Mar 27 18:54:25 2009 New Revision: 759303 URL: http://svn.apache.org/viewvc?rev=759303view=rev Log: Prepare Tomcat Connectors 1.2.28 Release - update Download page Modified: tomcat/site/trunk/docs/download-connectors.html

DO NOT REPLY [Bug 46930] New: Provide support for renaming JSESSIONID per webapp

2009-03-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46930 Summary: Provide support for renaming JSESSIONID per webapp Product: Tomcat 6 Version: 6.0.18 Platform: PC OS/Version: Linux Status: NEW Severity: normal

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

2009-03-27 Thread Remy Maucherat
On Fri, 2009-03-27 at 19:07 +0100, Rainer Jung wrote: You think it's too risky w.r.t. the 6.0 stability, or do you have anything more specific in mind? Obviously. TC 6 is supposed to be stable. You're not even addressing a bug report here. Rémy

Re: [Proposal] Remove older of the two BIO AJP connectors

2009-03-27 Thread Mark Thomas
Mladen Turk wrote: Mark Thomas wrote: All, I have been looking at trunk for opportunities to remove duplicate / obsolete code. We currently have two BIO AJP connectors: - org.apache.jk.server.JkCoyoteHandler - org.apache.coyote.ajp.AjpProtocol I would like to remove

DO NOT REPLY [Bug 46933] New: Using Java 1.5 in StringManager

2009-03-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46933 Summary: Using Java 1.5 in StringManager Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2

DO NOT REPLY [Bug 46930] Provide support for renaming JSESSIONID per webapp

2009-03-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46930 Mark Thomas ma...@apache.org changed: What|Removed |Added Severity|normal |enhancement ---

Test - please ignore

2009-03-27 Thread Rainer Jung
Please ignore. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[ANN] Apache Tomcat JK 1.2.28 Web Server Connector released

2009-03-27 Thread Rainer Jung
The Apache Tomcat team is pleased to announce the immediate availability of version 1.2.28 of the Apache Tomcat Connectors. It contains connectors, which allow a web server such as the Apache HTTP Server, Microsoft IIS and Sun Web Server to act as a front end to the Tomcat web application

svn commit: r759422 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/DataSourceFactory.java

2009-03-27 Thread fhanik
Author: fhanik Date: Sat Mar 28 02:46:29 2009 New Revision: 759422 URL: http://svn.apache.org/viewvc?rev=759422view=rev Log: quote the name Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/DataSourceFactory.java Modified: