Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0-alpha-2
-
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.