Re: svn commit: r1228497 - /struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/config/impl/ActionConfigMatcher.java

2012-01-07 Thread John Lindal
No, because convertParam expands the wildcard expression :) John On Jan 7, 2012, at 11:58 AM, Łukasz Lenart wrote: Wouldn't be better to first check if it's an allowed-method and then call convertParam() method ? if (!orig.isAllowedMethod(methodName)) { return null; } String methodName =

Re: svn commit: r1227160 - /struts/site/src/site/resources/archetype-catalog.xml

2012-01-07 Thread Łukasz Lenart
2012/1/5 Maurizio Cucchiara : > Another couple of question: > * what is the difference between this file and the archetype-catalog.xml > present in http://goo.gl/wo4l0 ? The same, should be one ;-) > * is that task documented on the release process wiki? Nope, good point ;-) Regards -- Łukasz

Re: svn commit: r1228497 - /struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/config/impl/ActionConfigMatcher.java

2012-01-07 Thread Łukasz Lenart
Wouldn't be better to first check if it's an allowed-method and then call convertParam() method ? if (!orig.isAllowedMethod(methodName)) { return null; } String methodName = convertParam(orig.getMethodName(), vars); Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG