Description of problem: Server accepts raw metric data through REST API that are older than 7 days - it should reject it, because we don't store Version-Release number of selected component (if applicable): RHQ 4.8-master How reproducible:always Steps to Reproduce: 1 have a MEASUREMENT schedule ID 2. do PUT /rest/metric/data/<ID>/raw/12345 data:{"timeStamp": 12345, "value": 0.5} Actual results: server accepts those data and as a response location header it returns URL where I can get those data. In case of old timestamp, such URL returns an error (expected) Expected results: server should reject such data, because it cannot store it anyway
master 25eb665838cba29ea7b4e3c76e70698d43066a1f
Bulk closing of old issues now that HRQ 4.9 is in front of the door. If you think the issue has not been solved, then please open a new bug and mention this one in the description.