[ https://issues.apache.org/jira/browse/PLUTO-593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ate Douma resolved PLUTO-593. ----------------------------- Resolution: Fixed Fix applied > Will not load portlets deployed in root servlet context > ------------------------------------------------------- > > Key: PLUTO-593 > URL: https://issues.apache.org/jira/browse/PLUTO-593 > Project: Pluto > Issue Type: Bug > Components: portal driver > Affects Versions: 2.0.1 > Reporter: Eric Dalquist > Assignee: Ate Douma > Fix For: 2.0.2, 2.1.0 > > > Pluto does contextPath.substring(1) on the value returned by > ServletContext.getContextPath() Per the Servlet spec that method will return > an empty string if the servlet is deployed in the root context, this will > result in an IndexOutOfBounds exception. > The proposed fix is to not remove the leading /. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.