RE: Mapping struts.xml actions to their full URL

2019-03-12 Thread Yasser Zamani
Hi there, The whole Struts itself is a servlet/filter defined in web.xml and you cannot divide your actions between multiple servlet/filter I think. Regards. >-Original Message- >From: shonlevin1234@ >Sent: Monday, March 11, 2019 3:45 PM >To: user@struts.apache.org >Subject: Mapping st

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