]
Ondrej Lukas updated ELY-542:
-----------------------------
Labels: static_analysis (was: )
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
Labels: static_analysis
Method applyFilter from
org.wildfly.security.ssl.ProtocolSelector.RemovingProtocolSelector is incorrectly
implemented. {{Set<Protocol> enabled}} cannot contain (and therefore cannot remove)
{{EnumSet<Protocol> protocols}}.