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

--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> ---
I think the real question is whether or not the String.toCharArray even belongs
here. Back in the dark days, only fools used String.charAt and instead used
String.toCharArray followed by direct index access. I haven't done any
performance measurements, but String.toCharArray may be more trouble than it's
worth these days.

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