After placing hold user is redirected to a link containing a redundant slash in the end, which leads to unexpected consequences. Steps to reproduce: 1. Search for an item; 2. Select single item, click 'Place hold'; 3. Enter a patron card number; 4. Complete hold placing by clicking 'Place hold'; 5. Note that after redirection to URL ended with slash (after biblionumber); E.g.: request.pl?biblionumbers=233/
Description: After placing hold with multiple items user is redirected to a link which contains slashes instead of encoded slashes as a delimiters between biblionumbers. The slash '/' character is reserved for the delimiting of substrings whose relationship is hierarchical. So for biblionumbers enumeration encoded slash should be used. Steps to reproduce: 1. Search for an items; 2. Select multiple items and start placing hold for them; 3. Enter a patron card number; 4. Complete hold placing by clicking 'Place hold'; 5. Note that after redirection hold list, URL contains slashes '/' instead of encoded slashes '%2F' as a delimiters between biblionumbers; e.g.: request.pl?biblionumbers=233/54
*** This bug has been marked as a duplicate of bug 28782 ***