Uploaded image for project: 'Pluto'
  1. Pluto
  2. PLUTO-593

Will not load portlets deployed in root servlet context

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.1
    • 2.0.2, 2.1.0
    • portal driver
    • None

    Description

      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 /.

      Attachments

        Activity

          People

            ate Ate Douma
            edalquist Eric Dalquist
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: