Author: ron.sigal(a)jboss.com
Date: 2008-10-30 00:38:07 -0400 (Thu, 30 Oct 2008)
New Revision: 4637
Modified:
remoting2/branches/2.x/docs/guide/en/chap1.xml
remoting2/branches/2.x/docs/guide/en/chap17.xml
remoting2/branches/2.x/docs/guide/en/chap5.xml
remoting2/branches/2.x/docs/guide/en/master.xml
Log:
JBREM-1048: Minor updates for release 2.5.0.SP1.
Modified: remoting2/branches/2.x/docs/guide/en/chap1.xml
===================================================================
--- remoting2/branches/2.x/docs/guide/en/chap1.xml 2008-10-29 20:59:49 UTC (rev 4636)
+++ remoting2/branches/2.x/docs/guide/en/chap1.xml 2008-10-30 04:38:07 UTC (rev 4637)
@@ -187,6 +187,22 @@
<para>Other features of Remoting 2.5.0.GA should function with jdk 1.4.
However, it is the policy of JBoss, a division of Red Hat, no longer to
support jdk 1.4.</para>
+
+ <section>
+ <title>Release 2.5.0.SP1</title>
+
+ <itemizedlist>
+ <listitem>
+ <para>The distribution zip file no longer contains previous versions of
+ jboss-remoting.jar.</para>
+ </listitem>
+
+ <listitem>
+ <para>A few bug fixes.</para>
+ </listitem>
+ </itemizedlist>
+ </section>
+
</section>
<section>
Modified: remoting2/branches/2.x/docs/guide/en/chap17.xml
===================================================================
--- remoting2/branches/2.x/docs/guide/en/chap17.xml 2008-10-29 20:59:49 UTC (rev 4636)
+++ remoting2/branches/2.x/docs/guide/en/chap17.xml 2008-10-30 04:38:07 UTC (rev 4637)
@@ -69,9 +69,27 @@
<section>
<title>Version 2.5</title>
+
+ <bridgehead>Release Notes - JBoss Remoting - Version 2.5.0.SP1
(Flounder)</bridgehead>
- <bridgehead>Release Notes - JBoss Remoting - Version 2.5.0
(Flounder)</bridgehead>
+ <para><emphasis role="bold">Bug</emphasis></para>
+
+ <para>* [JBREM-1044] - Old version of
org.apache.tomcat.util.net.SocketStatus screws up JBossWeb</para>
+ <para>* [JBREM-1045] - ServerInvokerCallbackHandler can suffer deadlock
when used with BlockingCallbackStore</para>
+ <para>* [JBREM-1046] - HTTPClientInvoker throws NullPointerException when
HttpURLConnection.getInputStream() returns null</para>
+ <para>* [JBREM-1051] - CLONE [JBREM-1050] - HTTPClientInvoker does not
support BASIC authentication for proxies when use of proxy is configured by system
properties</para>
+
+ <para><emphasis
role="bold">Release</emphasis></para>
+
+ <para>* [JBREM-1048] - Release 2.5.0.SP1</para>
+
+ <para><emphasis role="bold">Task</emphasis></para>
+
+ <para>* [JBREM-1047] - Assure version compatibility with earlier versions
of Remoting</para>
+ <para>* [JBREM-1049] - Remove old versions of jboss-remoting.jar from
distribution zip file</para>
+ <bridgehead>Release Notes - JBoss Remoting - Version 2.5.0.GA
(Flounder)</bridgehead>
+
<para><emphasis role="bold">Bug</emphasis></para>
<para>* [JBREM-1027] - CoyoteInvoker should pass URL query in
InvocationRequest</para>
Modified: remoting2/branches/2.x/docs/guide/en/chap5.xml
===================================================================
--- remoting2/branches/2.x/docs/guide/en/chap5.xml 2008-10-29 20:59:49 UTC (rev 4636)
+++ remoting2/branches/2.x/docs/guide/en/chap5.xml 2008-10-30 04:38:07 UTC (rev 4637)
@@ -1686,14 +1686,18 @@
<title>HTTP transport</title>
<para>The HTTP server invoker implementation is based on the Coyote
- HTTP/1.1 Connector Tomcat component, which may be supplied either by the
- apache implementation, in jars tomcat-coyote.jar, tomcat-util.jar, and
- tomcat-http.jar, or in the JBossWeb implementation, in jbossweb.jar. The
- coyote Connector supports GET, POST, HEAD, OPTIONS, and HEAD method types
- and keep-alive, and most any configuration allowed for Tomcat can be
- configured for the remoting HTTP server invoker. For more information on
- the configuration attributes available for the Tomcat connectors, please
- refer to <ulink
+ HTTP/1.1 Connector Tomcat component, which is supplied by the JBossWeb
+ implementation, in jbossweb.jar.</para>
+
+ <para><emphasis role="bold">Note.</emphasis> Prior to
release 2.5.0.GA,
+ Remoting also was compatible with the Apache implementation of
+ Tomcat. That is no longer the case.</para>
+
+ <para>The coyote Connector supports GET, POST, HEAD, OPTIONS, and HEAD
+ method types and keep-alive, and most any configuration allowed for Tomcat
+ can be configured for the remoting HTTP server invoker. For more
+ information on the configuration attributes available for the Tomcat
+ connectors, please refer to <ulink
url="http://tomcat.apache.org/tomcat-5.5-doc/config/http.html"&...;.
http://tomcat.apache.org/tomcat-5.5-doc/config/http.html <!--<link
linkend="???">http://tomcat.apache.org/tomcat-5.5-doc/config...
@@ -1724,15 +1728,13 @@
possible to switch to use the
<code>org.apache.coyote.http11.Http11AprProtocol</code> protocol, which
is
based on the Apache Portable Runtime (see <ulink
-
url="http://tomcat.apache.org/tomcat-5.5-doc/apr.html">http:...
- and <ulink
url="http://apr.apache.org/">http://apr.apache.org/</ulin... for
- more details). If want to use the APR implementation, simply put the
+
url="http://www.jboss.org/file-access/default/members/jbossweb/freez...
+
http://www.jboss.org/file-access/default/members/jbossweb/freezone/docs/2...
+ for more details). If want to use the APR implementation, simply put the
tcnative-1.dll (or tcnative-1.so) on the system path so can be loaded. The
JBossWeb native libraries, which include tcnative-1.dll/tcnative-1.so, may
be downloaded from <ulink
-
url="http://www.jboss.org/jbossweb/">http://www.jboss.org/jb...;.
- The Apache versions of the APR native binaries can be found at <ulink
-
url="http://www.gtlib.gatech.edu/pub/apache">http://www.gtli...
+
url="http://www.jboss.org/jbossweb/">http://www.jboss.org/jb...
<bridgehead>Client request headers</bridgehead>
Modified: remoting2/branches/2.x/docs/guide/en/master.xml
===================================================================
--- remoting2/branches/2.x/docs/guide/en/master.xml 2008-10-29 20:59:49 UTC (rev 4636)
+++ remoting2/branches/2.x/docs/guide/en/master.xml 2008-10-30 04:38:07 UTC (rev 4637)
@@ -24,9 +24,9 @@
<bookinfo>
<title>JBoss Remoting Guide</title>
- <subtitle>JBoss Remoting version 2.5.0.GA</subtitle>
+ <subtitle>JBoss Remoting version 2.5.0.SP1</subtitle>
- <releaseinfo>September 9, 2008</releaseinfo>
+ <releaseinfo>October 30, 2008</releaseinfo>
<mediaobject>
<imageobject>