Bug 29259 - Url contains slash '/' instead of encoded slash '%2F'
Summary: Url contains slash '/' instead of encoded slash '%2F'
Status: RESOLVED DUPLICATE of bug 28782
Alias: None
Product: Koha
Classification: Unclassified
Component: Hold requests (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Andrii Veremeienko
QA Contact: Testopia
URL:
Keywords:
Depends on: 29257
Blocks:
  Show dependency treegraph
 
Reported: 2021-10-17 15:13 UTC by Andrii Veremeienko
Modified: 2021-11-04 13:31 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrii Veremeienko 2021-10-17 15:13:23 UTC Comment hidden (obsolete)
Comment 1 Andrii Veremeienko 2021-10-17 15:39:14 UTC
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
Comment 2 Jonathan Druart 2021-11-04 13:31:36 UTC

*** This bug has been marked as a duplicate of bug 28782 ***