broken extensions on security pages causes some servlet containers to freak out
-------------------------------------------------------------------------------

                 Key: MRM-193
                 URL: http://jira.codehaus.org/browse/MRM-193
             Project: Archiva
          Issue Type: Bug
          Components: web application
            Reporter: Brett Porter


I think these are all incorrect - please change c:import to <[EMAIL PROTECTED] 
and the xwork results to jsp. jspf is just a convention for fragments of a JSP 
used in <[EMAIL PROTECTED]

src/main/webapp/WEB-INF/classes/xwork-security.xml:     These configurations 
point to the overlaid jspf files.
src/main/webapp/WEB-INF/classes/xwork-security.xml:      
<result>/WEB-INF/jsp/security/admin/systemInformation.jspf</result>
src/main/webapp/WEB-INF/classes/xwork-security.xml:      
<result>/WEB-INF/jsp/security/admin/console.jspf</result>
src/main/webapp/WEB-INF/classes/xwork-security.xml:      <result 
name="input">/WEB-INF/jsp/pss/include/assignments.jspf</result>
src/main/webapp/WEB-INF/classes/xwork-security.xml:      <result 
name="error">/WEB-INF/jsp/pss/include/error.jspf</result>
src/main/webapp/WEB-INF/classes/xwork-security.xml:      <result 
name="success">/WEB-INF/jsp/pss/include/assignments.jspf</result>
src/main/webapp/WEB-INF/classes/xwork-security.xml:      <result 
name="success">/WEB-INF/jsp/pss/include/grantRoles.jspf</result>
src/main/webapp/WEB-INF/classes/xwork-security.xml:      <result 
name="success">/WEB-INF/jsp/pss/include/removeRoles.jspf</result>
src/main/webapp/WEB-INF/jsp/admin/createAdmin.jsp:<c:import 
url="/WEB-INF/jsp/pss/include/formValidationResults.jspf" />
src/main/webapp/WEB-INF/jsp/admin/createAdmin.jsp:  <c:import 
url="/WEB-INF/jsp/pss/include/userCredentials.jspf" />
src/main/webapp/WEB-INF/jsp/decorators/default.jsp:    <c:import 
url="/WEB-INF/jsp/pss/include/securityLinks.jspf" />
src/main/webapp/WEB-INF/jsp/pss/account.jsp:<c:import 
url="/WEB-INF/jsp/pss/include/formValidationResults.jspf" />
src/main/webapp/WEB-INF/jsp/pss/account.jsp:  <c:import 
url="/WEB-INF/jsp/pss/include/userCredentials.jspf" />
src/main/webapp/WEB-INF/jsp/pss/admin/operationList.jsp:<c:import 
url="/WEB-INF/jsp/pss/include/rbacListNavigation.jspf" />
src/main/webapp/WEB-INF/jsp/pss/admin/operationList.jsp:<c:import 
url="/WEB-INF/jsp/pss/include/formValidationResults.jspf" />
src/main/webapp/WEB-INF/jsp/pss/admin/permissionList.jsp:<c:import 
url="/WEB-INF/jsp/pss/include/rbacListNavigation.jspf" />
src/main/webapp/WEB-INF/jsp/pss/admin/permissionList.jsp:<c:import 
url="/WEB-INF/jsp/pss/include/formValidationResults.jspf" />
src/main/webapp/WEB-INF/jsp/pss/admin/resourceList.jsp:<c:import 
url="/WEB-INF/jsp/pss/include/rbacListNavigation.jspf" />
src/main/webapp/WEB-INF/jsp/pss/admin/resourceList.jsp:<c:import 
url="/WEB-INF/jsp/pss/include/formValidationResults.jspf" />
src/main/webapp/WEB-INF/jsp/pss/admin/roleCreate.jsp:<c:import 
url="/WEB-INF/jsp/pss/include/formValidationResults.jspf" />
src/main/webapp/WEB-INF/jsp/pss/admin/roleList.jsp:<c:import 
url="/WEB-INF/jsp/pss/include/rbacListNavigation.jspf" />
src/main/webapp/WEB-INF/jsp/pss/admin/roleList.jsp:<c:import 
url="/WEB-INF/jsp/pss/include/formValidationResults.jspf" />
src/main/webapp/WEB-INF/jsp/pss/admin/userCreate.jsp:<c:import 
url="/WEB-INF/jsp/pss/include/formValidationResults.jspf" />
src/main/webapp/WEB-INF/jsp/pss/admin/userCreate.jsp:  <c:import 
url="/WEB-INF/jsp/pss/include/userCredentials.jspf" />
src/main/webapp/WEB-INF/jsp/pss/admin/userEdit.jsp:<c:import 
url="/WEB-INF/jsp/pss/include/formValidationResults.jspf" />
src/main/webapp/WEB-INF/jsp/pss/admin/userEdit.jsp:  <c:import 
url="/WEB-INF/jsp/pss/include/userCredentials.jspf" />
src/main/webapp/WEB-INF/jsp/pss/admin/userList.jsp:<c:import 
url="/WEB-INF/jsp/pss/include/formValidationResults.jspf" />
src/main/webapp/WEB-INF/jsp/pss/login.jsp:<c:import 
url="/WEB-INF/jsp/pss/include/formValidationResults.jspf" />
src/main/webapp/WEB-INF/jsp/pss/register.jsp:<c:import 
url="/WEB-INF/jsp/pss/include/formValidationResults.jspf" />
src/main/webapp/WEB-INF/jsp/pss/register.jsp:  <c:import 
url="/WEB-INF/jsp/pss/include/userCredentials.jspf" />


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to