History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: STR-2883
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Niall Pemberton
Reporter: Michael Jouravlev
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Struts 1

The command/action corresponding to RequestProcessor.processCachedMessages() method appears to be missing in 1.3

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


 Description  « Hide
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.

 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Niall Pemberton - 08/Jun/06 07:12 PM
I have added Command "RemoveCachedMessages" to resolve this.

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