拦截器调用是不是有问题?

風一樣的男子 2012-09-21
使用过程发现接口老是跑不通,与例子代码比较没发现任何问题,于是跟踪代码发现问题出在 AnnotationServletServiceRouter.java  484 行

interceptor.beforeService(ropRequestContext);
//这里直接调用了,是不是应该是如下的方式调用?不然isMatch方法就只能在拦截器的beforeService调用了  
if(interceptor.isMatch(ropRequestContext)){  
 interceptor.beforeService(ropRequestContext);  
}  

chenleituhuamei 2012-11-19
求指教啊,我看的晕晕的。。。
chenleituhuamei 2012-11-19
1099870280qq求指教
rstornado 2012-12-25
对,之前发现过这个问题。
Global site tag (gtag.js) - Google Analytics