You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Wendy Smoak <ws...@gmail.com> on 2006/03/07 01:39:20 UTC

[ANNOUNCE] Struts Action 1.3.1 release plan

The Struts Action 1.3.1 release plan is available here:

 * http://wiki.apache.org/struts/StrutsActionRelease131

The main motivation for this release is the resolution of two important issues:

 * 38374 - Validation always skipped with Globals.CANCEL_KEY
 * 38534 - DOS attack, application hack

Assuming no objections are raised, my intention is to tag the
repository and post the test build this weekend, March 11th or 12th.

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: [ANNOUNCE] Struts Action 1.3.1 release plan

Posted by Michael Jouravlev <jm...@gmail.com>.
On 3/6/06, Paul Benedict <pa...@yahoo.com> wrote:
> > I really really really wish this one to make it too
>
> Michael,
>
> Please see the release plan for Struts *Extras* 1.3.1;
> that's where it would be accepted, if it does.
> Wendy's thread here is for Struts *Action* 1.3.1, which
> is a different product.
>
> Paul

Right. I confused Extras with Core. I am sorry, Wendy.

Michael.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: [ANNOUNCE] Struts Action 1.3.1 release plan

Posted by Paul Benedict <pa...@yahoo.com>.
> I really really really wish this one to make it too

Michael,

Please see the release plan for Struts *Extras* 1.3.1;
that's where it would be accepted, if it does. 
Wendy's thread here is for Struts *Action* 1.3.1, which
is a different product.

Paul

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: [ANNOUNCE] Struts Action 1.3.1 release plan

Posted by Michael Jouravlev <jm...@gmail.com>.
On 3/6/06, Wendy Smoak <ws...@gmail.com> wrote:
> The Struts Action 1.3.1 release plan is available here:
>
>  * http://wiki.apache.org/struts/StrutsActionRelease131
>
> The main motivation for this release is the resolution of two important issues:
>
>  * 38374 - Validation always skipped with Globals.CANCEL_KEY
>  * 38534 - DOS attack, application hack
>
> Assuming no objections are raised, my intention is to tag the
> repository and post the test build this weekend, March 11th or 12th.

I really really really wish this one to make it too

* 38343 - ParameterListActionDispatcher. Patch Available. May supercede 30292.

The code works great, what is more? Paul has done a great job. The
test code for this class can be pulled right from Struts Dialogs 2.0
that uses ParameterListActionDispatcher unchanged. This class
simplifies dispatching tremendously.

And please mark 30292 as WONTFIX at last, since it does not make any
sense anymore.

Michael.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: [ANNOUNCE] Struts Action 1.3.1 release plan

Posted by Wendy Smoak <ws...@gmail.com>.
On 3/6/06, Ted Husted <te...@gmail.com> wrote:

> We did incude "Opt-In Cancel Handling" in 1.3.0 for the composable
> request processor, which is now the default. Afterwards, Niall then
> added support for the Legacy request processor.

Okay, so half and half. :)  The ticket wasn't closed until last week,
which is why it's marked as fixed for 1.3.1.  In any case, the release
notes will aggregate until we get a Struts Action 1.3.x release graded
GA.

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: [ANNOUNCE] Struts Action 1.3.1 release plan

Posted by Ted Husted <te...@gmail.com>.
We did incude "Opt-In Cancel Handling" in 1.3.0 for the composable
request processor, which is now the default. Afterwards, Niall then
added support for the Legacy request processor.

-Ted.

On 3/6/06, Wendy Smoak <ws...@gmail.com> wrote:
> On 3/6/06, Paul Benedict <pa...@yahoo.com> wrote:
>
> > --- Wendy Smoak <ws...@gmail.com> wrote:
> > > The main motivation for this release is the resolution of two important issues:
> > >
> > >  * 38374 - Validation always skipped with Globals.CANCEL_KEY
> > >  * 38534 - DOS attack, application hack
>
> > Wasn't 38374 resolved in 1.3.0?
>
> No.  Ted tagged 1.3.0 on Feb 17th, and Niall committed a fix for 38374
> on Feb 22nd.  I think it was fixed in the 1.2 branch prior to that,
> but not in action/trunk.
>
> --
> Wendy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>


--
HTH, Ted.
** http://www.husted.com/ted/blog/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: [ANNOUNCE] Struts Action 1.3.1 release plan

Posted by Wendy Smoak <ws...@gmail.com>.
On 3/6/06, Paul Benedict <pa...@yahoo.com> wrote:

> --- Wendy Smoak <ws...@gmail.com> wrote:
> > The main motivation for this release is the resolution of two important issues:
> >
> >  * 38374 - Validation always skipped with Globals.CANCEL_KEY
> >  * 38534 - DOS attack, application hack

> Wasn't 38374 resolved in 1.3.0?

No.  Ted tagged 1.3.0 on Feb 17th, and Niall committed a fix for 38374
on Feb 22nd.  I think it was fixed in the 1.2 branch prior to that,
but not in action/trunk.

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: [ANNOUNCE] Struts Action 1.3.1 release plan

Posted by Paul Benedict <pa...@yahoo.com>.
Wasn't 38374 resolved in 1.3.0?

--- Wendy Smoak <ws...@gmail.com> wrote:

> The Struts Action 1.3.1 release plan is available here:
> 
>  * http://wiki.apache.org/struts/StrutsActionRelease131
> 
> The main motivation for this release is the resolution of two important issues:
> 
>  * 38374 - Validation always skipped with Globals.CANCEL_KEY
>  * 38534 - DOS attack, application hack
> 
> Assuming no objections are raised, my intention is to tag the
> repository and post the test build this weekend, March 11th or 12th.
> 
> --
> Wendy
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org