Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > 675c8c8167236dfcf8d66da674f931e8 > files > 794

erlang-doc-R15B-03.3.fc17.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns:fn="http://www.w3.org/2005/02/xpath-functions">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../../doc/otp_doc.css" type="text/css">
<title>Erlang -- Inets Release Notes</title>
</head>
<body bgcolor="white" text="#000000" link="#0000ff" vlink="#ff00ff" alink="#ff0000"><div id="container">
<script id="js" type="text/javascript" language="JavaScript" src="../../../../doc/js/flipmenu/flipmenu.js"></script><script id="js2" type="text/javascript" src="../../../../doc/js/erlresolvelinks.js"></script><script language="JavaScript" type="text/javascript">
            <!--
              function getWinHeight() {
                var myHeight = 0;
                if( typeof( window.innerHeight ) == 'number' ) {
                  //Non-IE
                  myHeight = window.innerHeight;
                } else if( document.documentElement && ( document.documentElement.clientWidth ||
                                                         document.documentElement.clientHeight ) ) {
                  //IE 6+ in 'standards compliant mode'
                  myHeight = document.documentElement.clientHeight;
                } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
                  //IE 4 compatible
                  myHeight = document.body.clientHeight;
                }
                return myHeight;
              }

              function setscrollpos() {
                var objf=document.getElementById('loadscrollpos');
                 document.getElementById("leftnav").scrollTop = objf.offsetTop - getWinHeight()/2;
              }

              function addEvent(obj, evType, fn){
                if (obj.addEventListener){
                obj.addEventListener(evType, fn, true);
                return true;
              } else if (obj.attachEvent){
                var r = obj.attachEvent("on"+evType, fn);
                return r;
              } else {
                return false;
              }
             }

             addEvent(window, 'load', setscrollpos);

             //--></script><div id="leftnav"><div class="innertube">
<img alt="Erlang logo" src="../../../../doc/erlang-logo.png"><br><small><a href="users_guide.html">User's Guide</a><br><a href="index.html">Reference Manual</a><br><a href="release_notes.html">Release Notes</a><br><a href="../pdf/inets-5.9.2.pdf">PDF</a><br><a href="../../../../doc/index.html">Top</a></small><p><strong>inets</strong><br><strong>Release Notes</strong><br><small>Version 5.9.2</small></p>
<br><a href="javascript:openAllFlips()">Expand All</a><br><a href="javascript:closeAllFlips()">Contract All</a><p><small><strong>Chapters</strong></small></p>
<ul class="flipMenu" imagepath="../../../../doc/js/flipmenu"><li id="loadscrollpos" title="Inets Release Notes" expanded="true">Inets Release Notes<ul>
<li><a href="notes.html">
              Top of chapter
            </a></li>
<li title="Inets 5.9.2"><a href="notes.html#id58914">Inets 5.9.2</a></li>
<li title="Inets 5.9.1"><a href="notes.html#id58949">Inets 5.9.1</a></li>
<li title="Inets 5.9"><a href="notes.html#id65302">Inets 5.9</a></li>
<li title="Inets 5.8.1"><a href="notes.html#id65995">Inets 5.8.1</a></li>
<li title="Inets 5.8"><a href="notes.html#id63750">Inets 5.8</a></li>
<li title="Inets 5.7.2"><a href="notes.html#id64243">Inets 5.7.2</a></li>
<li title="Inets 5.7.1"><a href="notes.html#id64314">Inets 5.7.1</a></li>
<li title="Inets 5.7"><a href="notes.html#id64393">Inets 5.7</a></li>
<li title="Inets 5.6"><a href="notes.html#id64539">Inets 5.6</a></li>
<li title="Inets 5.5.2"><a href="notes.html#id59740">Inets 5.5.2</a></li>
<li title="Inets 5.5.1"><a href="notes.html#id59789">Inets 5.5.1</a></li>
<li title="Inets 5.5"><a href="notes.html#id63301">Inets 5.5</a></li>
<li title="Inets 5.4"><a href="notes.html#id63384">Inets 5.4</a></li>
<li title="Inets 5.3.3"><a href="notes.html#id63501">Inets 5.3.3</a></li>
<li title="Inets 5.3.2"><a href="notes.html#id71876">Inets 5.3.2</a></li>
<li title="Inets 5.3.1"><a href="notes.html#id71950">Inets 5.3.1</a></li>
<li title="Inets 5.3"><a href="notes.html#id72050">Inets 5.3</a></li>
<li title="Inets 5.2"><a href="notes.html#id71478">Inets 5.2</a></li>
<li title="Inets 5.1.3"><a href="notes.html#id76424">Inets 5.1.3</a></li>
<li title="Inets 5.1.2"><a href="notes.html#id76481">Inets 5.1.2</a></li>
<li title="Inets 5.1.1"><a href="notes.html#id76591">Inets 5.1.1</a></li>
<li title="Inets 5.1"><a href="notes.html#id74910">Inets 5.1</a></li>
</ul>
</li></ul>
</div></div>
<div id="content">
<div class="innertube">
<h1>1 Inets Release Notes</h1>
  
  
  
  <h3><a name="id58914">1.1 
        Inets 5.9.2</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
	    Minimum bytes per second</p>
          <p>
	    New option to http server, {minimum_bytes_per_second,
	    integer()}, for a connection, if it is not reached the
	    socket will close for that specific connection. Can be
	    used to prevent hanging requests from faulty clients.</p>
          <p>
	    Own Id: OTP-10392</p>
        </li>
      </ul>
    



