https://issues.apache.org/bugzilla/show_bug.cgi?id=44505
--- Comment #1 from Mallik Soupati <[EMAIL PROTECTED]> 2008-02-28 06:42:52 ---
I happened to see that there is no IPv6 code at these lines of code.
IPv6 loop-back address is also needed to be tried.
file : StandardServer.java
lines : 370 to 380
ServerSocket serverSocket = null;
try {
serverSocket =
new ServerSocket(port, 1,
InetAddress.getByName("127.0.0.1"));
} catch (IOException e) {
log.error("StandardServer.await: create[" + port + "]: ", e);
System.exit(1);
}
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]