Yet another abstraction of the Servlet API.  This would add two methods
to User for obtaining the remote address and hostname of the user. 
These would be set in RunData.setUser().

-------------------------------------
New methods in User.java

public String getRemoteAddr() 
        Returns the Internet Protocol (IP) address of the client that sent the
request
public String getRemoteHost() 
        Returns the fully qualified name of the client that sent the request.

public void setRemoteAddr( String remoteAddr )
public void setRemoteHost( String remoteHost )
-------------------------------------

If no objection I am going to take care of it.

Kevin

-- 
Kevin A Burton ([EMAIL PROTECTED])
http://relativity.yi.org
Message to SUN:  "Please Open Source Java!"
I just patented "one click e-mail", when you hit the "reply" button you 
own me 50 cents.


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to