<h3><a name="id58949">1.2 
        Inets 5.9.1</a></h3>
    
  
    <h4>Improvements and New Features</h4>
      
      
      
      <ul>
        <li>
          <p>Better handling of errorI(s) during update of the session 
	  database. </p>
	  <p>Also added and updated some debugging functions 
	  <span class="bold_code"><a href="httpc.html#which_sessions">which_sessions/10,1</a></span>
	  and 
	  <span class="bold_code"><a href="httpc.html#info">info/0</a></span>. </p>
	  <p>Own Id: OTP-10093</p>
          <p>Aux Id: Seq 12062</p>
        </li>

	<li>
	  <p>Removed R14B compatible version of (inets-service and
	  tftp) behaviour definition. </p>
	  <p>Own Id: OTP-10095</p>
	</li>
	
	<li>
	  <p>[httpc] Documentation of KeepAlive and Pipeline timeout 
	  options have been improved. </p>
	  <p>Own Id: OTP-10114</p>
	</li>
      </ul>
      
    

    <h4>Fixed Bugs and Malfunctions</h4>
      
      
	  
      <ul>
        <li>
          <p>[httpc] Cancel request does not work due to incorrect 
	  handler table creation (wrong keypos). </p>
	  <p>Vyacheslav Vorobyov</p>
	  <p>Own Id: OTP-10092</p>
        </li>

      </ul>

    
    
    <h4>Incompatibilities</h4>
      
      <p>-</p>
	
    
	
    
    
   
  
  
  <h3><a name="id65302">1.3 
        Inets 5.9</a></h3>
    
    
    <h4>Improvements and New Features</h4>
      
      
      
      <ul>
	<li>
          <p>[httpd] Make the server header configurable with new config
	  option 
	  <span class="bold_code"><a href="httpd.html#prop_server_tokens">server_tokens</a></span>.
	  The value of the server header, which was previously hard-coded 
	  (at compile time), is now possible to manipulate through the means 
	  of the 
	  <span class="bold_code"><a href="httpd.html#prop_server_tokens">server_tokens</a></span> 
	  config option. </p>
	  <p>Own Id: OTP-9805</p>
        </li>

        <li>
	  <p>Improve inets support for inets as an included application. </p>
	  <p><span class="code">inets_app</span> calls <span class="code">supervisor:start_link/3</span> directly 
	  rather than calling the root supervisor function 
	  <span class="code">inets_sup:start_link/0</span>. 
	  This precludes using included_applications to start inets without 
	  having a wrapper function. </p>
	  <p>Jay Nelson</p>
	  <p>Own Id: OTP-9960</p>
        </li>

        <li>
          <p>[httpc] Add function for retrieving current options, 
	  <span class="bold_code"><a href="httpc.html#get_options">get_options/1,2</a></span>. </p>
	  <p>Own Id: OTP-9979</p>
        </li>

        <li>
          <p>Utility module 
	  <span class="bold_code"><a href="http_uri.html">http_uri</a></span>
	  now officially supported. </p>
	  <p>Also, the 
	  <span class="bold_code"><a href="http_uri.html#parse">parse</a></span> 
	  function has been extended with more
	  scheme support and a way to provide your own scheme info. </p>
	  <p>Own Id: OTP-9983</p>
          <p>Aux Id: Seq 12022</p>
        </li>

      </ul>

    

    <h4>Fixed Bugs and Malfunctions</h4>
    <p>-</p>



    



   

  
  <h3><a name="id65995">1.4 
        Inets 5.8.1</a></h3>
    <h4>Improvements and New Features</h4>
    <p>-</p>



    

    <h4>Fixed Bugs and Malfunctions</h4>


      <ul>
        <li>
          <p>[ftp] Fails to open IPv6 connection due to badly formatted
          IPv6 address in EPRT command. The address part of the command
          incorrectly contained decimal elements instead of hexadecimal. </p>
          <p>Own Id: OTP-9827</p>
          <p>Aux Id: Seq 11970 </p>
        </li>

        <li>
          <p>[httpc] Bad Keep Alive Mode. When selecting a session, 
          the "state" of the session (specifically if the server has 
          responded) was not taken into account. </p>
          <p>Own Id: OTP-9847</p>
        </li>

        <li>
          <p>[httpc] The client incorrectly streams 404 responses. 
          The documentation specifies that only 200 and 206 responses 
          shall be streamed. </p>
          <p>Shane Evens</p>
          <p>Own Id: OTP-9860</p>
        </li>

      </ul>
    
  
   


  <h3><a name="id63750">1.5 
        Inets 5.8</a></h3>

    <h4>Improvements and New Features</h4>


      <ul>
        <li>
          <p>[ftpc] Add a config option to specify a 
	  <span class="bold_code"><a href="ftp.html#dtimeout">data connect timeout</a></span>.
	  That is how long the ftp client will wait for the server to connect
	  to the data socket. If this timeout occurs, an error will be 
	  returned to the caller and the ftp client process will be 
	  terminated. </p>
	  <p>Own Id: OTP-9545</p>
        </li>

        <li>
          <p>[httpc] Wrong Host header in IPv6 HTTP requests.
	  When a URI with a IPv6 host is parsed, the brackets that encapsulates
	  the address part is removed. This value is then supplied as the host 
	  header. This can cause problems with some servers.
	  A workaround for this is to use headers_as_is and provide the host
	  header with the requst call. 
	  To solve this a new option has been added, 
	  <span class="bold_code"><a href="httpc.html#ipv6_host_with_brackets">ipv6_host_with_brackets</a></span>. 
	  This option specifies if the host value of the host header shall 
	  include the brackets or not. By default, it does not (as before). 
	  </p>
	  <p>Own Id: OTP-9628</p>
        </li>

      </ul>

    

    <h4>Fixed Bugs and Malfunctions</h4>


      <ul>
        <li>
          <p>[httpd] Fix logging of content length in mod_log. </p>
	  <p>Garrett Smith</p>
	  <p>Own Id: OTP-9715</p>
        </li>

        <li>
          <p>[httpd] Sometimes entries in the transfer log was written 
	  with the message size as list of numbers. This list was actually 
	  the size as a string, e.g. "123", written with the control 
	  sequence ~w. This has now been corrected so that any string is 
	  converted to an integer (if possible). </p>
	  <p>Own Id: OTP-9733</p>
        </li>

        <li>
          <p>Fixed various problems detected by Dialyzer. </p>
	  <p>Own Id: OTP-9736</p>
        </li>

      </ul>

    

    <h4>Incompatibilities</h4>
      


      <ul>
        <li>
          <p>[httpc] Deprecated interface module <span class="code">http</span> has been removed. 
	  It has (long) been replaced by http client interface module 
	  <span class="bold_code"><a href="httpc.html">httpc</a></span>. </p>
	  <p>Own Id: OTP-9359</p>
        </li>

        <li>
          <p>[httpc|httpd] The old ssl implementation (based on OpenSSL), 
	  has been deprecated. The config option that specified usage of 
	  this version of the ssl app, <span class="code">ossl</span>, has been removed. </p>
	  <p>Own Id: OTP-9522</p>
        </li>

      </ul>

    

   

  
  <h3><a name="id64243">1.6 
        Inets 5.7.2</a></h3>
    <h4>Improvements and New Features</h4>
    <p>-</p>



    

    <h4>Fixed Bugs and Malfunctions</h4>


      <ul>
        <li>
          <p>[httpd] XSS prevention did not work for hex-encoded URL's. </p>
          <p>Own Id: OTP-9655</p>
        </li>

        <li>
          <p>[httpd] GET request with malformed header date caused 
	  server crash (non-fatal) with no reply to client. Will
	  now result in a reply with status code 400. </p>
          <p>Own Id: OTP-9674</p>
          <p>Aux Id: seq11936</p>
        </li>

      </ul>
    
  


   


  <h3><a name="id64314">1.7 
        Inets 5.7.1</a></h3>

    <h4>Improvements and New Features</h4>
    <p>-</p>



    

    <h4>Fixed Bugs and Malfunctions</h4>


      <ul>
        <li>
          <p>[httpc] Parsing of a cookie expire date should be more forgiving. 
          That is, if the parsing fails, the date should be ignored.
          Also added support for (yet another) date format: 
          "Tue Jan 01 08:00:01 2036 GMT". </p>
          <p>Own Id: OTP-9433</p>
        </li>

        <li>
          <p>[httpc] Rewrote cookie parsing. Among other things solving 
          cookie processing from www.expedia.com. </p>
          <p>Own Id: OTP-9434</p>
        </li>

        <li>
          <p>[httpd] Fix httpd directory traversal on Windows. 
          Directory traversal was possible on Windows where
          backward slash is used as directory separator. </p>
          <p>András Veres-Szentkirályi.</p>
          <p>Own Id: OTP-9561</p>
        </li>

      </ul>
    

   


  <h3><a name="id64393">1.8 
        Inets 5.7</a></h3>

    <h4>Improvements and New Features</h4>


      <ul>
        <li>
          <p>[httpc|httpd] Added support for IPv6 with ssl. </p>
	  <p>Own Id: OTP-5566</p>
        </li>

      </ul>

    

    <h4>Fixed Bugs and Malfunctions</h4>


      <ul>
        <li>
          <p>[httpc] Remove unnecessary usage of iolist_to_binary when 
	  processing body (for PUT and POST). </p>
	  <p>Filipe David Manana</p>
	  <p>Own Id: OTP-9317</p>
        </li>

        <li>
          <p>[ftp] FTP client doesn't work with IPv6 host.</p>
	  <p>Attila Rajmund Nohl</p>
          <p>Own Id: OTP-9342 Aux Id: seq11853</p>
        </li>

        <li>
          <p>[httpd] Peer/sockname resolv doesn't work with IPv6 addrs 
	  in HTTP. </p>
	  <p>Attila Rajmund Nohl.</p>
	  <p>Own Id: OTP-9343</p>
        </li>

        <li>
          <p>[httpc] Clients started stand-alone not properly handled. 
	  Also it was not documented how to use them, that is that 
	  once started, they are represented by a <span class="code">pid()</span> and not by 
	  their <span class="code">profile()</span>. </p>
	  <p>Own Id: OTP-9365</p>
        </li>

      </ul>
    

   


  <h3><a name="id64539">1.9 
        Inets 5.6</a></h3>

    <h4>Improvements and New Features</h4>

      <ul>
        <li>
          <p>[httpc] Add support for upload body streaming (PUT and POST).</p>
	  <p>For more info, 
	  see the definition of the <span class="code">Body</span> argument of the 
	  <span class="bold_code"><a href="httpc.html#request2">request/4,5</a></span> 
	  function. </p>
	  <p>Filipe David Manana</p>
	  <p>Own Id: OTP-9094</p>
        </li>

        <li>
          <p>[ftp] Added (type) spec for all exported functions.</p>
          <p>Own Id: OTP-9114 Aux Id: seq11799</p>
        </li>

        <li>
          <p>[httpd] 
	  <span class="bold_code"><a href="mod_esi.html#deliver">mod_esi:deliver/2</a></span> 
	  made to accept binary data. </p>
          <p>Bernard Duggan</p>
          <p>Own Id: OTP-9123</p>
        </li>

        <li>
          <p>[httpd] Prevent XSS in error pages.
	  Prevent user controlled input from being interpreted 
	  as HTML in error pages by encoding the reserved HTML 
	  characters. </p>
	  <p>Michael Santos</p>
          <p>Own Id: OTP-9124</p>
        </li>

        <li>
          <p>[httpd] Improved error messages. </p>
	  <p>Ricardo Catalinas Jiménez</p>
          <p>Own Id: OTP-9157</p>
        </li>

        <li>
          <p>[httpd] Extended support for file descriptors. 
	  In order to be able to bind to a privileged port 
	  without running the erlang VM as root, the support 
	  for using file descriptors has been improved. 
	  It is now possible to add the file descriptor to the config 
	  (option fd) when calling the 
	  <span class="bold_code"><a href="inets.html#start2">inets:start(httpd, ...)</a></span> 
	  function. </p>
	  <p>Attila Rajmund Nohl</p>
          <p>Own Id: OTP-9202</p>
          <p>Aux Id: seq11819</p>
        </li>

        <li>
          <p>The default ssl kind has now been changed to <span class="code">essl</span>. </p>
	  <p><span class="code">ossl</span> will work for as long as the ssl application 
	  supports it. </p>
	  <p>See the httpd 
	  <span class="bold_code"><a href="httpd.html#props_comm">socket_type</a></span> 
	  communication property or the httpc 
	  <span class="bold_code"><a href="httpc.html#request2">request/4,5</a></span> function
	  for more info. </p>
	  <p>Own Id: OTP-9230</p>
	  <p>*** POTENTIAL INCOMPATIBILITY ***</p>
        </li>

      </ul>
    

    <h4>Fixed Bugs and Malfunctions</h4>


      <ul>
        <li>
          <p>[httpd] Wrong 
	  <span class="bold_code"><a href="httpd.html#props_sec">security property</a></span> 
	  names used in documentation. </p>
	  <p><span class="code">security_data_file</span> used instead of <span class="code">data_file</span>. </p>
	  <p><span class="code">security_max_retries</span> used instead of <span class="code">max_retries</span>. </p>
	  <p><span class="code">security_block_time</span> used instead of <span class="code">block_time</span>. </p>
	  <p><span class="code">security_fail_expire_time</span> used instead of <span class="code">fail_expire_time</span>. </p>
	  <p><span class="code">security_auth_timeout</span> used instead of <span class="code">auth_timeout</span>. </p>
	  <p>Garrett Smith</p>
	  <p>Own Id: OTP-9131</p>
        </li>

        <li>
          <p>[httpd] Fix timeout message generated by mod_esi.
	  When a mod_esi request times out, the code to send a 
	  timeout response was incorrect and generated an 
	  internal server error as well as an invalid response 
	  line. </p>
	  <p>Bernard Duggan</p>
	  <p>Own Id: OTP-9158</p>
        </li>

        <li>
          <p>[httpc] httpc manager crashes. 
	  When a request results in a retry, the request id will be "reused" 
	  in the previous implementation a race condition could occur causing 
	  the manager to crash. </p>
	  <p>This is now avoided by using proc_lib:init_ack and 
	  gen_server:enter_loop to allow mor advanced initialization of 
	  httpc_handlers without blocking the httpc_manger and eliminating 
	  extra processes that can cause race conditions. </p>
          <p>Own Id: OTP-9246</p>
        </li>

        <li>
          <p>[httpc] Issuing a request (<span class="code">httpc:request</span>) to an 
	  host with the ssl option 
	  <span class="code">{ip, {127,0,0,1}}</span> results in an handler crash. 
	  The reason was that the connect call resulted in an exit with 
	  reason <span class="code">badarg</span> 
	  (this was the same for both <span class="code">ssl</span> and <span class="code">gen_tcp</span>). </p>
	  <p>Exits was not catched. This has now been improved. </p>
          <p>Own Id: OTP-9289</p>
          <p>Aux Id: seq11845</p>
        </li>

      </ul>
    

   


  <h3><a name="id59740">1.10 
        Inets 5.5.2</a></h3>

    <h4>Improvements and New Features</h4>
    <p>-</p>



    

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
          <p>[httpd] httpd_response:send_chunk handles empty list and 
          empty binary - i.e. no chunk is sent, but it does 
	  not handle a list with an empty binary [&lt;&lt;&gt;&gt;]. 
	  This will be sent as an empty chunk - which in turn 
	  will be encoded by http_chunk to the same as a final 
	  chunk, which will make the http client believe that 
	  the end of the page is reached.</p>
	  <p>Own Id: OTP-8906</p>
        </li>
      </ul>
    

   


  <h3><a name="id59789">1.11 
        Inets 5.5.1</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>Miscellaneous inet6 related problems.</p>
          <p>Own Id: OTP-8927</p>
        </li>
        <li>
          <p>Updated http-server to make sure URLs in error-messages
	  are URL-encoded. Added support in http-client to use
	  URL-encoding. Also added the missing include directory
	  for the inets application.</p>
          <p>Own Id: OTP-8940</p>
          <p>Aux Id: seq11735</p>
        </li>
      </ul>
    

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
	  <p>Fix format_man_pages so it handles all man sections
	  and remove warnings/errors in various man pages. </p>
	  <p>Own Id: OTP-8600</p>
        </li>
        <li>
          <p>[httpc] Pipelined and queued requests not processed when
	  connection closed remotelly.</p>
          <p>Own Id: OTP-8906</p>
        </li>
      </ul>
    

   


  <h3><a name="id63301">1.12 
        Inets 5.5</a></h3>

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
          <p>
	    [httpc] If a request times out (not connect timeout), the
	    handler process exited (normal) but neglected to inform
	    the manager process. For this reason, the manager did not
	    clean up the request table., resulting in a memory leak.
	    Also the manager did not create a monitor for the
	    handler, so in an unforseen handler crash, this could
	    also create a memory leak.</p>
          <p>
	    Own Id: OTP-8739</p>
        </li>
        <li>
          <p>
	    The service tftp was spelled wrong in documentation and
	    in some parts of the code. It should be tftp.</p>
          <p>
	    Own Id: OTP-8741 Aux Id: seq11635 </p>
        </li>
        <li>
          <p>
	    [httpc] Replaced the old http client api module (http)
	    with the new, httpc in the users guide.</p>
          <p>
	    Own Id: OTP-8742</p>
        </li>
      </ul>
    


    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
	    Eliminated warnings for auto-imported BIF clashes.</p>
          <p>
	    Own Id: OTP-8840</p>
        </li>
      </ul>
    

   


  <h3><a name="id63384">1.13 
        Inets 5.4</a></h3>

    <h4>Improvements and New Features</h4>


      <ul>
        <li>
	  <p>[httpc|httpd] - Now allow the use of the "new" ssl, by using
            the <span class="code">essl</span> tag instead. </p> 
          <p>See the <span class="code">http_option</span> option in the 
            <span class="bold_code"><a href="httpc.html#request2">request/4,5</a></span> or 
            the <span class="bold_code"><a href="httpd.html#props_comm">socket-type</a></span>
            section of the Communication properties chapter for more info, </p>
	  <p>Own Id: OTP-7907</p>
        </li>

        <li>
	  <p>Deprecated functions designated to be removed in R14 has been
            removed. Also, some new functions has been marked as deprecated
            (the old http client api module). </p>
	  <p>Own Id: OTP-8564</p>
	  <p>*** POTENTIAL INCOMPATIBILITY ***</p>
        </li>

        <li>
	  <p>[httpd] - Improved mod_alias. 
            Now able to do better URL rewrites. </p> 
          <p>See 
            <span class="bold_code"><a href="httpd.html#props_alias">URL aliasing properties</a></span> 
            and the 
            <span class="bold_code"><a href="httpd.html#props_cgi">CGI properties</a></span>
            section(s) for more info, </p>
	  <p>Own Id: OTP-8573</p>
        </li>

      </ul>
    

    <h4>Fixed Bugs and Malfunctions</h4>

      <p>-</p>



    

   


  <h3><a name="id63501">1.14 
        Inets 5.3.3</a></h3>

    <h4>Improvements and New Features</h4>
      <p>-</p>


    

    <h4>Fixed Bugs and Malfunctions</h4>



      <ul>
        <li>
	  <p>[httpc] - Made cookie handling more case insensitive.</p>
	  <p>Own Id: OTP-8609</p>
          <p>Nicolas Thauvin</p>
        </li>

        <li>
	  <p>[httpc|httpd] - Netscape cookie dates can also be given with a 
            2-digit year (e.g. 06 = 2006). </p>
	  <p>Own Id: OTP-8610</p>
          <p>Nicolas Thauvin</p>
        </li>

        <li>
	  <p>[httpd] - Added support (again) for the documented debugging 
            features. See the User's Guide 
            <span class="bold_code"><a href="http_server.html#config">Configuration</a></span> 
            chapter for more info. </p>
	  <p>Own Id: OTP-8624</p>
        </li>

      </ul>
    

   


  <h3><a name="id71876">1.15 
        Inets 5.3.2</a></h3>

    <h4>Improvements and New Features</h4>
      <p>-</p>


    

    <h4>Fixed Bugs and Malfunctions</h4>



      <ul>
        <li>
	  <p>[httpc] - Memory leak plugged. 
            The profile manager never cleaned up in its handler database. 
            This meant that with each new request handler, another entry 
            was created that was never deleted. Eventually the request
            id counter (used as a key) would wrap, but the machine would 
            most likely run out of memory before that happened.</p>
	  <p>Own Id: OTP-8542</p>
          <p>Lev Walkin</p>
        </li>

        <li>
	  <p>[httpc] - https requests with default port (443) not handled 
            properly. </p>
	  <p>Own Id: OTP-8607</p>
          <p>jebu ittiachen</p>
        </li>

      </ul>
    

   


  <h3><a name="id71950">1.16 
        Inets 5.3.1</a></h3>

    <h4>Improvements and New Features</h4>
      <p>-</p>


    

    <h4>Fixed Bugs and Malfunctions</h4>



      <ul>
        <li>
	  <p>[httpc] - Badly formated error reason for errors occuring 
            during initial connect to a server. 
            Also, the possible error reasons was 
            not properly documented.</p>
	  <p>Own Id: OTP-8508</p>
	  <p>Aux Id: seq11407</p>
        </li>

        <li>
	  <p>[httpd] - Issues with ESI erl_script_timeout. </p>
          <p>
            <ul>
	      <li>
		<p>The <span class="code">erl_script_timeout</span> config option is ducumented
                  as a number of seconds. But when parsing the config, in the
                  new format (not a config file), it was handled as if in
                  number of milliseconds. </p>
              </li>
	      <li>
		<p>When the erl-script-timeout time was exceeded, the server
                  incorrectly marked the answer as sent, thereby leaving 
                  client hanging (with an incomplete answer).
                  This has been changed, so that now the socket will be
                  closed. </p>
	      </li>
	    </ul>
	  </p>
	  <p>Own Id: OTP-8509</p>
        </li>
      </ul>
    

   


  <h3><a name="id72050">1.17 
        Inets 5.3</a></h3>

    <h4>Improvements and New Features</h4>


      <ul>
        <li>
	  <p>[httpc] - Allow users to pass socket options to the transport 
            module when making requests. </p> 
          <p>See the <span class="code">socket_opts</span> option in the 
            <span class="bold_code"><a href="httpc.html#request2">request/4</a></span> or 
            <span class="bold_code"><a href="httpc.html#set_options">set_options/1,2</a></span>
            for more info, </p>
	  <p>Own Id: OTP-8352</p>
        </li>

        <li>
          <p>[httpc] Fix bug crafting Host header when port is not 80. </p>
          <p>The host header should include the port number as well as the 
            host name when making a request to a server listening on a port 
            other than the HTTP default of 80. Currently, only the host 
            name is included. This is important to make the http client 
            more compliant with the HTTP specification. </p>
          <p>Own Id: OTP-8371</p>
          <p>Kelly McLaughlin</p>
        </li>

        <li>
	  <p>[httpc|httpd] http_chunk data handling/passing improvement. </p> 
          <p>This is a modification to the http_chunk module to forward any 
            full chunk received, regardless of whether the size field for the 
            following chunk has been received yet.  This allows http_chunk to 
            be used in situations where a long term HTTP connection is used to 
            send periodic status updates as individual chunks.  Previously a 
            given chunk would not be forwarded to the client process until the 
            size for the next chunk had been read which rendered the module 
            difficult to use for the scenario described. </p>
          <p>Bernard Duggan</p>
	  <p>Own Id: OTP-8351</p>
        </li>

        <li>
	  <p>Include the inets test suite in the release of the 
            application. </p> 
	  <p>Own Id: OTP-8349</p>
        </li>
	
        <li>
	  <p>[httpc] - It is now possible to configure the client to 
            deliver an async reply to more receivers then the calling 
            process. </p> 
          <p>See the 
            <span class="bold_code"><a href="httpc.html#request2">receiver</a></span>
            option for more info, </p>
	  <p>Own Id: OTP-8106</p>
        </li>
	
	<li>
	  <p>[httpd] - Methods "PUT" and "DELETE" now allowed. </p> 
          <p>huntermorris@gmail.com</p>
	  <p>Own Id: OTP-8103</p>
        </li>

        <li>
          <p>[httpc] Several more or less critical fixes:</p>
          <p>
            <ul>
	      <li>
		<p>Initial call between the httpc manager and request 
                  handler was synchronous. </p>
		<p>When the manager starts a new request handler, 
                  this is no longer a synchronous operation. Previously, 
                  the new request handler made the connection to the 
                  server and issuing of the first request (the reason 
                  for starting it) in the gen_server init function. 
                  If the connection for some reason "took some time", 
                  the manager hanged, leaving all other activities by 
                  that manager also hanging. </p>
              </li>

	    </ul>
	  </p>
          <p>As a side-effect of these changes, some modules was also 
            renamed, and a new api module, 
            <span class="bold_code"><a href="httpc.html">httpc</a></span>, has been introduced
            (the old module <span class="code">http</span> is <strong>not</strong> removed, but is 
            now just wrapper for <span class="code">httpc</span>). </p>
          <p>Own Id: OTP-8016</p>
	  <p>*** POTENTIAL INCOMPATIBILITY ***</p>
        </li>

      </ul>
    

    <h4>Fixed Bugs and Malfunctions</h4>



      <ul>
        <li>
	  <p>[httpd] The server did not fully support the documented module
            callback api. Specifically, the load function should be able to
            return the atom <span class="code">ok</span>, but this was not accepted. </p>
	  <p>Own Id: OTP-8359</p>
        </li>

        <li>
          <p>Fixing various documentation-related bugs (bad quotes).</p>
          <p>Own Id: OTP-8327</p>
        </li>

        <li>
	  <p>Fixing minor Dialyzer and copyright problem(s). </p>
	  <p>Own Id: OTP-8315</p>
        </li>

        <li>
	  <p>[httpc] - Added basic sanity check of option value 
            combinations.</p>
          <p>adam.kocoloski@gmail.com</p>
	  <p>Own Id: OTP-8056</p>
        </li>
      </ul>
    

   


  <h3><a name="id71478">1.18 
        Inets 5.2</a></h3>

    <h4>Improvements and New Features</h4>

        <ul>
          <li>
	    <p>[ftpc] - Start of the FTP client has been changed in 
              the following way: </p>
	      <ul>
		<li>
		  <p>It is now also possible to start a standalone FTP client 
		    process using the re-introduced  
                    <span class="bold_code"><a href="ftp.html#open">ftp:open</a></span> 
                    function. </p>
                  <p>This is an alternative to starting the client using the 
		    <span class="bold_code"><a href="ftp.html#service_start">inets service framework</a></span>. </p>
		  <p>The old <span class="code">ftp:open/1</span>, undocumented, function, 
                    caused the client to be hooken into the inets service
                    supervision framework. This is <strong>no</strong> longer the
                    case. </p>
                  <p>*** POTENTIAL INCOMPATIBILITY ***</p>
		</li>
		<li>
                  <p>Previously, the FTP client attempted to use IPv6, 
                    unless otherwise instructed (the <span class="code">ip_v6_disabled</span> 
                    flag), and only used IPv4 if this did not work. 
                    This has now been <strong>changed</strong>. </p>
                  <p>A new option, 
                    <span class="bold_code"><a href="ftp.html#ipfamily">ipfamily</a></span>, 
                    has been introduced, with the default value 
                    <span class="code">inet</span> (IPv4). </p>
                  <p>See <span class="bold_code"><a href="ftp.html#open">ftp:open</a></span> 
                    for more info.</p>
                  <p>*** POTENTIAL INCOMPATIBILITY ***</p>
		</li>
              </ul>
	    <p>Own Id: OTP-8258</p>
	    
	  </li>

          <li>
            <p>The documentation is now built with open source tools 
              (<strong>xsltproc</strong> and <strong>fop</strong>) that exists on most 
              platforms. One visible change is that the frames are removed.</p>
            <p>Own Id: OTP-8249</p>
          </li>

        </ul>
    

    <h4>Fixed Bugs and Malfunctions</h4>



      <ul>
        <li>
	  <p>[httpc] - Streaming to file did not work.</p>
          <p>dizzyd@gmail.com</p>
	  <p>Own Id: OTP-8204</p>
        </li>

        <li>
	  <p>[ftpc] - The 
            <span class="bold_code"><a href="ftp.html#ls2">ls/2</a></span> function (LIST command) 
            and the 
            <span class="bold_code"><a href="ftp.html#nlist2">nlist/2</a></span> function 
            (NLST command) 
            with wildcards did 
            not work properly. </p>
          <p>These functions is documented as working on directories, but 
            this is actually not according the standard. The LIST and NLST
            commands are specified to operate on a directory or other 
            group of files, or a file.</p>
          <p>Previously, an attempt was made to check if the listing
            returned by the server was actually an error message. This
            was done by changing remote directory (cd) into the 
            (assumed) "directory". This may work if Pathname was actually 
            a directory, but as this is not always the case, this test 
            does not work. Instead, we now return the actual server 
            result and leave the interpretation to the caller. </p>
          <p>*** POTENTIAL INCOMPATIBILITY ***</p>
	  <p>Own Id: OTP-8247</p>
	  <p>Aux Id: seq11407</p>
        </li>

        <li>
	  <p>[httpc] - Fixes various bugs in timeout and keep-alive queue 
            handling. </p>
          <ul>
            <li>
              <p>When a queued request times, out the error mssage is sent 
                the owner of the active request. </p>
	    </li>

            <li>
              <p>Requests in the keep-alive queue is forgotten when 
                handler terminates. </p>
	    </li>

            <li>
              <p>Timeout out requests are retried. </p>
	    </li>
          </ul>
          <p>Jean-Sébastien Pédron</p>
	  <p>Own Id: OTP-8248</p>
        </li>

        <li>
	  <p>[httpd] - Unnecessarily strict matching when handling closing sockets. </p>
	  <p>Own Id: OTP-8280</p>
        </li>

      </ul>
    

   


  <h3><a name="id76424">1.19 
        Inets 5.1.3</a></h3>

    <h4>Improvements and New Features</h4>
      <p>-</p>

    

    <h4>Fixed Bugs and Malfunctions</h4>



      <ul>
        <li>
	  <p>[httpc] - Raise condition. 
            When http:request is called and httpc_manager selects a session 
            where there's already a pending request, then the connection 
            handler for that session effectively resets its parser, readying
            it for the response to the second request. But if there are still 
            some inbound packets for the response to the first request, things 
            get confused.</p>
          <p>tomas.abrahamsson@gmail.com</p>
	  <p>Own Id: OTP-8154</p>
        </li>

      </ul>
    

   


  <h3><a name="id76481">1.20 
        Inets 5.1.2</a></h3>


      <h4>Improvements and New Features</h4>


        <ul>
	  <li>
	    <p>[httpc] - Added http option <span class="code">connect_timeout</span> for http 
              client request.
              The <span class="code">connect_timeout</span> option is used for the initial 
              request, when the client connects to the server. Default 
              value is that of the <span class="code">timeout</span> option. </p>
            <p>See the 
	      <span class="bold_code"><a href="httpc.html#request2">request/4,5</a></span> 
              function for more info. </p>
	    <p>Own Id: OTP-7298</p>
	    
          </li>

        </ul>
      


      <h4>Fixed Bugs and Malfunctions</h4>


        <ul>
	  <li>
	    <p>[httpd] - Failed to create listen socket with invalid 
              option combo. The http-server failed to create its listen 
              socket when the bind-address was an IPv4-address (a tuple of
              size 4) and the ipfamily option was inet6fb4. </p>
	    <p>Own Id: OTP-8118</p>
	    <p>Aux Id: seq11321</p>
          </li>

	  <li>
	    <p>[httpd] - Removed documentation for non-existing function 
              (httpd_util:header/2,3,4). </p>
	    <p>Own Id: OTP-8101</p>
	    
          </li>

        </ul>
      

   


  <h3><a name="id76591">1.21 
        Inets 5.1.1</a></h3>


      <h4>Improvements and New Features</h4>
        <ul>
	  <li>
	    <p>[httpd] - When starting inets (the web-server) and supplying 
              a descriptor on the command line 
              (example: erl -httpd_8888 &lt;descriptor&gt;) 
              it is now possible to specify which ip-family to use:
              <span class="code">inet | inet6 | inet6fb4</span>. </p>
            <p>Example: erl -httpd_8888 10|inet6</p>
            <p>When starting the web-server either using a file with 
              property list (the proplist_file) or a an property list,
              using the ipfamily option: 
              <span class="code">{ipfamily, inet | inet6 | inet6fb4}</span>. </p>
            <p>Finally, when starting the web-server using the classical
              apache-style config file, the <span class="code">BindAddress</span> directive
              has been augmented to allow the specification of the 
              IpFamily: <span class="code">BindAddress blirk.ericsson.se|inet</span></p>
            <p>Default is <span class="code">inet6fb4</span> which emulates the 
              behaviour of the previous version. </p>
            <p>See the 
	      <span class="bold_code"><a href="httpd.html#props_comm">Communication properties</a></span> 
              section for more info. </p>
	    <p>Own Id: OTP-8069</p>
	    <p>Aux Id: seq11086</p>
          </li>

        </ul>
      


      <h4>Fixed Bugs and Malfunctions</h4>


        <ul>
	  <li>
	    <p>[httpc] - Reception of unexpected data causes handler crash. </p>
	    <p>Own Id: OTP-8052</p>
          </li>

        </ul>
      

   


  <h3><a name="id74910">1.22 
        Inets 5.1</a></h3>

      <h4>Improvements and New Features</h4>
        <ul>
          <li>
            <p>[httpc] Added support for web services using only basic auth,
              with a token as the user part and no password part.</p>
            <p>twoggle@gmail.com</p>
            <p>Own Id: OTP-7998</p>
          </li>

	  <li>
	    <p>[httpc] - Bind HTTP client to IP-addr. It is now possible 
              to specify an alternate ip-address and port to be used when 
              the client connects to the server. </p>
	    <p>As a side-effect of this, the option <span class="code">ipv6</span> has been 
              removed and replaced by the <span class="code">ipfamily</span> option. </p>
	    <p>See <span class="bold_code"><a href="httpc.html#set_options">http:set_options/1,2</a></span> 
              for more info. </p>
            <p>*** POTENTIAL INCOMPATIBILITY ***</p>
	    <p>Own Id: OTP-8004</p>
          </li>

        </ul>
      


      <h4>Fixed Bugs and Malfunctions</h4>


        <ul>
          <li>
            <p>Updated guard tests (i.e. is_list(L) instead of
              list(L) and possibly andalso/orelse instead of ","/";"). </p>
            <p>Own Id: OTP-7994</p>
          </li>

          <li>
            <p>[httpc] - Remove use of the deprecated regexp module. </p>
            <p>Own Id: OTP-8001</p>
          </li>

	  <li>
	    <p>[httpc] - The option <span class="code">max_keep_alive_length</span> was 
              not handled properly. </p>
	    <p>Own Id: OTP-8005</p>
          </li>


        </ul>
      

   

  

</div>
<div class="footer">
<hr>
<p>Copyright © 1997-2012 Ericsson AB. All Rights Reserved.</p>
</div>
</div>
</div></body>
</html>