You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by "Ate Douma (JIRA)" <je...@portals.apache.org> on 2007/05/10 10:00:42 UTC

[jira] Resolved: (JS2-681) Login portlet doesn't run in Tomcat ROOT context

     [ https://issues.apache.org/jira/browse/JS2-681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ate Douma resolved JS2-681.
---------------------------

    Resolution: Fixed

Patch applied and upgrade jstl and standard libs to version 1.1.2
Jetspeed working nicely now deployed under ROOT 

> Login portlet doesn't run in Tomcat ROOT context
> ------------------------------------------------
>
>                 Key: JS2-681
>                 URL: https://issues.apache.org/jira/browse/JS2-681
>             Project: Jetspeed 2
>          Issue Type: Bug
>          Components: Admin Portlets
>    Affects Versions: 2.1
>         Environment: JDK 1.6, Tomcat 5.5, Linux Ubuntu 6.10
>            Reporter: J.Enrique Ruiz
>         Assigned To: Ate Douma
>            Priority: Blocker
>             Fix For: 2.1.1
>
>         Attachments: patch-login-portlet.txt
>
>
> We have changed the application context of a Jetspeed 2 portal from "/${artifactId}" to "/". Doing that, the Jetspeed portal runs perfectly but the Login portlet fails. The portal throws the following exception:
>     javax.portlet.PortletException
>        at org.apache.jetspeed.dispatcher.JetspeedRequestDispatcher.include(JetspeedRequestDispatcher.java:102)
>        at org.apache.portals.bridges.common.GenericServletPortlet.doView(GenericServletPortlet.java:363)
>        at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:247)
>     ......
>     Caused by: javax.servlet.ServletException: In URL tags, when the "context" attribute is specified, values of both "context" and "url" must start with "/". 
> The problem is that the "context" attribute  of the "<c:url />" tag cannot have an empty value. The empty value is returned by the "${requestContext.request.contextPath}" expression (see the Servlet API::HttpServletRequest.getContextPath() to know the reason).
> We have attached a patch that fix this bug. In addition to this patch, the JSTL API and implementation must be upgraded to jstl-1.1.1.jar and standard-1.1.2.jar. 
> Regards.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org