]
David Lloyd resolved ELY-542.
-----------------------------
Fix Version/s: 1.1.0.Beta7
Resolution: Done
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: David Lloyd
Labels: static_analysis
Fix For: 1.1.0.Beta7
Method applyFilter from
org.wildfly.security.ssl.ProtocolSelector.RemovingProtocolSelector is incorrectly
implemented. {{Set<Protocol> enabled}} cannot contain (and therefore cannot remove)
{{EnumSet<Protocol> protocols}}.