<package name="manage" extends="json-default">

<interceptors>
<interceptor name="authorInterceptor" class="com.yuyi.interceptor.AuthorInterceptor"/>
<interceptor-stack name="authorDefault">
<interceptor-ref name="defaultStack"/>
<interceptor-ref name="json"/>
<interceptor-ref name="authorInterceptor"/>
</interceptor-stack>
</interceptors>
<!-- 默认拦截器栈配置 -->
<default-interceptor-ref name="authorInterceptor"/>
......我想在json-default包中使用自定义拦截器,像上面这样定义有问题,但我不知道问题在什么地方,
请高手指点,在线等,10分钟之内解决,加10分