SharedFlowController is caching its Struts module prefix *per instance*
-----------------------------------------------------------------------
Key: BEEHIVE-885
URL: http://issues.apache.org/jira/browse/BEEHIVE-885
Project: Beehive
Type: Bug
Components: NetUI
Versions: v1m1
Reporter: Rich Feit
Assigned to: Rich Feit
Fix For: V1
There is an unnecessary member field in SharedFlowController: String
_modulePath. This should not exist -- the module path should be cached *per
class*, not per instance. The only real verification of the fix would be to
confirm that org.apache.beehive.netui.pageflow.SharedFlowController does not
contain _modulePath.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira