Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 78095 invoked from network); 1 Feb 2011 01:57:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2011 01:57:16 -0000 Received: (qmail 73729 invoked by uid 500); 1 Feb 2011 01:57:15 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 73596 invoked by uid 500); 1 Feb 2011 01:57:14 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 73581 invoked by uid 99); 1 Feb 2011 01:57:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Feb 2011 01:57:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Feb 2011 01:57:11 +0000 Received: from thor.apache.org (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p111uoZW024367 for ; Tue, 1 Feb 2011 01:56:50 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id p111un08024366; Mon, 31 Jan 2011 20:56:50 -0500 (EST) Date: Mon, 31 Jan 2011 20:56:50 -0500 (EST) From: bugzilla@apache.org To: dev@tomcat.apache.org Subject: DO NOT REPLY [Bug 50695] New: Needed additional information when java.io.CharConversionException is thrown. X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Tomcat 6 X-Bugzilla-Component: Connectors X-Bugzilla-Keywords: X-Bugzilla-Severity: trivial X-Bugzilla-Who: knight@nhn.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@tomcat.apache.org X-Bugzilla-Target-Milestone: default X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=50695 Summary: Needed additional information when java.io.CharConversionException is thrown. Product: Tomcat 6 Version: 6.0.30 Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P2 Component: Connectors AssignedTo: dev@tomcat.apache.org ReportedBy: knight@nhn.com Hello. ^^ Could you give additional information about HOST field when java.io.CharConversionException is thrown. As maintaining, I met the exception but I dont know why occured. I need that what character in HOST field is transfered from client. So, I hope to add a code in org.apache.jk.commo.HandlerRequest.java below. <680 line in org.apache.jk.commo.HandlerRequest.java> in present : throw new CharConversionException("Invalid char in port: " + valueB[i + valueS]); to be : throw new CharConversionException("Invalid char in port: " + valueB[i + valueS] + ", invalid string is " + new String(valueB)); Thank you advanced. -- 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: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org