Re: [ANN] Apache Tomcat Connectors 1.2.30 released

2010-09-21 Thread Rainer Jung
> On 09/21/2010 12:05 PM, Tim Whittington wrote: >> I'm done on my changes for 1.2.31 >> Log rotation should be done (pending testing by someone other than me >> ;), >> and a quick scan of the IIS bugs didn't reveal any obvious candidates >> for >> further fixes. >> > > Coll. I'll do some testings

Re: [ANN] Apache Tomcat Connectors 1.2.30 released

2010-09-21 Thread Tim Whittington
I just committed a proposed fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=49511 - if can simulate the required conditions that could bear some testing as well. cheers tim On Tue, Sep 21, 2010 at 10:49 PM, Mladen Turk wrote: > On 09/21/2010 12:05 PM, Tim Whittington wrote: > >> I'm

Re: [ANN] Apache Tomcat Connectors 1.2.30 released

2010-09-21 Thread Mladen Turk
On 09/21/2010 12:05 PM, Tim Whittington wrote: I'm done on my changes for 1.2.31 Log rotation should be done (pending testing by someone other than me ;), and a quick scan of the IIS bugs didn't reveal any obvious candidates for further fixes. Coll. I'll do some testings on IIS6 and IIS7 I wo

Re: [ANN] Apache Tomcat Connectors 1.2.30 released

2010-09-21 Thread Tim Whittington
I'm done on my changes for 1.2.31 Log rotation should be done (pending testing by someone other than me ;), and a quick scan of the IIS bugs didn't reveal any obvious candidates for further fixes. cheers tim On Wed, Sep 15, 2010 at 10:48 AM, Rainer Jung wrote: > On 14.09.2010 01:14, William A. R

Re: [ANN] Apache Tomcat Connectors 1.2.30 released

2010-09-15 Thread Mladen Turk
On 09/15/2010 05:10 PM, William A. Rowe Jr. wrote: On 9/14/2010 5:48 PM, Rainer Jung wrote: Sounds like consensus suggests a next connector release, then branch 1.2.x for maintenance, and axe ancient servers and connection code such as ajp12 from the post-1.2 trunk for some future 1.3 connector

Re: [ANN] Apache Tomcat Connectors 1.2.30 released

2010-09-15 Thread William A. Rowe Jr.
On 9/14/2010 5:48 PM, Rainer Jung wrote: > On 14.09.2010 01:14, William A. Rowe Jr. wrote: >> On 9/13/2010 6:11 PM, Tim Whittington wrote: >>> I agree with this approach. >>> >>> I'd like to get a 1.2.31 release out sometime to release the ISAPI >>> Redirector log rotation though, before we start o

Re: [ANN] Apache Tomcat Connectors 1.2.30 released

2010-09-15 Thread Jim Jagielski
Why? The fact that the ASF has retired httpd-1.3 doesn't mean that the world has stopped using it, or *will* stop using it before the next connectors release. On Sep 13, 2010, at 5:15 PM, William A. Rowe Jr. wrote: > On 3/1/2010 4:45 AM, Mladen Turk wrote: >> The Apache Tomcat team announces the

Re: [ANN] Apache Tomcat Connectors 1.2.30 released

2010-09-14 Thread Rainer Jung
On 14.09.2010 15:43, Mladen Turk wrote: On 09/14/2010 02:33 PM, William A. Rowe Jr. wrote: With this release, following the retirement of httpd-1.3 from all maintenance, would this be a good time to declare this the final native/apache-1.3/ connector and remove that tree from svn at this point,

Re: [ANN] Apache Tomcat Connectors 1.2.30 released

