Re: [ANN] Struts 2.3.16.3 GA release available - security fix

2014-05-11 Thread Lukasz Lenart
My mistake, 2.3.16.2 is affected as well. The question is do you use CookieInterceptor and do you use "*" to catch all cookies? If both answer are yes, you should upgrade. 2014-05-08 11:31 GMT+02:00 Tamer Erdogan : > If we have 2.3.16.2 installed, should we also update to 2.3.16.3. Because in >

Re: Grouping same type validators

2014-05-11 Thread Mats Nyberg
just a work-around I came to think of: if you’re building with maven or ant, why not generate the validation.xml-files from a home made xml configuration file using xxl(t)? such tasks are built-in in ant and for maven there’s the xml-maven-plugin. generate the files into the generated classes d

Re: Grouping same type validators

2014-05-11 Thread Mats Nyberg
(repost; I might have used the wrong sender address) just a work-around I came to think of: if you’re building with maven or ant, why not generate the validation.xml-files from a home made xml configuration file using xxl(t)? such tasks are built-in in ant and for maven there’s the xml-maven-pl