Details
Description
The parameter org.apache.myfaces.CONFIG_REFRESH_PERIOD is never read, because the method getLongInitParameter will always throw a NumberFormatException. This happens because the parameter name is passed in to get parsed, not the value:
---->>>>> LINE 256 in MyfacesConfig.java
return Long.parseLong(paramName);
<<<<<<------