Re: 6.x feature wishlist

2007-08-07 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: I wanted to start a wish list of what we can move forward with, here is a short list of items that I had in mind as a starter Here's my opinion on these. I think most of them are not a good idea, actually. 1. Session replication - stateless backup location

Re: Add detach method to JNI SSLSocket

2007-08-07 Thread Remy Maucherat
Rupert Daniel wrote: Hi, I have been re-using the tomcat native APR library in some of my own projects and I have come up against a problem with the SSLSocket workings. My current project is a high performance LDAP injector/simulator and I need to be able to support TLS on the sockets. The

DO NOT REPLY [Bug 43019] - valid absolute request uris + mod_jk 1.2.23 return 400 Invalid URI

2007-08-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=43019. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r563423 - in /tomcat/connectors/trunk/jk: native/STATUS.txt native/common/jk_version.h xdocs/index.xml xdocs/news/20070301.xml

2007-08-07 Thread rjung
Author: rjung Date: Tue Aug 7 01:41:26 2007 New Revision: 563423 URL: http://svn.apache.org/viewvc?view=revrev=563423 Log: Prepare release tag. Modified: tomcat/connectors/trunk/jk/native/STATUS.txt tomcat/connectors/trunk/jk/native/common/jk_version.h

svn commit: r563424 - /tomcat/connectors/tags/jk1.2.x/JK_1_2_25/

2007-08-07 Thread rjung
Author: rjung Date: Tue Aug 7 01:45:30 2007 New Revision: 563424 URL: http://svn.apache.org/viewvc?view=revrev=563424 Log: Tag JK release 1.2.25 from trunk. Added: tomcat/connectors/tags/jk1.2.x/JK_1_2_25/ - copied from r563423, tomcat/connectors/trunk/

Re: 6.x feature wishlist

