Wrong leading slash in BRIDGE_SERVICE_CLASSPATH /GenericFacesPortlet
--------------------------------------------------------------------
Key: PORTLETBRIDGE-21
URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-21
Project: MyFaces Portlet Bridge
Issue Type: Bug
Components: API
Reporter: Andy Bosch
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.