[Koha-devel] Rewrite of URLs, flushing all empty arguments

2023-06-07 Thread Philippe Blouin
Hello all! New issue (in 22.05 here, but might be anywhere): https://somedomain.net/cgi-bin/koha/tools/letter.pl?op=delete_confirm _&*branchcode=*&module=suggestions&code=ACCEPTED_ When somedomain is o

Re: [Koha-devel] Rewrite of URLs, flushing all empty arguments

2023-06-07 Thread Michael Hafen
There are many layers interacting here. First is apache recieving the request, where it passes through any apache modules that are loaded, then it's passed to cgi or fcgi (you haven't mentioned whether you have plack enabled, but you probably do), then it's passed to Koha's codebase. There could

Re: [Koha-devel] Rewrite of URLs, flushing all empty arguments

2023-06-07 Thread David Cook
First things first, Philippe, you haven’t given enough information about the problem. For instance: http://localhost:8081/cgi-bin/koha/tools/letter.pl?op=delete_confirm &bran

Re: [Koha-devel] Rewrite of URLs, flushing all empty arguments

2023-06-07 Thread Mason James
On 8/06/23 9:10 am, Philippe Blouin wrote: Hello all! New issue (in 22.05 here, but might be anywhere): https://somedomain.net/cgi-bin/koha/tools/letter.pl?op=delete_confirm _&*branchcode=*&module=sugge