Bug #7433
Updated by Robert Waltz about 9 years ago
apache rewrite supports pidFilter and not idFilter for both v1 and v2 implementations.
Remove Keep 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.
Remove Keep 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.