Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.7.1
-
Fix Version/s: None
-
Component/s: app-schema plugin
-
Labels:None
Description
When running a filter in app-schema, with xpath such as: x:attributes/ex:key where the type name is omitted in the expression, it still returns results.
The correct expression should be: ex:attributes/ex:Attribute/ex:key
Issue Links
- relates to
-
GEOT-3492
App-schema will return incorrect results or hang when filter on polymorphic attribute with more than 2 mappings
-
Committed revision 38561.
(Test case is in PolymorphicChainingTest.testMultiMappedFilter()).