BUILD COMPLETE - build.31 |
Date of build: 09/22/2004 18:50:57 |
Time to build: 24 minutes 23 seconds |
Last changed: 09/22/2004 18:03:59 |
Last log entry: Update the isUserInRole tests |
Unit Tests: (0) | |||
Modifications since last build: (8) | ||||
1.22.2.1 | modified | starksm | testsuite/src/main/org/jboss/test/web/test/WebIntegrationUnitTestCase.java | Update the isUserInRole tests |
1.2.6.1 | deleted | starksm | testsuite/src/resources/web/scripts/SecurityConfig.bsh | Update the isUserInRole tests |
1.7.2.1 | modified | starksm | testsuite/src/resources/web/html/jbosstest/index.html | Update the isUserInRole tests |
1.13.2.1 | modified | starksm | testsuite/src/resources/web/WEB-INF/jbosstest-web.xml | Update the isUserInRole tests |
1.2.6.1 | modified | starksm | testsuite/src/resources/web/META-INF/jboss-app.xml | Update the isUserInRole tests |
1.2.6.1 | modified | starksm | testsuite/src/main/org/jboss/test/jmx/test/JMXConsoleUnitTestCase.java | Update the HttpUtils usage |
1.2.6.1 | modified | starksm | testsuite/src/main/org/jboss/test/util/web/HttpUtils.java | Return the HttpMethodBase rather than the HttpClient so that additional information like headers may be obtained from the request. |
1.1.2.1 | modified | starksm | tomcat/src/main/org/jboss/web/tomcat/security/CustomPrincipalValve.java | Overriding the request user principal was causing the request isUserInRole call to fail when the base realm tried to validate the cached principal. This valve now replaces the incoming request with a wrapper which overrides the request getUserPrincipal to return the true principal established by the realm during authentication. |