Config Parameter for refresh Period is never retrieved
------------------------------------------------------

                 Key: MYFACES-1797
                 URL: https://issues.apache.org/jira/browse/MYFACES-1797
             Project: MyFaces Core
          Issue Type: Bug
          Components: General
    Affects Versions: 1.2.1
         Environment: facelets, tomahawk, facelets
            Reporter: bim sim sala


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);

<<<<<<------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to