Bug #7433
apache rewrite does not support idFilter
Status:
Closed
Priority:
Normal
Assignee:
Robert Waltz
Category:
d1_log_aggregation
Target version:
Start date:
2015-10-15
Due date:
% Done:
100%
Story Points:
Sprint:
Description
apache rewrite supports pidFilter and not idFilter for both v1 and v2 implementations.
Remove pidFilter on the v1 endpoint while adding idFilter.
Luckily, the v1 documentation for pidFilter reads. "Support for this parameter is optional and MAY be ignored by the Coordinating Node implementation with no warning." Supporting both idFilter and pidFilter creates some complex perl regex rewrites in the apache rewrite config.
Add idFilter to the v2 endpoint rewrite.
Associated revisions
closes #7433
added OR seriesId to rewrite and change the query parameter from pidFilter to idFilter
closes #7433
added OR seriesId to rewrite and change the query parameter from pidFilter to idFilter
History
#1 Updated by Robert Waltz about 9 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 30
#2 Updated by Robert Waltz about 9 years ago
- Description updated (diff)
#3 Updated by Robert Waltz about 9 years ago
- Status changed from In Progress to Closed
- % Done changed from 30 to 100
Applied in changeset d1-python:d1_python|r16688.