Explorar o código

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 %!s(int64=12) %!d(string=hai) anos
pai
achega
e5804d323b
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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>