> Date: Tue, 20 Oct 2015 15:56:20 -0600
> Subject: Re: Secure parameters
> From: ken.mcwilli...@gmail.com
> To: dev@struts.apache.org
>
> Might want to take a look at tiles-request (mico) framework.
MG>https://tiles.apache.org/tiles-request
MG>little or no mention of patterns, examples, source repo or mail-list to
contact
MG>who is the lead on tiles-request?
MG>thanks ken
> On Oct 6, 2015 12:28 AM, "Lukasz Lenart" <lukaszlen...@apache.org> wrote:
>
> > Hi,
> >
> > I have started on introducing typed parameters instead of a Map of
> > objects as we have right now [1]. Basically I am trying to introduce a
> > dedicated class which will represent HTTP parameters [2]. This isn't
> > finished yet as I need to figure out how to handle pushing objects
> > onto parameters (ie. FileuploadInterceptor is pushing files [3]) - the
> > problem is that HTTP params are arrays of strings but we have used it
> > internally to "transport" other objects.
> >
> > Any insights welcome :)
> >
> > [1] https://github.com/apache/struts/pull/53
> > [2] https://github.com/apache/struts/pull/53/files#diff-12
> > [3] https://github.com/apache/struts/pull/53/files#diff-18
> >
> >
> > Regards
> > --
> > Ćukasz
> > + 48 606 323 122 http://www.lenart.org.pl/
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
> > For additional commands, e-mail: dev-h...@struts.apache.org
> >
> >