[jboss-jira] [JBoss JIRA] Created: (JBPORTAL-1902) forbidden.jsp missing in default installation, causes public demo not working

Piotr Kubowicz (JIRA) jira-events at lists.jboss.org
Tue Feb 19 04:59:27 EST 2008


forbidden.jsp missing in default installation, causes public demo not working
-----------------------------------------------------------------------------

                 Key: JBPORTAL-1902
                 URL: http://jira.jboss.com/jira/browse/JBPORTAL-1902
             Project: JBoss Portal
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Portal Core
    Affects Versions: 2.6.4 Final
            Reporter: Piotr Kubowicz
         Assigned To: Julien Viet


Today, when I visited http://portal.demo.jboss.com/ from Google I got:

ERROR 
Cause: javax.portlet.PortletException: javax.servlet.ServletException: File "/WEB-INF/jsp/permission/forbidden.jsp" not found 
Message: javax.servlet.ServletException: File "/WEB-INF/jsp/permission/forbidden.jsp" not found 
StackTrace: 
javax.portlet.PortletException: javax.servlet.ServletException: File "/WEB-INF/jsp/permission/forbidden.jsp" not found
	at org.jboss.portal.portlet.impl.jsr168.api.PortletRequestDispatcherImpl.include(PortletRequestDispatcherImpl.java:91)

The obvious reason is that in default configuration JBoss Portal requires file WEB-INF/jsp/permission/forbidden.jsp, but this file is not provided in default installation. This bug affects not only JBoss Portal public demo, but any JBoss Portal installation.

The solution is to simply include dummy WEB-INF/jsp/permission/forbidden.jsp in portal-core.war


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

        



More information about the jboss-jira mailing list