BUILD FAILED |
Ant Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:37: Exit code: 1 See compile.log in Build Artifacts for details. JAVA_HOME=/opt/j2sdk1.4.2_05/ |
Date of build: 04/23/2005 18:35:36 |
Time to build: 11 minutes 3 seconds |
Last changed: 04/23/2005 18:25:44 |
Last log entry: Override the testGetAccess/testPostAccess tests to get the strictStarRolesMode mode to true since "*" must be mapped to the web-app declared security-role/role-name values in the JACC permissions. |
Unit Tests: (0) Total Errors and Failures: (0) | |||
Modifications since last build: (3) | ||||
1.2 | modified | starksm | testsuite/src/main/org/jboss/test/jacc/test/WebConstraintsUnitTestCase.java | Override the testGetAccess/testPostAccess tests to get the strictStarRolesMode mode to true since "*" must be mapped to the web-app declared security-role/role-name values in the JACC permissions. |
1.2 | modified | starksm | testsuite/src/main/org/jboss/test/security/test/WebConstraintsUnitTestCase.java | Add additional permission overrides and a strictStarRolesMode flag indicating if a "*" web-app/auth-constraint/role-name should imply any authenticated user role, or only the security-role/role-name values in the web app. True = only the web-app defined roles |
1.17 | modified | starksm | security/src/main/org/jboss/security/auth/spi/UsersRolesLoginModule.java | Added two new login module options:defaultUsersProperties=string: The name of the properties resource containing the username to password mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultUsers.properties. defaultRolesProperties=string: The name of the properties resource containing the username to roles mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultRoles.properties. |