]
Pedro Igor updated ELY-1311:
----------------------------
Git Pull Request:
Replace RawPassword with ClearPassword when using clear passwords
-----------------------------------------------------------------
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.CR5
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.