Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.4
-
None
Description
VariableResolverImpl only steps down instances of Maps down each dot-separation.
See lines 97-98.
Since ${dataimporter.request} is an instance of DataImporter.RequestParams these variables are not resolved contri to the documentation found here
http://wiki.apache.org/solr/DataImportHandler#head-520f8e527d9da55e8ed1e274e29709c8805c8eae
Attached is one fix, with a matching test.