Henri,

I didn't go for the DNS lookup stuff before was because I felt that it was
too large of a change (because it causes external communications) to put it
in without a public beta.  At the time I was hoping to release 3.2.2 without
any more beta cycles.  The %00 JSP security problem forced my hand and I had
to release another beta.  Since I had to the do the beta I went ahead and
implemented the DNS lookup for getRemoteHost(), too.  I've updated the
release notes accordingly.

> -----Original Message-----
> From: GOMEZ Henri [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 08, 2001 5:25 PM
> To: [EMAIL PROTECTED]
> Subject: Tomcat 3.2.2 : RE : cvs commit: jakarta-tomcat/src/doc readme
>
>
> 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