Simultaneous initial requests cause problems in init code.:
https://jsftemplating.dev.java.net/issues/show_bug.cgi?id=30
Issue #|30
Summary|Simultaneous initial requests cause problems in init c
|ode.
Component|jsftemplating
Version|1.2
Platform|All
OS/Version|All
URL|
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P2
Subcomponent|Events / Handlers
Assigned to|kenpaulsen
Reported by|kenpaulsen
------- Additional comments from kenpaulsen_at_dev.java.net Mon Sep 24 16:59:40 +0000 2007 -------
The HandlerDefinition init code does not take multiple concurrent requests into account. It is possible for the HashMap
containing these objects to exist prior to the definitions in the Map to exist. This can cause false "Handler not
found" errors.