Bug 114201 - Compound filters allow naming conflicts between paramers of component filters
Summary: Compound filters allow naming conflicts between paramers of component filters
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Web Application Framework
Classification: Retired
Component: persistence
Version: nightly
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: ccm-bugs-list
QA Contact: Jon Orris
URL:
Whiteboard:
: 115106 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-01-23 22:57 UTC by Rafael H. Schloming
Modified: 2014-12-01 23:13 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-09-28 21:32:26 UTC
Embargoed:


Attachments (Terms of Use)

Description Rafael H. Schloming 2004-01-23 22:57:33 UTC
If two filters each containing a bind variable named ":foo" are added
to a compound filter, then ":foo" is assigned only the value specified
in the second filter. When this happens, warnings like the one below
are generated. In this case the error is not fatal since partyID is
mapped to the same value in both cases, but in the general case this
would lead to incorrect filtering. This problem was partially
addressed by making all the filter methods choose unique variable
names, but this is still a problem for manually specified bind
variables as is the case now with many of the permissions filters in
the CMS ui.

2004-01-22 08:16:08,845 [004-4] WARN  persistence.CompoundFilterImpl -
When the filter was added, there was a naming confli\ct with the
variables.
Filter 1: (Filter:
 Conditions: taskType = :taskType24955
  Values: {taskType24955=Edit} and Filter:
 Conditions:  exists (
com.arsdigita.kernel.permissions.PartyPermissionFilterQuery and
RAW[dogc.pd_object_id] = itemID and \ RAW[pd_priv_11 = 1 ])
  Values: {partyID=4001})
Filter 2: ((Filter:
 Conditions: taskType = :taskType24954
  Values: {taskType24954=Author} and Filter:
 Conditions:  exists (
com.arsdigita.kernel.permissions.PartyPermissionFilterQuery and
RAW[dogc.pd_object_id] = itemID and \ RAW[pd_priv_11 = 1 ])
  Values: {partyID=4001}))

Comment 1 Richard Li 2004-02-06 18:46:46 UTC
*** Bug 115106 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.