2010-09-14 Thread Rainer Jung
On 14.09.2010 08:11, Mladen Turk wrote: On 09/13/2010 11:38 PM, Rainer Jung wrote: I have the impression there is not enough dev time available at the moment for bigger things like migrating it to APR, but a switch to 1.3 would allow us to formulate a clear message (some incompatibilities, part

Re: [ANN] Apache Tomcat Connectors 1.2.30 released

2010-09-14 Thread Rainer Jung
On 14.09.2010 01:14, William A. Rowe Jr. wrote: On 9/13/2010 6:11 PM, Tim Whittington wrote: I agree with this approach. I'd like to get a 1.2.31 release out sometime to release the ISAPI Redirector log rotation though, before we start on 1.3. Just to make sure there is no confusion, I'm spea

Re: [ANN] Apache Tomcat Connectors 1.2.30 released

2010-09-14 Thread Rainer Jung
On 13.09.2010 23:53, William A. Rowe Jr. wrote: On 9/13/2010 4:38 PM, Rainer Jung wrote: I don't have any problem of freezing the 1.3 support concerning features and minor bugs, but I find it a bit surprising for users to suddenly stop supporting 1.3. In my opinion we should still do security

Re: [ANN] Apache Tomcat Connectors 1.2.30 released

2010-09-14 Thread Mladen Turk
On 09/14/2010 02:33 PM, William A. Rowe Jr. wrote: With this release, following the retirement of httpd-1.3 from all maintenance, would this be a good time to declare this the final native/apache-1.3/ connector and remove that tree from svn at this point, prior to any 1.*2*.31 release? Along t

Re: [ANN] Apache Tomcat Connectors 1.2.30 released

2010-09-14 Thread William A. Rowe Jr.
On 9/13/2010 4:15 PM, William A. Rowe Jr. wrote: > On 3/1/2010 4:45 AM, Mladen Turk wrote: >> The Apache Tomcat team announces the immediate availability of >> Apache Tomcat Connectors 1.2.30 stable. > > With this release, following the retirement of httpd-1.3 from all maintenance, > would this be

Re: [ANN] Apache Tomcat Connectors 1.2.30 released

2010-09-13 Thread Mladen Turk
On 09/13/2010 11:38 PM, Rainer Jung wrote: I have the impression there is not enough dev time available at the moment for bigger things like migrating it to APR, but a switch to 1.3 would allow us to formulate a clear message (some incompatibilities, partially dropped support and a couple of

Re: [ANN] Apache Tomcat Connectors 1.2.30 released

2010-09-13 Thread Henri Gomez
> > With this release, following the retirement of httpd-1.3 from all maintenance, > would this be a good time to declare this the final native/apache-1.3/ > connector > and remove that tree from svn at this point, prior to any 1.3.31 release? +1.

Re: [ANN] Apache Tomcat Connectors 1.2.30 released

2010-09-13 Thread William A. Rowe Jr.
On 9/13/2010 6:11 PM, Tim Whittington wrote: > I agree with this approach. > > I'd like to get a 1.2.31 release out sometime to release the ISAPI > Redirector log rotation though, before we start on 1.3. Just to make sure there is no confusion, I'm speaking of dropping apache-1.3, prior to 1.2.31

Re: [ANN] Apache Tomcat Connectors 1.2.30 released

2010-09-13 Thread Tim Whittington
I agree with this approach. I'd like to get a 1.2.31 release out sometime to release the ISAPI Redirector log rotation though, before we start on 1.3. cheers tim On Tue, Sep 14, 2010 at 9:38 AM, Rainer Jung wrote: > On 13.09.2010 23:17, William A. Rowe Jr. wrote: > >> On 9/13/2010 4:15 PM, Wil

Re: [ANN] Apache Tomcat Connectors 1.2.30 released

2010-09-13 Thread William A. Rowe Jr.
On 9/13/2010 4:38 PM, Rainer Jung wrote: > > I don't have any problem of freezing the 1.3 support concerning features and > minor bugs, > but I find it a bit surprising for users to suddenly stop supporting 1.3. In > my opinion we > should still do security fixes when needed and critical bugs. M

Re: [ANN] Apache Tomcat Connectors 1.2.30 released

2010-09-13 Thread Rainer Jung
On 13.09.2010 23:17, William A. Rowe Jr. wrote: On 9/13/2010 4:15 PM, William A. Rowe Jr. wrote: On 3/1/2010 4:45 AM, Mladen Turk wrote: The Apache Tomcat team announces the immediate availability of Apache Tomcat Connectors 1.2.30 stable. With this release, following the retirement of httpd-

Re: [ANN] Apache Tomcat Connectors 1.2.30 released

2010-09-13 Thread William A. Rowe Jr.
On 9/13/2010 4:15 PM, William A. Rowe Jr. wrote: > On 3/1/2010 4:45 AM, Mladen Turk wrote: >> The Apache Tomcat team announces the immediate availability of >> Apache Tomcat Connectors 1.2.30 stable. > > With this release, following the retirement of httpd-1.3 from all maintenance, > would this be

Re: [ANN] Apache Tomcat Connectors 1.2.30 released

2010-09-13 Thread William A. Rowe Jr.
On 3/1/2010 4:45 AM, Mladen Turk wrote: > The Apache Tomcat team announces the immediate availability of > Apache Tomcat Connectors 1.2.30 stable. With this release, following the retirement of httpd-1.3 from all maintenance, would this be a good time to declare this the final native/apache-1.3/ c

[ANN] Apache Tomcat Connectors 1.2.30 released

2010-03-01 Thread Mladen Turk
The Apache Tomcat team announces the immediate availability of Apache Tomcat Connectors 1.2.30 stable. Apache Tomcat Connectors 1.2.30 concentrates mainly on bug fixes. Please refer to the change log for the list of changes: http://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html D