소스 검색

SEC-1858: Overhall the namespace appendix of the reference to include missing elements and attributes

Rob Winch 14 년 전
부모
커밋
f88b6f75ff
3개의 변경된 파일925개의 추가작업 그리고 368개의 파일을 삭제
  1. 923 366
      docs/manual/src/docbook/appendix-namespace.xml
  2. 1 1
      docs/manual/src/docbook/jaas-auth-provider.xml
  3. 1 1
      docs/manual/src/docbook/samples.xml

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 923 - 366
docs/manual/src/docbook/appendix-namespace.xml


+ 1 - 1
docs/manual/src/docbook/jaas-auth-provider.xml

@@ -225,7 +225,7 @@ JAASTest {
             Subject subject = Subject.getSubject(AccessController.getContext());
 ]]></programlisting>
             This integration can easily be configured using the
-            <link xlink:href="#nsa-jaas-api-provision">jaas-api-provision</link> attribute. This
+            <link xlink:href="#nsa-http-jaas-api-provision">jaas-api-provision</link> attribute. This
             feature is useful when integrating with legacy or external API's that rely on the
             JAAS Subject being populated.</para>
     </section>

+ 1 - 1
docs/manual/src/docbook/samples.xml

@@ -132,7 +132,7 @@ Success! Your web filters appear to be properly configured!
         <para>The JAAS sample is very simple example of how to use a JAAS LoginModule with Spring Security. The provided LoginModule will
             successfully authenticate a user if the username equals the password otherwise a LoginException is thrown. The AuthorityGranter
             used in this example always grants the role ROLE_USER. The sample application also demonstrates how to run as the JAAS Subject
-            returned by the LoginModule by setting <link xlink:href="#nsa-jaas-api-provision">jaas-api-provision</link> equal to "true".</para>
+            returned by the LoginModule by setting <link xlink:href="#nsa-http-jaas-api-provision">jaas-api-provision</link> equal to "true".</para>
     </section>
     <section xml:id="preauth-sample">
         <title>Pre-Authentication Sample</title>

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.