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

Key: STR-2822
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Struts Developers
Reporter: Jea-noel Ribette
Votes: 0
Watchers: 0
Operations

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

Wildcard action matcher does not set module in forward

Created: 05/Apr/06 10:49 AM   Updated: 03/Jul/07 08:36 PM
Component/s: Core
Affects Version/s: Future
Fix Version/s: 1.3.2

Environment:
Operating System: other
Platform: Other

Bugzilla Id: http://issues.apache.org/bugzilla/show_bug.cgi?id=39213


 Description  « Hide
org.apache.struts.config.ActionConfigMatcher does not set the module property of
ForwardConfig objects when it creates a matching ActionConfig.

To fix the bug, the line "cfg.setModule(fConfigs[x].getModule)" can be added
line 183 (first "for" instruction in convertActionConfig.

 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Don Brown - 05/Apr/06 06:55 PM
Fixed in revision [39213]. Thanks!