RE: Mapping struts.xml actions to their full URL

2019-03-12 Thread Yasser Zamani
ubject: Mapping struts.xml actions to their full URL > >As part of security tests we are doing, I have to map the actions appears in >struts.xml to their full URLs. I know to connect between the namespace and the >action name of every action from struts.xml, but how can I know which ser

Re: Mapping struts.xml actions to their full URL

2019-03-11 Thread shonlevin1234
On 2019/03/11 12:42:14, Dave Newton wrote: > The "servlet prefix" (whatever that is) is dependent on the deployment, not > the app. > > On Mon, Mar 11, 2019 at 8:22 AM shonlevin1...@gmail.com < > shonlevin1...@gmail.com> wrote: > > > As part of security tests we are doing, I have to map the

Re: Mapping struts.xml actions to their full URL

2019-03-11 Thread shonlevin1234
On 2019/03/11 12:42:14, Dave Newton wrote: > The "servlet prefix" (whatever that is) is dependent on the deployment, not > the app. > > On Mon, Mar 11, 2019 at 8:22 AM shonlevin1...@gmail.com < > shonlevin1...@gmail.com> wrote: > > > As part of security tests we are doing, I have to map the

Re: Mapping struts.xml actions to their full URL

2019-03-11 Thread Dave Newton
The "servlet prefix" (whatever that is) is dependent on the deployment, not the app. On Mon, Mar 11, 2019 at 8:22 AM shonlevin1...@gmail.com < shonlevin1...@gmail.com> wrote: > As part of security tests we are doing, I have to map the actions appears > in struts.xml to their full URLs. I know to

Mapping struts.xml actions to their full URL

2019-03-11 Thread shonlevin1234
As part of security tests we are doing, I have to map the actions appears in struts.xml to their full URLs. I know to connect between the namespace and the action name of every action from struts.xml, but how can I know which servlet refers to each action? For example, this is my struts.xml