About bug#208

2001-05-07 Thread GOMEZ Henri
Hi, The BUG #208 (request.getRemoteHost() returns empty string when using mod_jk BugRat Report#320) is still there (3.2.2b4). The difference is that when we're using ajp12, getRemoteHost = and in ajp13, getRemoteHost = null. The fix is easy the getRemoteAddr() is allways set but : - Did we

RE: About bug#208

2001-05-07 Thread Marc Saegesser
[mailto:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 9:00 AM To: [EMAIL PROTECTED] Subject: About bug#208 Hi, The BUG #208 (request.getRemoteHost() returns empty string when using mod_jk BugRat Report#320) is still there (3.2.2b4). The difference is that when we're using ajp12, getRemoteHost

RE: About bug#208

2001-05-07 Thread Craig R. McClanahan
On Mon, 7 May 2001, Marc Saegesser wrote: According to the JavaDoc for ServletRequest.getRemoteHost() Returns the fully qualified name of the client that sent the request, or the IP address of the client if the name cannot be determined. For HTTP servlets, same as the value of the CGI

RE: About bug#208

2001-05-07 Thread GOMEZ Henri
is closed ? -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 9:00 AM To: [EMAIL PROTECTED] Subject: About bug#208 Hi, The BUG #208 (request.getRemoteHost() returns empty string when using mod_jk BugRat Report#320) is still there (3.2.2b4

RE: About bug#208

2001-05-07 Thread GOMEZ Henri
According to the JavaDoc for ServletRequest.getRemoteHost() Returns the fully qualified name of the client that sent the request, or the IP address of the client if the name cannot be determined. For HTTP servlets, same as the value of the CGI variable REMOTE_HOST. Based on that I would

RE: About bug#208

2001-05-07 Thread GOMEZ Henri
]] Sent: Monday, May 07, 2001 11:16 AM To: [EMAIL PROTECTED] Subject: RE: About bug#208 According to the JavaDoc for ServletRequest.getRemoteHost() Returns the fully qualified name of the client that sent the request, or the IP address of the client if the name cannot be determined. For HTTP

RE: About bug#208

2001-05-07 Thread GOMEZ Henri
, 2001 11:16 AM To: [EMAIL PROTECTED] Subject: RE: About bug#208 According to the JavaDoc for ServletRequest.getRemoteHost() Returns the fully qualified name of the client that sent the request, or the IP address of the client if the name cannot be determined. For HTTP servlets, same

RE: About bug#208

2001-05-07 Thread Marc Saegesser
, May 07, 2001 4:14 PM To: [EMAIL PROTECTED] Subject: RE: About bug#208 I just commited the fix for 3.2.2. Not really. When the hostname is null or missing, you copy the host IP adress, but we there the name (DNS resolution). Something done by the caller (which agree to pay the price

RE: About bug#208

2001-05-07 Thread GOMEZ Henri
The previous behavior violated the spec and therefore had to be changed prior to releasing 3.2.2. Right now I can live with a simple solution. And you fix it. I'm waiting to hear back from a user to make sure that the last change for JDK 1.1 support fixed his problem and then I plan to call a

Re: About bug#208

2001-05-07 Thread Nick Holloway
[EMAIL PROTECTED] (Craig R. McClanahan) writes: On Mon, 7 May 2001, Marc Saegesser wrote: According to the JavaDoc for ServletRequest.getRemoteHost() Returns the fully qualified name of the client that sent the request, or the IP address of the client if the name cannot be determined.

RE: About bug#208

2001-05-07 Thread Marc Saegesser
implementation is no more broken then the previous one. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 4:58 PM To: [EMAIL PROTECTED] Subject: Re: About bug#208 [EMAIL PROTECTED] (Craig R. McClanahan) writes: On Mon, 7 May 2001, Marc

Re: About bug#208

2001-05-07 Thread Craig R. McClanahan
On 7 May 2001, Nick Holloway wrote: [EMAIL PROTECTED] (Craig R. McClanahan) writes: On Mon, 7 May 2001, Marc Saegesser wrote: According to the JavaDoc for ServletRequest.getRemoteHost() Returns the fully qualified name of the client that sent the request, or the IP address of