[jboss-jira] [JBoss JIRA] Commented: (JBAS-4080) failing org.jboss.test.security.test.CustomPrincipalPropagationUnitTestCase
Stan Silvert (JIRA)
jira-events at lists.jboss.org
Sun Feb 11 23:23:30 EST 2007
[ http://jira.jboss.com/jira/browse/JBAS-4080?page=comments#action_12352812 ]
Stan Silvert commented on JBAS-4080:
------------------------------------
I fixed this one. For some reason, in web.xml it was specifying
<auth-method>BASIC</auth-method>
when it should have been
<auth-method>FORM</auth-method>
This test will still fail from time to time if you run it repeatedly and deploy/undeploy. This is due to the 503 error you get from http://jira.jboss.com/jira/browse/JBAS-4060. I'm closing it now since you shouldn't need to redeploy the ear during a normal test run.
> failing org.jboss.test.security.test.CustomPrincipalPropagationUnitTestCase
> ---------------------------------------------------------------------------
>
> Key: JBAS-4080
> URL: http://jira.jboss.com/jira/browse/JBAS-4080
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: Test Suite
> Environment: Java Version 1.5.0_10
> Java Vendor Sun Microsystems Inc.
> Java VM Name Java HotSpot(TM) Client VM
> Java VM Version 1.5.0_10-b03
> Java VM Info mixed mode
> OS Name Linux
> OS Version 2.6.9-42.0.2.EL
> OS Arch i386
> Reporter: Dimitris Andreadis
> Assigned To: Stan Silvert
> Fix For: JBossAS-4.2.0.CR1
>
>
> testCustomPrincipalTransmissionInVM Failure Get OK(401)
> junit.framework.AssertionFailedError: Get OK(401)
> at org.jboss.test.security.test.CustomPrincipalPropagationUnitTestCase.testCustomPrincipalTransmissionInVM(CustomPrincipalPropagationUnitTestCase.java:105)
> at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> at junit.extensions.TestSetup.run(TestSetup.java:23)
> Both jrockit and sun VMs
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list