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)
committerChris Cormack <chrisc@catalyst.net.nz>
Sat, 1 Sep 2012 07:44:43 +0000 (19:44 +1200)
commit27fef85d3d7fd0af090c8cfa6db3b65ab9433b5e
tree3fb44ff8af37e7b3d00352899a5caaa5c3330687
parent9cd04fc099ec0567b585f6210cc7facf694cd9cd
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>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
misc/load_testing/benchmark_staff.pl