[jboss-as7-dev] Case-sensitivity of restricted model values

David Bosschaert david at redhat.com
Thu Nov 24 04:20:54 EST 2011


Hi all,

Looking at the security domain subsystem I see that that the 
authorization flag field has an allowed list of:
"allowed" => [
   "REQUIRED",
   "REQUISITE",
   "SUFFICIENT",
   "OPTIONAL"]

However, the default model (what you get with a fresh new AS7 install) 
has the flag value in lowercase:
   "flag" => "required",

I'm wondering are we generally lenient wrt to case or is the 
pre-populated value outside the range?

Cheers,

David


More information about the jboss-as7-dev mailing list