Karishma Gulati created FALCON-1125:
---------------------------------------
Summary: Feed Lookup API doesnt work unless there is absolute path
matching
Key: FALCON-1125
URL: https://issues.apache.org/jira/browse/FALCON-1125
Project: Falcon
Issue Type: Bug
Components: feed
Affects Versions: trunk
Environment: QA
Reporter: Karishma Gulati
Assignee: Ajay Yadava
If the feed path is specified as
{code}
"/tmp/falcon-regression/${YEAR}"
{code}
and parameter in the API call is
{code}
"/tmp/falcon-regression/2014"
{code}
then the API does not return any feed, and CLI says "No feeds were found",
which should not have been the case.
Only when the path itself in the feed was hardcoded as {code}
"/tmp/falcon-regression/2014" {code}
did i get a response
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)