Re: Struts 2.5.6 is ready for test

2016-12-01 Thread Lukasz Lenart
Tested with parameters.toString() and it looks good, all is escaped :)

2016-12-01 20:14 GMT+01:00 Lukasz Lenart :
> 2016-12-01 18:51 GMT+01:00 Aleksandr Mashchenko :
>> Can we have toString method which returns "parameters.toString()" in
>> HttpParameters? Currently in 2.5.5 "#parameters" prints HttpParameters
>> instance hash in JSP.
>
> Is that safe? I would rather print something like "Please user
> '#parameters.keyName`" - it's just a temporary solution before we
> migrate to Servlets 2.5 then we can add ELResolver
>
>
> 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



Re: Struts 2.5.6 is ready for test

2016-12-01 Thread Lukasz Lenart
2016-12-01 18:51 GMT+01:00 Aleksandr Mashchenko :
> Can we have toString method which returns "parameters.toString()" in
> HttpParameters? Currently in 2.5.5 "#parameters" prints HttpParameters
> instance hash in JSP.

Is that safe? I would rather print something like "Please user
'#parameters.keyName`" - it's just a temporary solution before we
migrate to Servlets 2.5 then we can add ELResolver


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



Re: Struts 2.5.6 is ready for test

2016-12-01 Thread Aleksandr Mashchenko
Can we have toString method which returns "parameters.toString()" in 
HttpParameters? Currently in 2.5.5 "#parameters" prints HttpParameters 
instance hash in JSP.


---
Regards,
Aleksandr

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



Re: Struts 2.5.6 is ready for test

2016-12-01 Thread Lukasz Lenart
Yeah... I think so. There is also this bug with I18Interceptor &
Portal and I would like to include a fix for it.

2016-12-01 13:12 GMT+01:00 Greg Huber :
> is there going to be another release candidate for this?
>
> On 30 November 2016 at 09:12, Lukasz Lenart  wrote:
>
>> Just discovered that the ValueSubstitutor doesn't work :\
>> https://issues.apache.org/jira/browse/WW-4698
>>
>> 2016-11-29 11:39 GMT+01:00 Christoph Nenning <
>> christoph.nenn...@lex-com.net>:
>> > In my tests it looks good!
>> >
>> >
>> > Regards,
>> > Christoph
>> >
>> >
>> >
>> >> From: Lukasz Lenart 
>> >> To: Struts Developers List ,
>> >> Date: 28.11.2016 21:51
>> >> Subject: Struts 2.5.6 is ready for test
>> >>
>> >> Hi,
>> >>
>> >> Please take a time and test the bits - any help is appreciated. Please
>> >> report any problems back. I'll call for vote in a week if no problems
>> >> will be spotted.
>> >>
>> >> Staging Maven repo
>> >> https://repository.apache.org/content/groups/staging/
>> >>
>> >> Standalone artifacts
>> >> https://dist.apache.org/repos/dist/dev/struts/2.5.6/
>> >>
>> >> Release notes
>> >> https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.6
>> >>
>> >>
>> >> Thanks in advance
>> >> --
>> >> Ł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
>> >>
>> >
>> > This Email was scanned by Sophos Anti Virus
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
>> For additional commands, e-mail: dev-h...@struts.apache.org
>>
>>

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



Re: Struts 2.5.6 is ready for test

2016-12-01 Thread Greg Huber
is there going to be another release candidate for this?

On 30 November 2016 at 09:12, Lukasz Lenart  wrote:

> Just discovered that the ValueSubstitutor doesn't work :\
> https://issues.apache.org/jira/browse/WW-4698
>
> 2016-11-29 11:39 GMT+01:00 Christoph Nenning <
> christoph.nenn...@lex-com.net>:
> > In my tests it looks good!
> >
> >
> > Regards,
> > Christoph
> >
> >
> >
> >> From: Lukasz Lenart 
> >> To: Struts Developers List ,
> >> Date: 28.11.2016 21:51
> >> Subject: Struts 2.5.6 is ready for test
> >>
> >> Hi,
> >>
> >> Please take a time and test the bits - any help is appreciated. Please
> >> report any problems back. I'll call for vote in a week if no problems
> >> will be spotted.
> >>
> >> Staging Maven repo
> >> https://repository.apache.org/content/groups/staging/
> >>
> >> Standalone artifacts
> >> https://dist.apache.org/repos/dist/dev/struts/2.5.6/
> >>
> >> Release notes
> >> https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.6
> >>
> >>
> >> Thanks in advance
> >> --
> >> Ł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
> >>
> >
> > This Email was scanned by Sophos Anti Virus
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
> For additional commands, e-mail: dev-h...@struts.apache.org
>
>


Re: Struts 2.5.6 is ready for test

2016-11-30 Thread Lukasz Lenart
Just discovered that the ValueSubstitutor doesn't work :\
https://issues.apache.org/jira/browse/WW-4698

2016-11-29 11:39 GMT+01:00 Christoph Nenning :
> In my tests it looks good!
>
>
> Regards,
> Christoph
>
>
>
>> From: Lukasz Lenart 
>> To: Struts Developers List ,
>> Date: 28.11.2016 21:51
>> Subject: Struts 2.5.6 is ready for test
>>
>> Hi,
>>
>> Please take a time and test the bits - any help is appreciated. Please
>> report any problems back. I'll call for vote in a week if no problems
>> will be spotted.
>>
>> Staging Maven repo
>> https://repository.apache.org/content/groups/staging/
>>
>> Standalone artifacts
>> https://dist.apache.org/repos/dist/dev/struts/2.5.6/
>>
>> Release notes
>> https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.6
>>
>>
>> Thanks in advance
>> --
>> Ł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
>>
>
> This Email was scanned by Sophos Anti Virus

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



Re: Struts 2.5.6 is ready for test

2016-11-29 Thread Christoph Nenning
In my tests it looks good!


Regards,
Christoph



> From: Lukasz Lenart 
> To: Struts Developers List , 
> Date: 28.11.2016 21:51
> Subject: Struts 2.5.6 is ready for test
> 
> Hi,
> 
> Please take a time and test the bits - any help is appreciated. Please
> report any problems back. I'll call for vote in a week if no problems
> will be spotted.
> 
> Staging Maven repo
> https://repository.apache.org/content/groups/staging/
> 
> Standalone artifacts
> https://dist.apache.org/repos/dist/dev/struts/2.5.6/
> 
> Release notes
> https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.6
> 
> 
> Thanks in advance
> -- 
> Ł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
> 

This Email was scanned by Sophos Anti Virus