Change URLTemplate.verify() to log template errors rather than throw 
IllegalStateException 
-------------------------------------------------------------------------------------------

         Key: BEEHIVE-884
         URL: http://issues.apache.org/jira/browse/BEEHIVE-884
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: v1m1    
    Reporter: Carlin Rogers
 Assigned to: Carlin Rogers 
    Priority: Minor
     Fix For: V1


Currently URLTemplate.verify()  throws an IllegalStateException if there's a 
problem finding a
required token (or verifying a known token). The exception is not caught, even 
in the 
PageFlowContextListener, during the Servlet initialization and other processing 
of the URL
template config file. The URLTemplatesFactory logs errors for missing values or 
names
etc.

To be consistent, I'd like to change the URLTemplate.verify() method so that it 
just logs
errors, and the remainder of the initialization process can continue on.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to