SEC-1743: Separate remoting from core into separate module.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user