What's New Polishing

Typos; add a comment about HTTP paths.
This commit is contained in:
Gary Russell
2013-11-26 14:23:44 -05:00
parent 4a3ba5abd0
commit a08b033b7c

View File

@@ -141,6 +141,7 @@
To achieve flexible Request Mapping configuration, Spring Integration provides the <code>&lt;request-mapping/&gt;</code>
sub-element for <code>&lt;http:inbound-channel-adapter/&gt;</code> and <code>&lt;http:inbound-gateway/&gt;</code>.
Both HTTP Inbound Endpoints are now fully based on the Request Mapping infrastructure that was introduced with Spring MVC 3.1.
For example, multiple paths are supported on a single inbound endpoint.
For more information see <xref linkend="http-namespace"/>.
</para>
</section>
@@ -643,7 +644,7 @@
</para>
</section>
<section id="3.0-redis">
<title>Redis Adapters Changers</title>
<title>Redis Adapter Changes</title>
<para>
<itemizedlist>
<listitem>
@@ -665,7 +666,7 @@
</para>
</section>
<section id="3.0-filelistfilter">
<title>Persistend File List Filters (file, (S)FTP)</title>
<title>Persistent File List Filters (file, (S)FTP)</title>
<para>
New <classname>FileListFilter</classname>s that use a persistent <classname>MetadataStore</classname> are
now available. These can be used to prevent duplicate files after a system restart. See