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: [VOTE] Releasing Apache Tomcat Native 1.1.16

2008-11-17 Thread Filip Hanik - Dev Lists
I know its late [X] Stable - no major issues, no regressions just got around to it, and 1.1.15 causes problems on Linux x86_64 Filip 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.

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: [VOTE] Releasing Apache Tomcat Native 1.1.16

2008-11-13 Thread Rainer Jung
Mladen Turk schrieb: > Apache Tomcat Native 1.1.16 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 Additional remarks (I'm going to help with those changes

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

Re: [VOTE] Releasing Apache Tomcat Native 1.1.16

2008-11-12 Thread Lorenz Breu
Using 1.1.15 under WinXP I noticed that recvfrom() would not set the port of the data source, however I couldn't try the repo version as I couldn't compile under WinXP. On my kubuntu box everything seems to work fine. I am now trying to use Multicast.ointerface(sock,iface), but I still have to find

Re: [VOTE] Releasing Apache Tomcat Native 1.1.16

2008-11-12 Thread Henri Gomez
[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 SLES Linux PPC & x86 - To unsubscribe, e-mail: [EMAI

Re: [VOTE] Releasing Apache Tomcat Native 1.1.16

2008-11-11 Thread Mladen Turk
Just an reminder that the voting is still on ;) I'll wait another 48 hrs, and if not voted seems we'll have to forget about this version. 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 v

[VOTE] Releasing Apache Tomcat Native 1.1.16

2008-11-02 Thread Mladen Turk
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. If you want to take a look, the final source distribution can be downloaded from: http://tomcat.apache.org/dev/dist/tomcat-connectors/native/source/ Some b