DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17579>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17579 "port" in "jk_channel_socket_private" should be "int" instead of "short" Summary: "port" in "jk_channel_socket_private" should be "int" instead of "short" Product: Tomcat 4 Version: 4.1.18 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Connector:Coyote JK 2 AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] For JK2 connector's native part, in "jk_channel_socket.c", type of member "port" in structure "jk_channel_socket_private" should be "int" instead of "short", otherwise, if a socket channel's port will be reset to default (8009) if it larger than 32767 while port larger than 32767 is usable. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]