Re: Does OGNL 3.0.6 work with Struts2 -core-2.1.2 ?

2013-02-11 Thread Sreekanth S. Nair
Thanks Lukazs. I'm hoping for the best, nothing will break with ognl upgrade with older struts2 version by through testing :) . -- Thanks & Regards Srikanth Software Developer eGovernments Foundations www.egovernments.org Mob : 9980078913

Re: Does OGNL 3.0.6 work with Struts2 -core-2.1.2 ?

2013-02-11 Thread Lukasz Lenart
2013/2/12 Sreekanth S. Nair : > Thanks for your response. We are testing it out. As clarification does > struts2 version really depends on ognl version ? Yes, as some changes were introduced to improve performance or security - and base on that Struts2 was also adjusted - but basically Struts 2.3.

Re: Does OGNL 3.0.6 work with Struts2 -core-2.1.2 ?

2013-02-11 Thread Sreekanth S. Nair
Thanks for your response. We are testing it out. As clarification does struts2 version really depends on ognl version ? On Mon, Feb 11, 2013 at 2:07 PM, Lukasz Lenart wrote: > 2013/2/11 Sreekanth S. Nair : > > Hi Lucasz, > > I have seen that issue n discussion, i just would l

Re: struts2 and WebSphere dynacache

2013-02-11 Thread Lukasz Lenart
2013/2/12 S M : > Hi, > How do we cache struts2 actions using dynache? Since struts2 uses a filter > instead of servlets, the cachespec.xml entries I have for the actions don't > seem to have any effect. Why and what for? Actions are dynamic elements of your application and caching them doesn't ma

Re: Does OGNL 3.0.6 work with Struts2 -core-2.1.2 ?

2013-02-11 Thread Lukasz Lenart
2013/2/11 Sreekanth S. Nair : > Hi Lucasz, > I have seen that issue n discussion, i just would like > to know is it safe to use ognl-3.0.6 jar instead of ognl-3.0.3 with > struts-core-2.1.2. Since i can see there are some more performance related > improvements are done at 3.0.6

Re: Does OGNL 3.0.6 work with Struts2 -core-2.1.2 ?

2013-02-11 Thread Sreekanth S. Nair
Hi Lucasz, I have seen that issue n discussion, i just would like to know is it safe to use ognl-3.0.6 jar instead of ognl-3.0.3 with struts-core-2.1.2. Since i can see there are some more performance related improvements are done at 3.0.6 which is not there in 3.0.3 as per the o

Re: Does OGNL 3.0.6 work with Struts2 -core-2.1.2 ?

2013-02-11 Thread Lukasz Lenart
2013/2/11 Sreekanth S. Nair : > Hi, > > Does OGNL 3.0.6 jar work with Struts2 -core-2.1.2 without any issues? > according to http://struts.apache.org/2.3.4.1/docs/Performance%20Tuning.html > its > says struts < 2.3 have to use ognl-3.0.3 > but i can see some more performance improvement fixes at