]
Darran Lofthouse updated ELY-1311:
----------------------------------
Fix Version/s: 1.1.0.CR6
(was: 1.1.0.CR5)
Translate password before obtaining clear password spec
-------------------------------------------------------
Key: ELY-1311
URL:
https://issues.jboss.org/browse/ELY-1311
Project: WildFly Elytron
Issue Type: Bug
Components: API / SPI
Affects Versions: 1.1.0.CR4
Reporter: Pedro Igor
Assignee: Pedro Igor
Fix For: 1.1.0.CR6
In some situations we are creating {{RawClearPassword}} where ideally we should create
concrete {{ClearPassword}} instances.
The main issue we need to fix is credential propagation where only concrete
{{ClearPassowrd}} instances are supposed to be used.