]
Darran Lofthouse moved SASL-11 to ELY-50:
-----------------------------------------
Project: WildFly Elytron (was: WildFly SASL Provider)
Key: ELY-50 (was: SASL-11)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Fix Version/s: 1.0.0.Beta1
(was: 2.0.0.Alpha1)
From RFC-2831 a realm name can contain whitespace, this means using
space as the delimiter for possible realms is incorrect
---------------------------------------------------------------------------------------------------------------------------
Key: ELY-50
URL:
https://issues.jboss.org/browse/ELY-50
Project: WildFly Elytron
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 1.0.0.Beta1
By using space as the separator a single realm name that contains a space is split into
two realms.
Either support quoted realm names if they contain a space or choose a different delimiter
- (A different delimiter other than a control character may be difficult as the rest can
appear in a realm name)