}
strcert0 = mygetHeader(request, "ssl_cipher_usekeysize");
if (strcert0 != null) {
- request.setAttribute(Globals.KEY_SIZE_ATTR, strcert0);
+ request.setAttribute(Globals.KEY_SIZE_ATTR,
+ Integer.valueOf(strcert0));
}
getNext().invoke(request, response);
}
Stylistic improvements to MIME type sync script.
Based on a patch provided by Felix Schumacher. (rjung)
</update>
+ <fix>
+ Ensure that the SSLValve provides the SSL key size as an Integer rather
+ than a String. (markt)
+ </fix>
</changelog>
</subsection>
</section>