[richfaces-issues] [JBoss JIRA] Resolved: (RF-4537) Inifinte Loop in org.ajax4jsf.cache.ServletContextInitMap

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Thu Sep 25 10:52:22 EDT 2008


     [ https://jira.jboss.org/jira/browse/RF-4537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski resolved RF-4537.
--------------------------------

    Resolution: Done
      Assignee: Tsikhon Kuprevich  (was: Nick Belaevski)


> Inifinte Loop in org.ajax4jsf.cache.ServletContextInitMap
> ---------------------------------------------------------
>
>                 Key: RF-4537
>                 URL: https://jira.jboss.org/jira/browse/RF-4537
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>         Environment: WebSphere 7.0 (beta)
>            Reporter: David Holscher
>            Assignee: Tsikhon Kuprevich
>             Fix For: 3.3.0
>
>
> This code is triggered with enable-cache = true when running in WAS 7. It is an obvious infinite loop with the applicaiton has any context-params.
> 			public int size() {
> 				int result = 0;
> 				Enumeration<String> initNames = servletContext.getInitParameterNames();
> 				while (initNames.hasMoreElements()) {
> 					result++;
> 				}
> 				return result;
> 			}

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

        



More information about the richfaces-issues mailing list