Re: default interceptor overriding parent package default interceptor

2018-12-17 Thread Steven Yang
thanks for the reply i will look into it more if problem persists, i will try to put a sample together. On Mon, Dec 17, 2018 at 10:41 PM Lukasz Lenart wrote: > This is strange, inheritance should work just one way. Can you prepare > a small Maven based demo to demonstrate this behaviour? > >

Re: default interceptor overriding parent package default interceptor

2018-12-17 Thread Lukasz Lenart
This is strange, inheritance should work just one way. Can you prepare a small Maven based demo to demonstrate this behaviour? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ śr., 12 gru 2018 o 10:26 Steven Yang napisał(a): > > Hi > I have the following setup of my struts2 xml. >

RE: default interceptor overriding parent package default interceptor

2018-12-15 Thread Yasser Zamani
Hi Steven, We have similar config at showcase [1]. I putted a breakpoint at [2]. It works as expected i.e. for "index" action it hits break point as not a first interceptor but for "skill/save" action it hits it as the first interceptor. Does issue persist with latest Struts 2.3.x version?