https://bz.apache.org/bugzilla/show_bug.cgi?id=55988
Ognjen Blagojevic <ognjen.d.blagoje...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |REOPENED --- Comment #21 from Ognjen Blagojevic <ognjen.d.blagoje...@gmail.com> --- Refactoring in r1662994 broke the support for 7.0.x. It introduced several issues: 1. Inverted if condition in AbstractEndpoint.testServerCipherSuitesOrderSupport (fixed in r1669346). 2. Steps in AbstractEndpoint.configureUseServerCipherSuitesOrder: (a) SSLParameters sslParameters = engine.getSSLParameters(); (b) sslParameters.setUseCipherSuitesOrder(boolean) (c) engine.setSSLParamters(sllParameters) were refactored omitting step (c). 3. Steps in JSSESocketFactory.configureUseServerCipherSuitesOrder: (a) SSLParameters sslParameters = socket.getSSLParameters(); (b) sslParameters.setUseCipherSuitesOrder(boolean) (c) socket.setSSLParamters(sllParameters) were refactored omitting step (c). I'm preparing the patch for issues 2. and 3. -Ognjen -- 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