为何UrlRewritefilter美化地址后仍然跳转到原url?

我的页面超级链接是:交流

urlrewrite.xml中的配置项:

/talk
%{context-path}/forum.jsp

其他配置正确,我使用地址http://localhost/zx/talk 访问页面,回车后地址栏变成http://localhost/zx/forum.jsp。我想要看到的结果是,地址栏保持http://localhost/zx/talk不变,而能够访问到forum.jsp页面。

请问哪里出现问题,或配置有误?我用的UrlRewriteFilter 的版本是UrlRewriteFilter 4.0.3

redirect 改成forward(内部转发)