]
Darran Lofthouse reassigned ELY-544:
------------------------------------
Assignee: (was: Darran Lofthouse)
Field clientCertUrl from EntitySaslClient is always null
--------------------------------------------------------
Key: ELY-544
URL:
https://issues.jboss.org/browse/ELY-544
Project: WildFly Elytron
Issue Type: Bug
Affects Versions: 1.1.0.Beta5
Reporter: Ondrej Lukas
Priority: Minor
Labels: static_analysis
Field {{clientCertUrl}} from org.wildfly.security.sasl.entity.EntitySaslClient is always
null which causes that method getClientCertificate() includes deadcode - condition
{{clientCertUrl != null}} is always false. Is it intended? Feel free to close this issue
as not a bug if this is currently intended behavior.