View results here ->
http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040718191147Lbuild.153
|
| No Tests Run |
| This project doesn't have any tests |
|
|
| |
|
| 1.51.2.33 | modified | starksm | server/src/main/org/jboss/web/AbstractWebContainer.java | Remove the redundant load of the deployer from within init as this prevents the use of the deployment class loader for the deployer. |
| 1.1.2.15 | modified | starksm | tomcat/src/main/org/jboss/web/tomcat/tc5/TomcatDeployer.java | - Add support for parsing a war level WEB-INF/context.xml to configure theweb application context. Integrated patch [ 986585 ] Tomcat custom context configuration.- When using the jboss UCL add the WEB-INF/{classes,lib} dirs to the UCL classpath early enough to allow overriden classes to be seen. |
| 1.1.1.1.2.21 | modified | starksm | tomcat/src/main/org/jboss/web/tomcat/tc5/Tomcat5.java | - Add allowSelfPrivilegedWebApps attribute- Use the war class loader when creating the TomcatDeployer instance |
| 1.1.2.5 | modified | starksm | tomcat/src/main/org/jboss/web/tomcat/tc5/DeployerConfig.java | Add allowSelfPrivilegedWebApps, serviceClassLoader settings |
| 1.1.2.1 | modified | starksm | tomcat/src/main/org/jboss/web/tomcat/tc5/ContextConfigRuleSet.java | A digester Context config rule set suggested in patch[ 986585 ] Tomcat custom context configuration |
| 1.1.1.1.2.8 | modified | starksm | tomcat/src/main/org/jboss/web/tomcat/tc5/Tomcat5MBean.java | Add a AllowSelfPrivilegedWebApps to control whether the war level context config can set the privileged mode. |