Bug 8413 Space in barcodes breaks GET request in benchmark_staff.pl
authorMirko Tietgen <5p4m@gmx.de>
Wed, 11 Jul 2012 11:08:10 +0000 (13:08 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 31 Aug 2012 15:55:41 +0000 (17:55 +0200)
commit608402e27bb9114344cb7e7edc35cf15a194b33d
tree29b0968fc195e094bb6f4818a7c7bc390b8a7d71
parent6c77b4d117bb9a92abc5b0ddeb87fe7f2ed1680c
Bug 8413 Space in barcodes breaks GET request in benchmark_staff.pl

GET requests in benchmark_staff.pl test 6 do not work if a space character is part of the barcode. That seems highly unlikely to happen in barcodes, but is possible if no real barcodes are used but a substitute, like a copy of the call number. Space character needs to be changed to %20 for the request to work.

Also fixes a typo.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
misc/load_testing/benchmark_staff.pl