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.
URLRewrite に tomcat と tuckey を使用しています。私のurlrewrite.xmlにはいくつかのルールがあります。ルールの1つが一致するかどうかを確認するにはどうすればよいですか。それ以降のルールの処理を停止します。
答えが見つかりました。「last = true」について言及する例:
<rule > <from>/kids/(.*)$</from> <to type="forward" last="true">/kids/$1.jsp</to> </rule>