
|
If you were logged in you would be able to see more operations.
|
|
|
Struts 1
Created: 07/Jun/06 01:16 AM
Updated: 03/Jul/07 08:25 PM
|
|
| Component/s: |
Core
|
| Affects Version/s: |
1.3.4
|
| Fix Version/s: |
1.3.5
|
|
|
Checked 1.3.2 and 1.3.5 snapshots, could not find the command or action class that implements RequestProcessor.processCachedMessages() functionality. Seems to be missing indeed, confirmed by Niall.
|
|
Description
|
Checked 1.3.2 and 1.3.5 snapshots, could not find the command or action class that implements RequestProcessor.processCachedMessages() functionality. Seems to be missing indeed, confirmed by Niall. |
Show » |
|
One note about the implementation - it uses ActionContext.getSessionScope() which with Commons Chain 1.0 always creates a new Session if one doesn't exist. Commons Chain 1.1 (which will hopefully be released soon) has been patched to resolve this:
http://issues.apache.org/jira/browse/CHAIN-30