瀏覽代碼

SEC-2256: Fix intercept-url doc precidence statement

Previously the documentation incorrectly stated "If a request matches
multiple patterns, the method-specific match will take precedence
regardless of ordering."

This has now been removed and InterceptUrlConfigTests was added previously
to ensure this was true.
Rob Winch 12 年之前
父節點
當前提交
e5804d323b
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      docs/manual/src/docbook/namespace-config.xml

+ 1 - 2
docs/manual/src/docbook/namespace-config.xml

@@ -173,8 +173,7 @@
                     put the most specific matches at the top. You can also add a
                     <literal>method</literal> attribute to limit the match to a particular HTTP
                     method (<literal>GET</literal>, <literal>POST</literal>, <literal>PUT</literal>
-                    etc.). If a request matches multiple patterns, the method-specific match will
-                    take precedence regardless of ordering.</para>
+                    etc.).</para>
             </note>
             <para> To add some users, you can define a set of test data directly in the namespace: <programlisting language="xml"><![CDATA[
   <authentication-manager>