https://issues.apache.org/bugzilla/show_bug.cgi?id=54324
--- Comment #11 from Michael Osipov <1983-01...@gmx.net> --- (In reply to Konstantin Kolinko from comment #10) > (In reply to Michael Osipov from comment #8) > > (In reply to Konstantin Kolinko from comment #7) > > > Implemented in Tomcat 6.0 by r1461021 , will be in 6.0.37 > > > > Konstantin, > > > > the fix for 6.0.x strays from the convention lowercase name for variables. > > See > > http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/tomcat/ > > util/net/AprEndpoint.java?r1=1461021&r2=1461020&pathrev=1461021 > > > > > protected boolean SSLDisableCompression = false; > > There is no such convention here (in APR connector). This is Java convention. members -- unless static final -- are never PascalCase but camelCase. None is referring to the attributes in the XML config. > See SSLEnabled, SSLProtocol etc. > http://tomcat.apache.org/tomcat-6.0-doc/apr.html > > (In reply to Sebb from comment #9) > 1. Nothing is broken by this. > 2. 6.0.37 is already released. You are too late here. It can still be fixed > in trunk though. > > re-closing as FIXED. Why don't you fix it then? -- 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