marcsaeg    01/05/11 15:44:33

  Modified:    .        Tag: tomcat_32 RELEASE-NOTES
               src/doc  Tag: tomcat_32 readme
  Log:
  Updated description of the fix for bug 208.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.8   +6 -3      jakarta-tomcat/Attic/RELEASE-NOTES
  
  Index: RELEASE-NOTES
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/Attic/RELEASE-NOTES,v
  retrieving revision 1.1.2.7
  retrieving revision 1.1.2.8
  diff -u -r1.1.2.7 -r1.1.2.8
  --- RELEASE-NOTES     2001/05/08 01:31:17     1.1.2.7
  +++ RELEASE-NOTES     2001/05/11 22:44:28     1.1.2.8
  @@ -1,4 +1,4 @@
  -$Id: RELEASE-NOTES,v 1.1.2.7 2001/05/08 01:31:17 marcsaeg Exp $
  +$Id: RELEASE-NOTES,v 1.1.2.8 2001/05/11 22:44:28 marcsaeg Exp $
   
                               Release Notes for:
                              ====================
  @@ -295,6 +295,7 @@
   will indicate a URL scheme of HTTP.  The AJP13 protocol does not suffer
   from this problem.
   
  +
   ===============================================================================
   7.  FIXES AND ENHANCEMENTS IN UPDATES
   
  @@ -332,8 +333,10 @@
     -  HttpServletRequest.encodeURL() now properly encodes URLs that contain
        an anchor but no query string.  (#1182)
     -  Error pages now work in virtual hosts.
  -  -  ServletRequest.getRemoteHost() now returns the remote IP address
  -     if the remote host name isn't known.  (#208)
  +  -  ServletRequest.getRemoteHost() now does a DNS lookup (if necessary) to 
  +     determine the name of the remote host.  As required by the spec, if this
  +     look up fails the method returns the remote host's IP address.  (#208)
  +
   
   Jasper
     -  Fix for UnsupportedEncodingException due to UTF8 instead of UTF-8.  (#269)
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.8.2.20  +6 -3      jakarta-tomcat/src/doc/readme
  
  Index: readme
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/readme,v
  retrieving revision 1.8.2.19
  retrieving revision 1.8.2.20
  diff -u -r1.8.2.19 -r1.8.2.20
  --- readme    2001/05/08 01:31:19     1.8.2.19
  +++ readme    2001/05/11 22:44:32     1.8.2.20
  @@ -1,4 +1,4 @@
  -$Id: readme,v 1.8.2.19 2001/05/08 01:31:19 marcsaeg Exp $
  +$Id: readme,v 1.8.2.20 2001/05/11 22:44:32 marcsaeg Exp $
   
                               Release Notes for:
                              ====================
  @@ -295,6 +295,7 @@
   will indicate a URL scheme of HTTP.  The AJP13 protocol does not suffer
   from this problem.
   
  +
   ===============================================================================
   7.  FIXES AND ENHANCEMENTS IN UPDATES
   
  @@ -332,8 +333,10 @@
     -  HttpServletRequest.encodeURL() now properly encodes URLs that contain
        an anchor but no query string.  (#1182)
     -  Error pages now work in virtual hosts.
  -  -  ServletRequest.getRemoteHost() now returns the remote IP address
  -     if the remote host name isn't known.  (#208)
  +  -  ServletRequest.getRemoteHost() now does a DNS lookup (if necessary) to 
  +     determine the name of the remote host.  As required by the spec, if this
  +     look up fails the method returns the remote host's IP address.  (#208)
  +
   
   Jasper
     -  Fix for UnsupportedEncodingException due to UTF8 instead of UTF-8.  (#269)
  
  
  

Reply via email to