Uploaded image for project: 'Workflow'
  1. Workflow
  2. WORKFLOW-115

Potential issues in request attributes

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Major Major
    • 4.9.0
    • None
    • None

      There are 2 types of attributes
      "workflowname" for storing the workflow named "workflowname" when editing: but this could lead to conflict if the workflowname is the same as an existing used session attribute (such as the logged user)
      "WORKFLOW_NAMES" holding the list of all workflows

      we should have a single attribute holding a map or a list or a set of the worflows
      (avoid conflicts and avoid inconsistency between all thoses attributes)

      +

      private static final String __WORKFLOW_NAMES = "workflowNames";
      should be something like
      WorkflowSessionHelper.class.getName() + "$workflowNames";

            Unassigned Unassigned
            raphael Raphaël Franchet
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: