]
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: