Yes. Quick glance at the logs proves it.
On Dec 19, 2010 12:31 PM, "webmeiker" <[email protected]> wrote:
> Hi,
>
> Could you please confirm me next supposition?
>
> Having a custom interceptor stack defined like this:
>
> <interceptor-stack name=*"mySampleStack"*>
>
> <interceptor-ref name=*"sampleInterceptor1"*/>
>
> <interceptor-ref name=*"paramsPrepareParamsStack"*/>
>
> <interceptor-ref name=*"sampleInterceptor2"*/>
>
> <interceptor-ref name=*"defaultStack"*/>
>
> <interceptor-ref name=*"sampleInterceptor3"*/>
>
> </interceptor-stack>
>
>
>
> For all the actions that use that interceptor stack (*mySampleStack*), the
> interceptors defined both in *paramsPrepareParamsStack* and
> *defaultStack*will be executed two times for each action, hitting
> performance of the
> application. Is that right?
>
>
>
> Thanks!
>
>
> --

Reply via email to