Description
in org.apache.wss4j.common.crypto.ThreadLocalSecurityProvider
is violated the rule
"return empty arrays or collections, not nulls" as a result crash NPE in
org.apache.wicket.extensions.markup.html.captcha.CaptchaImageResource#detectBestFittingService()
for (Provider.Service service : provider.getServices()) {
...
}