Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 UrlRewriteFilter,但是,我没有创建一个可以打开它的规则:
/bookmark-edit/1
在这:
/bookmark-edit.jsp?id=1
欢迎举例!
谢谢,卢西亚诺
你的意思是这样的吗?
<rule> <from>^/bookmark-edit/(.*)$</from> <to>/bookmark-edit.jsp?id=$1</to> </rule>