https://issues.apache.org/bugzilla/show_bug.cgi?id=50342

--- Comment #4 from Kim Yong Hwan <kni...@nhn.com> 2010-12-21 04:40:46 EST ---
Could you give more information when java.io.CharConversionException is thrown.

In present, I do not know why the exception is thrown and what character is
transfered from client. 

So, I hope to add a information below. 

<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));

-- 
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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to