]
Farah Juma resolved ELY-544.
----------------------------
Fix Version/s: 1.2.0.Beta3
Resolution: Duplicate Issue
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
Fix For: 1.2.0.Beta3
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.