2007-08-07 Thread Santosh [ಸಂತೋಷ ]
1. Few more properties in logging.properties to LogHandler other than directory, prefix, suffix, level, filter, formatter. Like, prefix for level, suffix for level, level display (For Ex : Instead of INFO, it must be possible to display I), timestamp display format Example. levelprefix = [

Re: 6.x feature wishlist

2007-08-07 Thread Santosh [ಸಂತೋಷ ]
If any help required in these, please let me know. I am ready to contribute. On 8/7/07, Santosh [ಸಂತೋಷ ] [EMAIL PROTECTED] wrote: 1. Few more properties in logging.properties to LogHandler other than directory, prefix, suffix, level, filter, formatter. Like, prefix for level, suffix for

[VOTE] Releasing Tomcat Connectors 1.2.25

2007-08-07 Thread Rainer Jung
Hello to all Tomcat project members, since we unfortunately had to withdraw version 1.2.24 shortly after release, there is now a new, fixed version 1.2.25 available. We already made it available for testing for some days as a svn snapshot. There has only been feedback from 2 people, both

Re: [VOTE] Releasing Tomcat Connectors 1.2.25

2007-08-07 Thread Mladen Turk
Rainer Jung wrote: Apache Tomcat Connectors 1.2.25 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

DO NOT REPLY [Bug 43053] New: - Session doesn't do time-out when BackUpManager is used.

2007-08-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=43053. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: 6.x feature wishlist

2007-08-07 Thread Tim Funk
Filip Hanik - Dev Lists wrote: I wanted to start a wish list of what we can move forward with, here is a short list of items that I had in mind as a starter 1. Session replication - stateless backup location Store the backup location of a session as part of the sessionId, similar to the

Re: 6.x feature wishlist

2007-08-07 Thread Jess Holle
Tim Funk wrote: 11.Timestamps System.currentTimeMillis System.currentTimeMillis is invoked everywhere during the chain of events for a HTTP requests, even though most dates only need precision down to the second. I've received feedback that this could be improved by keeping a time

RE: Tomcat6 and JVMTI Interface provided by SUN for Java profiler.

2007-08-07 Thread Liang, Chong
Can anyone tell me where I should raise this question if no answer can be provided here?? Thanks in advance. -Original Message- From: Liang, Chong [mailto:[EMAIL PROTECTED] Sent: Friday, August 03, 2007 10:42 AM To: dev@tomcat.apache.org Subject: Tomcat6 and JVMTI Interface provided by

Re: 6.x feature wishlist

2007-08-07 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: I wanted to start a wish list of what we can move forward with, here is a short list of items that I had in mind as a starter Here's my opinion on these. I think most of them are not a good idea, actually. 1. Session replication -

Re: 6.x feature wishlist

2007-08-07 Thread Filip Hanik - Dev Lists
Santosh [ಸಂತೋಷ ] wrote: If any help required in these, please let me know. I am ready to contribute. On 8/7/07, Santosh [ಸಂತೋಷ ] [EMAIL PROTECTED] wrote: 1. Few more properties in logging.properties to LogHandler other than directory, prefix, suffix, level, filter, formatter. Like,

Re: 6.x feature wishlist

2007-08-07 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: first you want ice cream, then you don't want ice cream and now you want ice cream again. one of these days your mommy is gonna tell you to go straight to bed without dinner. :) Wow, cool, thanks for the tip :) Rémy

Re: 6.x feature wishlist

2007-08-07 Thread atul
I was wondering if a feature to achieve SSL logout would make it in here too ! SSL Logout : Provide a way to session-tear-off/logout for an authenticated session using X509Certificate based client/mutual SSL. So that when the user tries to access a protected resource again without closing

svn commit: r563533 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java

2007-08-07 Thread fhanik
Author: fhanik Date: Tue Aug 7 08:46:27 2007 New Revision: 563533 URL: http://svn.apache.org/viewvc?view=revrev=563533 Log: Don't send the message if there are no members in the cluster Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java Modified:

DO NOT REPLY [Bug 42720] - A large amount of No destination message

2007-08-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=42720. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r563534 - /tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java

2007-08-07 Thread fhanik
Author: fhanik Date: Tue Aug 7 08:48:08 2007 New Revision: 563534 URL: http://svn.apache.org/viewvc?view=revrev=563534 Log: Don't send out if there are no members Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java Modified:

DO NOT REPLY [Bug 43053] - Session doesn't do time-out when BackUpManager is used.

2007-08-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=43053. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: 6.x feature wishlist

2007-08-07 Thread Filip Hanik - Dev Lists
Filip Hanik - Dev Lists wrote: Santosh [ಸಂತೋಷ ] wrote: If any help required in these, please let me know. I am ready to contribute. On 8/7/07, Santosh [ಸಂತೋಷ ] [EMAIL PROTECTED] wrote: 1. Few more properties in logging.properties to LogHandler other than directory, prefix, suffix, level,

DO NOT REPLY [Bug 43053] - Session doesn't do time-out when BackUpManager is used.

2007-08-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=43053. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [VOTE] Releasing Tomcat Connectors 1.2.25

2007-08-07 Thread Jim Jagielski
On Aug 7, 2007, at 6:28 AM, Rainer Jung wrote: Apache Tomcat Connectors 1.2.25 is: [X] Stable - no major issues, no regressions - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [VOTE] Releasing Tomcat Connectors 1.2.25

2007-08-07 Thread Peter Rossbach
+1 tested at MAC OS X 10.4.10 with apache 2.2.4 and 2.0.59 Am 07.08.2007 um 12:28 schrieb Rainer Jung: Apache Tomcat Connectors 1.2.25 is: [x ] Stable - no major issues, no regressions [ ] Beta - at least one significant issue -- tell us what it is [ ] Alpha - multiple significant issues --

Re: 6.x feature wishlist

2007-08-07 Thread Santosh [ಸಂತೋಷ ]
On 8/7/07, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: Santosh [ಸಂತೋಷ ] wrote: If any help required in these, please let me know. I am ready to contribute. On 8/7/07, Santosh [ಸಂತೋಷ ] [EMAIL PROTECTED] wrote: 1. Few more properties in logging.properties to LogHandler other than

svn commit: r563625 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/session/ManagerBase.java

2007-08-07 Thread fhanik
Author: fhanik Date: Tue Aug 7 12:02:25 2007 New Revision: 563625 URL: http://svn.apache.org/viewvc?view=revrev=563625 Log: back port from trunk, bz http://issues.apache.org/bugzilla/show_bug.cgi?id=42530 Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/session/ManagerBase.java

DO NOT REPLY [Bug 29936] - XML parser loading problems by container

2007-08-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=29936. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: 6.x feature wishlist

2007-08-07 Thread Filip Hanik - Dev Lists
Jess Holle wrote: Tim Funk wrote: 11.Timestamps System.currentTimeMillis System.currentTimeMillis is invoked everywhere during the chain of events for a HTTP requests, even though most dates only need precision down to the second. I've received feedback that this could be improved by

Re: 6.x feature wishlist

2007-08-07 Thread Jess Holle
Filip Hanik - Dev Lists wrote: Jess Holle wrote: Tim Funk wrote: 11.Timestamps System.currentTimeMillis System.currentTimeMillis is invoked everywhere during the chain of events for a HTTP requests, even though most dates only need precision down to the second. I've received feedback

DO NOT REPLY [Bug 43057] New: - Typo of TDC in deployment docs

2007-08-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=43057. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: 6.x feature wishlist

2007-08-07 Thread Bill Barker
Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I wanted to start a wish list of what we can move forward with, here is a short list of items that I had in mind as a starter 1. Session replication - stateless backup location Store the backup location of a

Re: 6.x feature wishlist

2007-08-07 Thread Bill Barker
For most browsers, this won't really work. Most browsers treat CLIENT-CERT login the same way that they treat BASIC, so once they have authenticated, they won't ask the user again, and just re-send the same credentials. It is easy enough to write a Valve to do this, but as I said, it won't

Re: 6.x feature wishlist

2007-08-07 Thread Bill Barker
Santosh [? ] [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On 8/7/07, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: Santosh [? ] wrote: If any help required in these, please let me know. I am ready to contribute. On 8/7/07, Santosh [? ] [EMAIL PROTECTED]