https://issues.apache.org/bugzilla/show_bug.cgi?id=56618
--- Comment #1 from Konstantin Kolinko <knst.koli...@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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org