[VOTE] Releasing Tomcat Connectors 1.2.28

2009-03-22 Thread Rainer Jung
Hello to the Tomcat team, JK 1.2.28 has been available for testing for two weeks as svn snapshots. Some minor bugs have been found and fixed. So I would like to proceed with the release vote. If you want to take a look, the final source distribution can be downloaded from:

Re: [VOTE] Releasing Tomcat Connectors 1.2.28

2009-03-22 Thread Mladen Turk
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 Regards -- ^(TM)

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

2009-03-22 Thread mturk
Author: mturk Date: Sun Mar 22 09:01:07 2009 New Revision: 757148 URL: http://svn.apache.org/viewvc?rev=757148view=rev Log: Cast REMOTE_PORT env var vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

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

2009-03-22 Thread mturk
Author: mturk Date: Sun Mar 22 09:05:56 2009 New Revision: 757149 URL: http://svn.apache.org/viewvc?rev=757149view=rev Log: Add a note for a REMOTE_PORT env var vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Re: mod_jk: getRemotePort returns -1 (issue 41263)

2009-03-22 Thread Mladen Turk
Rainer Jung wrote: On 21.03.2009 14:12, Mladen Turk wrote: I should read the entire logic before posting. I missed it's an env var. Sorry for the noise ;) No problem at all. Better safe than sorry. I just committed a change to TC trunk and backport proposals to pick up the REMOTE_PORT env

svn commit: r757202 - in /tomcat: container/tc5.5.x/catalina/src/share/org/apache/catalina/realm/ container/tc5.5.x/webapps/docs/ current/tc5.5.x/

2009-03-22 Thread markt
Author: markt Date: Sun Mar 22 15:35:56 2009 New Revision: 757202 URL: http://svn.apache.org/viewvc?rev=757202view=rev Log: Fix bug https://issues.apache.org/bugzilla/show_bug.cgi?id=45576 Get the JAASRealm working with DIGEST authentication. Modified:

DO NOT REPLY [Bug 45576] JAASRealm not working with DigestAuthenticator

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

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

2009-03-22 Thread pero
Author: pero Date: Sun Mar 22 16:29:10 2009 New Revision: 757208 URL: http://svn.apache.org/viewvc?rev=757208view=rev Log: Comment my vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Re: [VOTE] Releasing Tomcat Connectors 1.2.28

2009-03-22 Thread Peter Rossbach
Good job :-) 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 Peter

svn commit: r757217 - /tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x/src/share/dtd/web-app_2_3.dtd.backup

2009-03-22 Thread markt
Author: markt Date: Sun Mar 22 17:02:04 2009 New Revision: 757217 URL: http://svn.apache.org/viewvc?rev=757217view=rev Log: Remove backup file from repo Removed: tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x/src/share/dtd/web-app_2_3.dtd.backup

svn commit: r757218 - in /tomcat: container/tc5.5.x/catalina/src/share/org/apache/catalina/realm/ container/tc5.5.x/webapps/docs/ current/tc5.5.x/

2009-03-22 Thread markt
Author: markt Date: Sun Mar 22 17:03:22 2009 New Revision: 757218 URL: http://svn.apache.org/viewvc?rev=757218view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=41407 Add support for CLIENT-CERT authentication to JAAS realm. Modified:

DO NOT REPLY [Bug 41407] CLIENT-CERT Authentication with JAASRealm not working

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

svn commit: r757219 - in /tomcat: container/tc5.5.x/webapps/docs/changelog.xml current/tc5.5.x/STATUS.txt jasper/tc5.5.x/src/share/org/apache/jasper/runtime/JspContextWrapper.java

2009-03-22 Thread markt
Author: markt Date: Sun Mar 22 17:08:41 2009 New Revision: 757219 URL: http://svn.apache.org/viewvc?rev=757219view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45666 Patch provided by Tom Wadzinski Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml

DO NOT REPLY [Bug 45666] JspContextWrapper contains infinite loop in include(String relativeUrlPath, boolean flush)

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

Re: mod_jk: getRemotePort returns -1 (issue 41263)

2009-03-22 Thread Rainer Jung
Hi Mladen, On 22.03.2009 10:19, Mladen Turk wrote: Rainer Jung wrote: On 21.03.2009 14:12, Mladen Turk wrote: I just committed a change to TC trunk and backport proposals to pick up the REMOTE_PORT env var for request.getRemotePort(). So we might think about forwarding REMOTE_PORT by default

svn commit: r757223 - in /tomcat/trunk/java/org/apache: coyote/ajp/AjpAprProcessor.java coyote/ajp/AjpProcessor.java coyote/ajp/Constants.java jk/common/AjpConstants.java jk/common/HandlerRequest.java

2009-03-22 Thread rjung
Author: rjung Date: Sun Mar 22 17:55:35 2009 New Revision: 757223 URL: http://svn.apache.org/viewvc?rev=757223view=rev Log: Followup to r756926 (forward remote port via AJP13). - Use a more private attribute name and define it in the Constants class. - Do not set the attribute on the request,

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

2009-03-22 Thread rjung
Author: rjung Date: Sun Mar 22 17:58:56 2009 New Revision: 757224 URL: http://svn.apache.org/viewvc?rev=757224view=rev Log: Update backport proposal w.r.t the comments. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

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

2009-03-22 Thread rjung
Author: rjung Date: Sun Mar 22 18:01:07 2009 New Revision: 757225 URL: http://svn.apache.org/viewvc?rev=757225view=rev Log: Update backport proposal. Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL:

Re: [VOTE] Releasing Tomcat Connectors 1.2.28

2009-03-22 Thread Rainer Jung
Windows Bins (provided by Mladen) are now in place. Be careful: as long as the daily remove job hasn't run, there are now 1.2.28-dev bins and 1.2.28 bins in parallel directories. Don't use the 1.2.28-dev bins, they'll be gone sometime tomorrow morning. Regards, Rainer

Re: [VOTE] Releasing Tomcat Connectors 1.2.28

2009-03-22 Thread Filip Hanik - Dev Lists
[X] Stable - no major issues, no regressions - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

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

2009-03-22 Thread billbarker
Author: billbarker Date: Mon Mar 23 00:32:10 2009 New Revision: 757291 URL: http://svn.apache.org/viewvc?rev=757291view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Obtaining a Unique Connection ID?

2009-03-22 Thread Michael B Allen
Hi Again, In the near term absence of getRemotePort, I am struggling to determine a method for storing and retrieving per-connection state. Can anyone recommend another method for acquiring a unique connection identifier? I would be satisfied with a platform specific method at this point. Just