Hi,
I want the get a client's IP address from
jsf. With a little search effort, I could come up with this:
Problem is, address is coming in ipv6 format. I searched around quite a bit and couldn't find any info on this. Is the address being returned as ipv6 because of network specific configurations or is JSF returning it as ipv6 by default?
If so, how do I tell JSF to return it as an ipv4 address?
Thanks in advance.