Hi Marc,

Could you clarify the getRemoteHost in readme :=>


 
============================================================================
===
   7.  FIXES AND ENHANCEMENTS IN UPDATES
   
  @@ -318,6 +332,8 @@
     -  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)
   

=>

 
============================================================================
===
   7.  FIXES AND ENHANCEMENTS IN UPDATES
   
  @@ -318,6 +332,8 @@
     -  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 has not been resolved by web-server.  (#208)
   

Regards  

Reply via email to