] 
RH Bugzilla Integration commented on AS7-3050:
----------------------------------------------
Katerina Novotna <kanovotn(a)redhat.com> changed the Status of [bug
 RESTEasy: Boolean configuration parameters don't reject non-sense
content
 -------------------------------------------------------------------------
                 Key: AS7-3050
                 URL: 
https://issues.jboss.org/browse/AS7-3050
             Project: Application Server 7
          Issue Type: Bug
          Components: REST
    Affects Versions: 7.1.0.Beta1b
            Reporter: Pavel Janousek
            Assignee: Weinan Li
             Fix For: Awaiting Volunteers
 RESTEasy can be configured through several configuration options in WAR application
deployment file WEB-INF/web.xml. These options which are type of Boolean (= true, false;
maybe we should do support for 0 and 1 too), other invalid or non-sense setting should be
rejected as invalid deployment description and a such application should not be deployed
at all.
 Affected options are:
 - resteasy.scan
 - resteasy.scan.providers
 - resteasy.scan.resources
 - resteasy.use.builtin.providers