]
Jeff Mesnil updated WFCORE-3971:
--------------------------------
Fix Version/s: 6.0.0.CR2
(was: 6.0.0.CR1)
Referral mode should be an enumeration
--------------------------------------
Key: WFCORE-3971
URL:
https://issues.jboss.org/browse/WFCORE-3971
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Philippe Marschall
Assignee: Darran Lofthouse
Fix For: 6.0.0.CR2
The "referral-mode" attribute of the "dir-context" element only
allows the values "ignore", "follow" and "throw". As a
consequence it should be an enumeration of these values.
While fixing the issue I found out that model serialization would generate ALL-CAPS
values.