Re: Action failed for Struts 2.3.15.3 GA release

2013-10-30 Thread Emi Lu
On 10/21/2013 07:03 PM, Greg Lindholm wrote: If you use struts.mapper.action.prefix.enabled to enable action: prefix support are you opening up a security whole? What is the liability? No comments from users. Could consider no security issues, I guess? On Fri, Oct 18, 2013 at 12:28 PM,

Re: Action failed for Struts 2.3.15.3 GA release

2013-10-21 Thread Greg Lindholm
If you use struts.mapper.action.prefix.enabled to enable action: prefix support are you opening up a security whole? What is the liability? On Fri, Oct 18, 2013 at 12:28 PM, Lukasz Lenart lukaszlen...@apache.orgwrote: 2013/10/18 Emi Lu em...@encs.concordia.ca: Good morning, Tried the

Re: Action failed for Struts 2.3.15.3 GA release

2013-10-19 Thread Lukasz Lenart
2013/10/18 Emi Lu em...@encs.concordia.ca: (2) Failed version(struts2.3.15.3 + tiles3.0.1) struts.xml constant name=struts.enable.DynamicMethodInvocation value=true/ constant name=struts.mapper.action.prefix.enabled value=true/ web.xml ===

Action failed for Struts 2.3.15.3 GA release

2013-10-18 Thread Emi Lu
Good morning, Tried the new version15.3, but failed: login() method is not called at all. (1) login.jsp s:submit value=Login theme=simple action=loginProcessLoginAction / (2) ProcessLoginAction.java public class

Re: Action failed for Struts 2.3.15.3 GA release

2013-10-18 Thread Emi Lu
One more comment: = Tiles 3.0.1 is used in the new struts package, but it will cause java.lang.NoClassDefFoundError: org/apache/tiles/web/startup/TilesListener exception. So, I could only use 2.2.2.2. login() method is not called in the action class - this is the

Re: Action failed for Struts 2.3.15.3 GA release

2013-10-18 Thread Lukasz Lenart
2013/10/18 Emi Lu em...@encs.concordia.ca: Good morning, Tried the new version15.3, but failed: login() method is not called at all. (1) login.jsp s:submit value=Login theme=simple action=loginProcessLoginAction / Struts 2.3.15.3 disables support

Re: Action failed for Struts 2.3.15.3 GA release

2013-10-18 Thread Lukasz Lenart
2013/10/18 Emi Lu em...@encs.concordia.ca: One more comment: = Tiles 3.0.1 is used in the new struts package, but it will cause java.lang.NoClassDefFoundError: org/apache/tiles/web/startup/TilesListener exception. So, I could only use 2.2.2.2. Have you read the docs?

Re: Action failed for Struts 2.3.15.3 GA release

2013-10-18 Thread Emi Lu
On 10/18/2013 12:28 PM, Lukasz Lenart wrote: 2013/10/18 Emi Lu em...@encs.concordia.ca: Good morning, Tried the new version15.3, but failed: login() method is not called at all. (1) login.jsp s:submit value=Login theme=simple