假如我要 过滤 这样的路径“http://localhost:8080/xww/index_article.do?newsId=9886” 在web。xml中的
<filter-mapping>
        <filter-name>UrlreWriteFilter</filter-name>
        <url-pattern>/index_article.do\?newsId=(.*)</url-pattern>
 </filter-mapping>url-pattern 节点间如何配置??