Re: [RESULT] [VOTE] Releasing Apache Tomcat Native 1.1.16

2008-11-18 Thread jean-frederic clere
Mladen Turk wrote: sebb wrote: I happened to spot the following in ssl.c: static int jbs_gets(BIO *b, char *out, int outl) ... int l = (int)strlen(J2S(o)); if (l < outl) { strcpy(out, J2S(o)); ret = outl; } ... return ret; It looks a bit odd to me - I would have expected it to return l

Re: [RESULT] [VOTE] Releasing Apache Tomcat Native 1.1.16

2008-11-18 Thread sebb
On 18/11/2008, Mladen Turk <[EMAIL PROTECTED]> wrote: > sebb wrote: > > > I happened to spot the following in ssl.c: > > > > static int jbs_gets(BIO *b, char *out, int outl) > > ... > > int l = (int)strlen(J2S(o)); > > if (l < outl) { > >strcpy(out, J2S(o)); > >ret = outl; > > } > > ... > >

Re: [RESULT] [VOTE] Releasing Apache Tomcat Native 1.1.16

2008-11-18 Thread Mladen Turk
sebb wrote: I happened to spot the following in ssl.c: static int jbs_gets(BIO *b, char *out, int outl) ... int l = (int)strlen(J2S(o)); if (l < outl) { strcpy(out, J2S(o)); ret = outl; } ... return ret; It looks a bit odd to me - I would have expected it to return l rather than outl.

Re: [RESULT] [VOTE] Releasing Apache Tomcat Native 1.1.16

2008-11-18 Thread sebb
I happened to spot the following in ssl.c: static int jbs_gets(BIO *b, char *out, int outl) ... int l = (int)strlen(J2S(o)); if (l < outl) { strcpy(out, J2S(o)); ret = outl; } ... return ret; It looks a bit odd to me - I would have expected it to return l rather than outl. However, I've

Re: [RESULT] [VOTE] Releasing Apache Tomcat Native 1.1.16

2008-11-17 Thread Mladen Turk
William A. Rowe, Jr. wrote: Mladen Turk wrote: You are the chair... and further you had called the vote. Feel free to reverse yourself :) Wow, and I thought the chair is the slave that collects and writes board reports ;) Cheers -- ^(TM)

Re: [RESULT] [VOTE] Releasing Apache Tomcat Native 1.1.16

2008-11-17 Thread William A. Rowe, Jr.
Mladen Turk wrote: > Mladen Turk wrote: >> Mladen Turk wrote: >> > Hello to the Tomcat team, >> > >> > Native 1.1.16 has been available for testing for almost a week, >> > so I would like to proceed with the release vote. >> > >> >> So far only one binding vote has been recorded >> (Thanks Hen

Re: [RESULT] [VOTE] Releasing Apache Tomcat Native 1.1.16

2008-11-17 Thread Mladen Turk
Mladen Turk wrote: Mladen Turk wrote: > Hello to the Tomcat team, > > Native 1.1.16 has been available for testing for almost a week, > so I would like to proceed with the release vote. > So far only one binding vote has been recorded (Thanks Henri), and mine by presumption. So, Native 1.1

Re: [RESULT] [VOTE] Releasing Apache Tomcat Native 1.1.16

2008-11-13 Thread Peter Rossbach
Hi Mladen, last weeks are conference time... Sorry are also test tcnative today. regards Peter Am 13.11.2008 um 20:47 schrieb Rainer Jung: Mladen Turk schrieb: Mladen Turk wrote: Hello to the Tomcat team, Native 1.1.16 has been available for testing for almost a week, so I would like to

Re: [RESULT] [VOTE] Releasing Apache Tomcat Native 1.1.16

2008-11-13 Thread Rainer Jung
Mladen Turk schrieb: > Mladen Turk wrote: >> Hello to the Tomcat team, >> >> Native 1.1.16 has been available for testing for almost a week, >> so I would like to proceed with the release vote. >> > > So far only one binding vote has been recorded > (Thanks Henri), and mine by presumption. > > So

Re: [RESULT] [VOTE] Releasing Apache Tomcat Native 1.1.16

2008-11-13 Thread Lorenz Breu
Too bad :( I am just the new guy here and I only use tcn for my MINA APR transport extensions. As I couldn't build tomcat native on my windows box I was looking forward to the new release, even though the only problems I ever encountered (I don't use tcn extensively at the moment) were the typ

Re: [RESULT] [VOTE] Releasing Apache Tomcat Native 1.1.16

2008-11-13 Thread Henri Gomez
Sad :( 2008/11/13 Mladen Turk <[EMAIL PROTECTED]>: > Mladen Turk wrote: >> Hello to the Tomcat team, >> >> Native 1.1.16 has been available for testing for almost a week, >> so I would like to proceed with the release vote. >> > > So far only one binding vote has been recorded > (Thanks Henri), an

[RESULT] [VOTE] Releasing Apache Tomcat Native 1.1.16

2008-11-13 Thread Mladen Turk
Mladen Turk wrote: > Hello to the Tomcat team, > > Native 1.1.16 has been available for testing for almost a week, > so I would like to proceed with the release vote. > So far only one binding vote has been recorded (Thanks Henri), and mine by presumption. So, Native 1.1.16 won't be released due