Re: Servlet API changes and mod_proxy...

2003-03-13 Thread Ian Holsman
Pier Fumagalli wrote: "Pier Fumagalli" <[EMAIL PROTECTED]> wrote: The X-Forwarded-For would contain something like 192.168.1.2:19876 (instead of just the first bit before the ':'), and I would need to add another header containing the IP of the client connection (I was thinking about something li

Re: Servlet API changes and mod_proxy...

2003-03-13 Thread Pier Fumagalli
"Pier Fumagalli" <[EMAIL PROTECTED]> wrote: > The new upcoming servlet API will include some new methods to retrieve the > connection IP and PORT in case of proxied HTTP requests. > > It will be basically required to obtain the following: > > - IP + PORT of the remote client > - IP + PORT of req

Servlet API changes and mod_proxy...

2003-03-13 Thread Pier Fumagalli
The new upcoming servlet API will include some new methods to retrieve the connection IP and PORT in case of proxied HTTP requests. It will be basically required to obtain the following: - IP + PORT of the remote client - IP + PORT of requested by the client - IP + PORT where the request was rece