[jboss-jira] [JBoss JIRA] (WFLY-4179) Three web integration test failures with security manager enabled

James Perkins (JIRA) issues at jboss.org
Tue Dec 16 14:37:29 EST 2014


     [ https://issues.jboss.org/browse/WFLY-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Perkins updated WFLY-4179:
--------------------------------
           Description: 
The following test fail when the security manager is enabled for the {{testsuite/integration/web}} tests.

* org.jboss.as.test.integration.web.customerrors.CustomErrorsUnitTestCase

The tests are set to be ignored if the {{-Dsecurity.manager}} property is enabled. Once resolved the profile in the pom.xml for the web integration tests should be removed.

  was:
The following 3 tests fail when the security manager is enabled for the {{testsuite/integration/web}} tests.

* org.jboss.as.test.integration.jsp.JspTagTestCase
* org.jboss.as.test.integration.web.servlet.lifecycle.ServletLifecycleMethodDescriptorTestCase
* org.jboss.as.test.integration.web.customerrors.CustomErrorsUnitTestCase

The tests are set to be ignored if the {{-Dsecurity.manager}} property is enabled. Once resolved the profile in the pom.xml for the web integration tests should be removed.

    Steps to Reproduce: 
>From the {{testsuite/integration/web}} directory execute:
{code}
mvn clean test -Dsecurity.manager -Dtest=CustomErrorsUnitTestCase
{code}

  was:
>From the {{testsuite/integration/web}} directory execute:
{code}
mvn clean test -Dsecurity.manager -Dtest=JspTagTestCase,ServletLifecycleMethodDescriptorTestCase,CustomErrorsUnitTestCase
{code}



> Three web integration test failures with security manager enabled
> -----------------------------------------------------------------
>
>                 Key: WFLY-4179
>                 URL: https://issues.jboss.org/browse/WFLY-4179
>             Project: WildFly
>          Issue Type: Bug
>          Components: Security Manager, Test Suite
>            Reporter: James Perkins
>            Assignee: Stuart Douglas
>         Attachments: org.jboss.as.test.integration.jsp.JspTagTestCase-output.txt, org.jboss.as.test.integration.web.customerrors.CustomErrorsUnitTestCase-output.txt, org.jboss.as.test.integration.web.servlet.lifecycle.ServletLifecycleMethodDescriptorTestCase.txt
>
>
> The following test fail when the security manager is enabled for the {{testsuite/integration/web}} tests.
> * org.jboss.as.test.integration.web.customerrors.CustomErrorsUnitTestCase
> The tests are set to be ignored if the {{-Dsecurity.manager}} property is enabled. Once resolved the profile in the pom.xml for the web integration tests should be removed.



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jboss-jira mailing list