Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1
-
Fix Version/s: 2.1
-
Component/s: None
-
Labels:None
Description
When the results are retrieved from the cache, the input parameter "query" is not properly set by the input component (because it is bypassed).
Fixed in trunk. I made a modification to LocalProcessBase to always set the query parameter in the request
context (unless it is already present).