[JBoss JIRA] (ELY-545) Missing null checks in URIUtil.getHostForURI(SocketAddress socketAddress) method
by Ondrej Lukas (JIRA)
Ondrej Lukas created ELY-545:
--------------------------------
Summary: Missing null checks in URIUtil.getHostForURI(SocketAddress socketAddress) method
Key: ELY-545
URL: https://issues.jboss.org/browse/ELY-545
Project: WildFly Elytron
Issue Type: Bug
Affects Versions: 1.1.0.Beta5
Reporter: Ondrej Lukas
Assignee: Darran Lofthouse
There is public static method org.wildfly.security.util.URIUtil.getHostForURI(SocketAddress socketAddress) with missing null checks for {{hostString}} and {{address}}. This method can be publicly accessed and result to NPE.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (ELY-544) Field clientCertUrl from EntitySaslClient is always null
by Ondrej Lukas (JIRA)
Ondrej Lukas created ELY-544:
--------------------------------
Summary: 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
Assignee: Darran Lofthouse
Priority: Minor
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.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (ELY-542) Incorrectly implemented applyFilter method of ProtocolSelector.RemovingProtocolSelector
by Ondrej Lukas (JIRA)
Ondrej Lukas created ELY-542:
--------------------------------
Summary: Incorrectly implemented applyFilter method of ProtocolSelector.RemovingProtocolSelector
Key: ELY-542
URL: https://issues.jboss.org/browse/ELY-542
Project: WildFly Elytron
Issue Type: Bug
Affects Versions: 1.1.0.Beta5
Reporter: Ondrej Lukas
Assignee: Darran Lofthouse
Method applyFilter from org.wildfly.security.ssl.ProtocolSelector.RemovingProtocolSelector is incorrectly implemented. {{Set<Protocol> enabled}} cannot contain (and therefore cannot remove) {{EnumSet<Protocol> protocols}}.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months