Re: Issue with entry in Struts.xml

2012-11-18 Thread Srineel Mazumdar
Thanks Dave.You got it right. So you are saying that if I want to forward the output of an action to another action , I should use redirect action?? I will search for the filter option. Regards, Srineel On Mon, Nov 19, 2012 at 1:13 AM, Dave Newton wrote: > > This entry is working: > > > > >

Re: 回复:[struts2] 's method attribute doesn't work

2012-11-18 Thread Lukasz Lenart
2012/11/14 J. Garcia : > Beware of this vulnerability: > > http://www.brucephillips.name/blog/index.cfm/2011/2/19/Struts-2-Security-Vulnerability--Dynamic-Method-Invocation I've added additional note about that to the docs https://cwiki.apache.org/confluence/display/WW/submit Regards -- Łukasz

Re: Issue with entry in Struts.xml

2012-11-18 Thread Dave Newton
> This entry is working: > > > /WEB-INF/jsp/index.jsp > > > This entry is not: > > > /shop/index.action > It's not entirely clear what the question is, but in case the statement is actually "why", I'll answer. The first result forwards to a JSP. The second attempts to forward to an action