Re: Secure parameters

2016-07-15 Thread Lukasz Lenart
Time to merge this branch :finger cross: ;-) 2016-06-02 14:07 GMT+02:00 Martin Gainty : > Thanks Lukasz > Martin > >> From: lukaszlen...@apache.org >> Date: Wed, 1 Jun 2016 15:47:04 +0200 >> Subject: Re: Secure parameters >> To: dev@struts.apache.org >> >

RE: Secure parameters

2016-06-02 Thread Martin Gainty
Thanks Lukasz Martin > From: lukaszlen...@apache.org > Date: Wed, 1 Jun 2016 15:47:04 +0200 > Subject: Re: Secure parameters > To: dev@struts.apache.org > > I'm going

Re: Secure parameters

2016-06-01 Thread Lukasz Lenart
I'm going to merge this and then improve 2015-11-25 20:52 GMT+01:00 Lukasz Lenart : > Pushed the work forward and it looks like that now > https://github.com/apache/struts/pull/58 > > I think it's good enough but I open for there ideas :) > > > Regards > -- > Łukasz > + 48 606 323 122 http://www.l

Re: Secure parameters

2015-11-25 Thread Lukasz Lenart
Pushed the work forward and it looks like that now https://github.com/apache/struts/pull/58 I think it's good enough but I open for there ideas :) Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscribe,

[GitHub] struts pull request: Secure parameters

2015-11-25 Thread lukaszlenart
Github user lukaszlenart closed the pull request at: https://github.com/apache/struts/pull/53 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

RE: Secure parameters

2015-10-20 Thread Martin Gainty
> 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 menti

Re: Secure parameters

2015-10-20 Thread Ken McWilliams
Might want to take a look at tiles-request (mico) framework. On Oct 6, 2015 12:28 AM, "Lukasz Lenart" 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

Re: Secure parameters

2015-10-20 Thread Paul Benedict
I think the class name is very confusing. Can it just be StrutsParameters? The "secure" thing I don't think is accurate. On Oct 8, 2015 8:31 AM, "Christoph Nenning" wrote: > > From: Lukasz Lenart > > To: Struts Developers List , > > Date: 06.1

Re: Secure parameters

2015-10-08 Thread Christoph Nenning
> From: Lukasz Lenart > To: Struts Developers List , > Date: 06.10.2015 08:28 > Subject: Secure parameters > > 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 &

Re: Secure parameters

2015-10-06 Thread Lukasz Lenart
2015-10-06 15:59 GMT+02:00 Paul Benedict : > Can you explain the "secure" aspect? I don't follow what this is trying to > accomplish. This is not a criticism; just a question. Right now "parameters" is a junk, bunch of values with unknown origins - some are coming from Request, some from intercept

Re: Secure parameters

2015-10-06 Thread Paul Benedict
Can you explain the "secure" aspect? I don't follow what this is trying to accomplish. This is not a criticism; just a question. Cheers, Paul On Tue, Oct 6, 2015 at 1:28 AM, Lukasz Lenart wrote: > Hi, > > I have started on introducing typed parameters instead of a Map of > objects as we have r

Secure parameters

2015-10-05 Thread Lukasz Lenart
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.

[GitHub] struts pull request: Secure parameters

2015-10-05 Thread lukaszlenart
GitHub user lukaszlenart opened a pull request: https://github.com/apache/struts/pull/53 Secure parameters TBD You can merge this pull request into a Git repository by running: $ git pull https://github.com/lukaszlenart/struts secure-parameters Alternatively you can review