You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by dl...@apache.org on 2002/11/01 23:08:51 UTC

cvs commit: xml-rpc/xdocs changes.xml

dlr         2002/11/01 14:08:51

  Modified:    xdocs    changes.xml
  Log:
  Noted fix for whitespace in body of base-64 encoded data.
  
  http://issues.apache.org/bugzilla/show_bug.cgi?id=9931
  
  Revision  Changes    Path
  1.16      +13 -0     xml-rpc/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-rpc/xdocs/changes.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -u -r1.15 -r1.16
  --- changes.xml	21 Oct 2002 13:08:51 -0000	1.15
  +++ changes.xml	1 Nov 2002 22:08:51 -0000	1.16
  @@ -14,6 +14,19 @@
           <ul>
   
             <li>
  +            <strong>1 Nov 2002</strong>
  +            <ul>
  +
  +              <li>
  +                When decoding base-64 data, ignore whitespace
  +                occurring in body -- it may have been caused by XML
  +                indentation or line wrapping. (Daniel Rall)
  +              </li>
  +
  +            </ul>
  +          </li>
  +
  +          <li>
               <strong>21 Oct 2002</strong>
               <ul>