1
0
mirror of synced 2026-07-08 04:10:03 +00:00

SEC-1743: Separate remoting from core into separate module.

This commit is contained in:
Luke Taylor
2011-05-14 11:57:30 +01:00
parent 1c1ffe2f0f
commit 295ea27526
22 changed files with 65 additions and 5 deletions
@@ -92,6 +92,34 @@
</section>
<section>
<title><literal>spring-security-remoting</literal></title>
<para>This module is typically required in web applications which use the Servlet API.
<table xml:id="deps-remoting">
<title>Remoting Dependencies</title>
<tgroup cols="3" align="left">
<colspec colnum="1" colname="col1" colwidth="2*"/>
<colspec colnum="2" colname="col2" colwidth="1*"/>
<colspec colnum="3" colname="col3" colwidth="3*"/>
<thead>
<row>
<entry align="center">Dependency</entry>
<entry align="center">Version</entry>
<entry align="center">Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>spring-security-core</entry>
<entry></entry>
<entry></entry>
</row>
</tbody>
</tgroup>
</table>
</para>
</section>
<section>
<title><literal>spring-security-web</literal></title>
<para>This module is typically required in web applications which use the Servlet API.
+6 -3
View File
@@ -239,11 +239,14 @@
<listitem>
<para><literal>org.springframework.security.provisioning</literal></para>
</listitem>
<listitem>
<para><literal>org.springframework.security.remoting</literal></para>
</listitem>
</itemizedlist></para>
</section>
<section xml:id="spring-security-remoting">
<title>Remoting - <literal>spring-security-remoting.jar</literal></title>
<para>Provides intergration with Spring Remoting. You don't need this unless you are
writing a remote client which uses Spring Remoting. The main package is
<literal>org.springframework.security.remoting</literal>.</para>
</section>
<section xml:id="spring-security-web">
<title>Web - <literal>spring-security-web.jar</literal></title>
<para>Contains filters and related web-security infrastructure code. Anything with a