Bug 29207: Getopt::Long should not ignore cases
authorPetro Vashchuk <stalkernoid@gmail.com>
Mon, 11 Oct 2021 13:52:08 +0000 (16:52 +0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 25 Oct 2021 12:08:06 +0000 (14:08 +0200)
commit1ecf5ee106354a8e1c55cbd7278064b6283bac0a
treef6b7a473c7db5ec94776ba91ff3e893df9b6a3aa
parent6d7066e309efc6f7f8f453533f7d7fcb0774e1b6
Bug 29207: Getopt::Long should not ignore cases

To avoid Getopt::Long treating upper case and lower case options,
this patch restores removed ":config no_ignore_case".

Steps to reproduce:
1. Start koha-z3950-responder deamon for any instance.
2. Check z3950.log log file, there should be
"[fatal] Failed to listen on ...-koha-z3950" in it.
3. Alternatively you can "curl localhost:2100/biblios?version=1.1 -v"
to ensure that it doesn't work "Failed to connect to localhost
port 2100: Connection refused".
4. Apply the patch.
5. Stop and start daemon again.
6. Check the logs again, there should be no new error there.
7. Same way do the curl to ensure that this time it listens on that port.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
misc/export_borrowers.pl
misc/load_yaml.pl
misc/z3950_responder.pl