From jboss-remoting-commits at lists.jboss.org Thu Oct 30 00:38:07 2008 Content-Type: multipart/mixed; boundary="===============4857245132281645246==" MIME-Version: 1.0 From: jboss-remoting-commits at lists.jboss.org To: jboss-remoting-commits at lists.jboss.org Subject: [jboss-remoting-commits] JBoss Remoting SVN: r4637 - remoting2/branches/2.x/docs/guide/en. Date: Thu, 30 Oct 2008 00:38:07 -0400 Message-ID: --===============4857245132281645246== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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 @@ 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. + = +
+ Release 2.5.0.SP1 + = + + + The distribution zip file no longer contains previous ver= sions of + jboss-remoting.jar. + + = + + A few bug fixes. + + +
+ = =
Modified: remoting2/branches/2.x/docs/guide/en/chap17.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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 @@ =
Version 2.5 + + Release Notes - JBoss Remoting - Version 2.5.0.SP1 (Flound= er) = - Release Notes - JBoss Remoting - Version 2.5.0 (Flounder)<= /bridgehead> + Bug + = + * [JBREM-1044] - Old version of org.apache.tomcat.util.net.S= ocketStatus screws up JBossWeb + * [JBREM-1045] - ServerInvokerCallbackHandler can suffer dea= dlock when used with BlockingCallbackStore + * [JBREM-1046] - HTTPClientInvoker throws NullPointerExcepti= on when HttpURLConnection.getInputStream() returns null + * [JBREM-1051] - CLONE [JBREM-1050] - HTTPClientInvoker does= not support BASIC authentication for proxies when use of proxy is configur= ed by system properties + = + Release + = + * [JBREM-1048] - Release 2.5.0.SP1 = + = + Task + = + * [JBREM-1047] - Assure version compatibility with earlier v= ersions of Remoting + * [JBREM-1049] - Remove old versions of jboss-remoting.jar f= rom distribution zip file = = + Release Notes - JBoss Remoting - Version 2.5.0.GA (Flounde= r) + = Bug = * [JBREM-1027] - CoyoteInvoker should pass URL query in Invo= cationRequest Modified: remoting2/branches/2.x/docs/guide/en/chap5.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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 @@ HTTP transport = 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, a= nd - 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 informatio= n on - the configuration attributes available for the Tomcat connectors, pl= ease - refer to + = + Note. Prior to release 2.5.= 0.GA, + Remoting also was compatible with the Apache implementation of + Tomcat. That is no longer the case. + = + The coyote Connector supports GET, POST, HEAD, OPTIONS, and HE= AD + 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 htt= p://tomcat.apache.org/tomcat-5.5-doc/config/http.html. http://tomcat.apache.org/tomcat-5.5-doc/config/http.html @@ -1724,15 +1728,13 @@ possible to switch to use the org.apache.coyote.http11.Http11AprProtocol protocol, wh= ich is based on the Apache Portable Runtime (see http://tomc= at.apache.org/tomcat-5.5-doc/apr.html - and http://apr.apache.org/ for - more details). If want to use the APR implementation, simply put the + url=3D"http://www.jboss.org/file-access/default/members/jbossweb/fre= ezone/docs/2.1.0/apr.html"> + http://www.jboss.org/file-access/default/members/jbossweb/freezone/d= ocs/2.1.0/apr.html + 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 loade= d. The JBossWeb native libraries, which include tcnative-1.dll/tcnative-1.s= o, may be downloaded from http://www.jboss.org/jbossweb= /. - The Apache versions of the APR native binaries can be found at http://www.gtlib.gate= ch.edu/pub/apache. + url=3D"http://www.jboss.org/jbossweb/">http://www.jboss.org/jbossweb= /. = Client request headers = Modified: remoting2/branches/2.x/docs/guide/en/master.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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 @@ JBoss Remoting Guide = - JBoss Remoting version 2.5.0.GA + JBoss Remoting version 2.5.0.SP1 = - September 9, 2008 + October 30, 2008 = --===============4857245132281645246==--