Re: svn commit: r802949 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/template/FreemarkerTemplateEngine.java

2009-08-11 Thread Mathias Bogaert
Small naming comment; isn't clearTemplateCache a better name instead of clearTemplatesCache? Mathias On Tue, Aug 11, 2009 at 12:40 AM, wrote: > Author: musachy > Date: Mon Aug 10 22:40:51 2009 > New Revision: 802949 > > URL: http://svn.apache.org/viewvc?rev=802949&view=rev > Log: > WW-3189 add a

Re: svn commit: r789432 - in /struts/struts2/trunk/core/src/main: java/org/apache/struts2/StrutsConstants.java java/org/apache/struts2/config/BeanSelectionProvider.java resources/org/apache/struts2/

2009-06-29 Thread Mathias Bogaert
Typo in the default.properties: +### Chaches parsed OGNL expressions, but can lead to memory leaks Caches... On Mon, Jun 29, 2009 at 10:15 PM, wrote: > Author: musachy > Date: Mon Jun 29 20:15:24 2009 > New Revision: 789432 > > URL: http://svn.apache.org/viewvc?rev=789432&view=rev > Log: > WW-3

Re: Struts 2.1.2 AnnotationActionValidatorManager and synchronization

2009-04-21 Thread Mathias Bogaert
The AnnotationActionValidatorManager should be using ConcurrentHashMap and putIfAbsent for maximal concurrency. Could you file an issue in JIRA? On Sat, Apr 18, 2009 at 6:38 PM, stanlick wrote: > > I am running JMeter over an application and after about an hour of ten > threads making relatively

Re: about OGNL and parameter binding

2009-04-21 Thread Mathias Bogaert
Musachy, Great stuff! Is the new implementation using ScriptEngine (JSR 223) in some way? Both OGNL and MVEL have a ScriptEngineFactory implementation, and many other scripting languages do, maximal decoupling. Regards, Mathias On Sun, Apr 19, 2009 at 11:28 PM, Musachy Barroso wrote: > Every a