Having a host name as an ipv6 address (ex : [2001::2002] on which a web service is running) causes problems in Axis --------------------------------------------------------------------------------------------------------------------
Key: AXIS-2784 URL: https://issues.apache.org/jira/browse/AXIS-2784 Project: Axis Issue Type: Bug Environment: Axis for java (deployed in windows XP) Reporter: Sabesan Saidapet Pachai Priority: Critical I use Axis1.4. Let us assume that there is a web service running on a server with ipv6 address 2001::2002. Let us assume that all the client stubs for invoking the web service are available. I specify the host name as [2001::2002]. (This is the standard way of accessing web service over an ipv6 address). The client sends a request to the server. The server sends a cookie which has the session key. When this key is sent back, some component in Axis, reports the following error: - Cookie rejected: "<session key>". Illegal domain attribute "[2001". Domain of origin: "[2001::2002]" I have conducted my experiments to verify that this is a problem with Axis. I tried using the DNS name instead of the ipv6 address for accessing the web service and the call seems to go through. Need some insight into this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.