You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2014/06/13 12:33:32 UTC

[Bug 56618] Can not set Hostname property to IPv6 address using JK Status Manager

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

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> ---
Thread on @users:
"I can not set Hostname property to IPv6 address using JK Status Manager"
http://tomcat.markmail.org/thread/5z54blmnrttwytr6

The problem is that url-encoded parameter value (2001%3Ac0a8%3A%3A1) is passed
"as
is" to the jk_resolve method.

Looking at the code, jk_status.c has its own HTTP query parameters parsing
(status_parse_uri() in native/common/jk_status.c), implemented by splitting the
query string.
The url-decoding of parameters is not performed. There is a comment that it had
been planned, but has not been implemented yet.

/* XXX Depending on the params values, we might need to trim and decode */

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