https://issues.apache.org/bugzilla/show_bug.cgi?id=55988
--- Comment #8 from Christopher Schultz <ch...@christopherschultz.net> --- (In reply to Remy Maucherat from comment #7) > Ok, since you asked for it, here's a review: > - I don't think this feature justifies a big blob of ugly code, so this > should wait for Java 8. I'm not sure I'd call this a big ball of ugly code. The only thing that makes it ugly is the fact that we can't have a compilation dependency on Java 8 -- which is where this feature is actually implemented. > - Regardless of what APR may or may not do, it should be a boolean for the > Java connectors, not a String. While the class member is a String, it's treated as a boolean. Ognjen was simply following precedent set for example by "clientAuth". -- 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