BUILD COMPLETE - build.62 |
Date of build: 09/22/2004 23:01:40 |
Time to build: 17 minutes 53 seconds |
Last changed: 09/22/2004 22:56:40 |
Last log entry: Remove the tomcat41 sar install |
Unit Tests: (0) | |||
Modifications since last build: (22) | ||||
1.160.2.169 | modified | starksm | build/build.xml | Remove the tomcat41 sar install |
1.1.1.1.2.4 | deleted | starksm | tomcat/src/main/org/jboss/web/tomcat/session/ClusterManager.java | Update to only build the tc5 service |
1.1.1.1.2.1 | deleted | starksm | tomcat/src/main/org/jboss/web/tomcat/session/ClusterManagerMBean.java | Update to only build the tc5 service |
1.1.1.1.2.6 | deleted | starksm | tomcat/src/main/org/jboss/web/tomcat/session/ClusteredSession.java | Update to only build the tc5 service |
1.1.1.1.2.2 | deleted | starksm | tomcat/src/main/org/jboss/web/tomcat/session/ClusteredSessionCleanup.java | Update to only build the tc5 service |
1.1.1.1.2.1 | deleted | starksm | tomcat/src/main/org/jboss/web/tomcat/session/ClusteredSessionValve.java | Update to only build the tc5 service |
1.1.1.1.2.1 | deleted | starksm | tomcat/src/main/org/jboss/web/tomcat/session/ClusteringNotSupportedException.java | Update to only build the tc5 service |
1.1.1.1.2.2 | deleted | starksm | tomcat/src/main/org/jboss/web/tomcat/session/InstantSnapshotManager.java | Update to only build the tc5 service |
1.1.1.1.2.3 | deleted | starksm | tomcat/src/main/org/jboss/web/tomcat/session/IntervalSnapshotManager.java | Update to only build the tc5 service |
1.1.1.1.2.1 | deleted | starksm | tomcat/src/main/org/jboss/web/tomcat/session/LocalStrings.properties | Update to only build the tc5 service |
1.1.1.1.2.1 | deleted | starksm | tomcat/src/main/org/jboss/web/tomcat/session/LocalStrings_ja.properties | Update to only build the tc5 service |
1.1.1.1.2.1 | deleted | starksm | tomcat/src/main/org/jboss/web/tomcat/session/SnapshotManager.java | Update to only build the tc5 service |
1.1.1.1.2.19 | modified | starksm | tomcat/build.xml | Update to only build the tc5 service |
1.1.2.13 | deleted | starksm | testsuite/ant161-build.xml | Rename ant161-build.xml to ant16x-build.xml for easy comparison with the 4.0 branch |
1.10.2.1 | modified | starksm | testsuite/ant16x-build.xml | Rename ant161-build.xml to ant16x-build.xml for easy comparison with the 4.0 branch |
1.2.2.2 | 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. |
1.4.2.3 | modified | starksm | testsuite/src/resources/web/html/jbosstest/index.html | Update the isUserInRole tests |
1.1.2.2 | modified | starksm | testsuite/src/resources/web/META-INF/jboss-app.xml | Update the isUserInRole tests |
1.6.2.11 | modified | starksm | testsuite/src/resources/web/WEB-INF/jbosstest-web.xml | Update the isUserInRole tests |
1.17.2.12 | modified | starksm | testsuite/src/main/org/jboss/test/web/test/WebIntegrationUnitTestCase.java | Update the isUserInRole tests |
1.1.2.2 | modified | starksm | testsuite/src/main/org/jboss/test/jmx/test/JMXConsoleUnitTestCase.java | Update the HttpUtils usage |
1.1.2.3 | 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. |