I think this has come up already in a different form, but we ran into another situation with too many redirects. A customer reports that after upgrading to 9, they are having problems with links when there are more than 8 search filters on the link. For example, the following link:
/Default.aspx?ID=13&sortby=CustomField_ReleaseDate&SortOrder=DESC&listview=&Category=Choral&SubCategory=Church&ProdType=Sac+Anthem&Voicing=11&Voicing=4&Voicing=1&Voicing=231&Voicing=13&Voicing=287&Voicing=12&Voicing=14&Thematic+Focus=G&Series=134&Series=1018&Brand=LPC&source=banner
gives an error message about “Too many redirects” and will not load. I can work around this by rewriting the link to a friendly name:
It also seems to work when the various fields are collapsed into one:
/Default.aspx?ID=13&sortby=CustomField_ReleaseDate&SortOrder=DESC&listview=&Category=Choral&SubCategory=Church&ProdType=Sac+Anthem&Voicing=11,4,1,231,13,287,12,14&Thematic+Focus=G&Series=134&Series=1018&Brand=LPC&source=banner
Bug? Anything we can do to work around it other than then the abover alternatives?
Thanks!