Description
The project page is issuing a turbine exception and failing to load the project page when some plugins are installed. It's reporting that the xnat_projectData_bundle_header.vm template is not available. The TurbineUtils.validateClasspathTemplate method is returning a false positive and saying the template is there even though it's not. The relevant velocity code is in xnat-templates/screens/xnat_projectData/xnat_projectData_bundle_tabs.vm.
The validateClasspathTemplate method should be looking at the file name and not just the directory when validating the template.