Uploaded image for project: 'MyFaces Portlet Bridge'
  1. MyFaces Portlet Bridge
  2. PORTLETBRIDGE-21

Wrong leading slash in BRIDGE_SERVICE_CLASSPATH /GenericFacesPortlet

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.0-alpha-2
    • 1.0.0-alpha
    • API
    • None

    Description

      The variable BRIDGE_SERVICE_CLASSPATH = "/META-INF/services/javax.portlet.faces.Bridge" im
      GenericFacesPortlet should not contain a leading slash because

      stream = cl.getResourceAsStream(resourceName);

      does not work with a leading slash. The function getResourceAsStream does not accept leading slashes.

      Attachments

        Activity

          People

            darkarena Scott O'Bryan
            andy_bosch Andy Bosch
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: