Re: 6.x feature wishlist

2007-08-14 Thread Remy Maucherat
Remy Maucherat wrote: Bill Barker wrote: "Remy Maucherat" <[EMAIL PROTECTED]> wrote in message I don't know how to avoid it in a simple way without a hack. Bill, any ideas ? We're pretty consistant in our attribute names in server.xml, so while it isn't the cleanest solution, it should work

Re: 6.x feature wishlist

2007-08-09 Thread Remy Maucherat
Bill Barker wrote: "Remy Maucherat" <[EMAIL PROTECTED]> wrote in message I don't know how to avoid it in a simple way without a hack. Bill, any ideas ? We're pretty consistant in our attribute names in server.xml, so while it isn't the cleanest solution, it should work for us. How about addi

Re: 6.x feature wishlist

2007-08-08 Thread Bill Barker
"Remy Maucherat" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Remy Maucherat wrote: >>> You can get the attributes now by setting debug logging on >>> o.a.t.u.IntrospectionUtils. It wouldn't be hard to do in general (e.g. >>> make IntrospectionUtils.setAttribute return boolean

Re: 6.x feature wishlist

2007-08-08 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 - statel

Re: 6.x feature wishlist

2007-08-08 Thread Remy Maucherat
Remy Maucherat wrote: You can get the attributes now by setting debug logging on o.a.t.u.IntrospectionUtils. It wouldn't be hard to do in general (e.g. make IntrospectionUtils.setAttribute return boolean instead of void, and warn in Digester.startElement if no rules are configured, but make t

Re: 6.x feature wishlist

2007-08-08 Thread atul
ay, August 7, 2007 10:01:46 PM Subject: Re: 6.x feature wishlist 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.

Re: 6.x feature wishlist

2007-08-08 Thread Remy Maucherat
Bill Barker wrote: 2. Add a block/no-block parameter to InputFilter.doRead and OutputFilter.doWrite InputFilter -> public int doRead(ByteChunk chunk, Request unused, boolean block) throws IOException; OutputFilter -> public int doWrite(ByteChunk chunk, Response unused, boolean block) thro

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 [? ] <

Re: 6.x feature wishlist

2007-08-07 Thread Bill Barker
opers List Sent: Monday, August 6, 2007 10:36:24 PM Subject: 6.x feature wishlist 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 sessi

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 locati

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 th

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 kee

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 LogH

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

Re: 6.x feature wishlist

2007-08-07 Thread atul
anik - Dev Lists <[EMAIL PROTECTED]> To: Tomcat Developers List Sent: Monday, August 6, 2007 10:36:24 PM Subject: 6.x feature wishlist 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 -

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 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 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 - statel

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 servic

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 jvmR

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, suf

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-06 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 S

6.x feature wishlist

2007-08-06 Thread Filip Hanik - Dev Lists
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 jvmRoute but opposite. This way, y