http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11575 --- Comment #18 from M. Tompsett <mtompset@hotmail.com> --- (In reply to Robin Sheat from comment #15)
(In reply to Tomás Cohen Arazi from comment #14)
Are we introducing problems for Plack?
Probably not. Really, OPACBaseURL should include the method so there's no need for any of that $using_https crap. But that's a story for another day.
Also, as this promotes the use of the syspref over the envvar, it's probably better for plack.
What's even better for Plack is using the OPACBaseURL with the protocol included all the time, like I just tweaked the code for in bug 5010. ;) Well, to be honest, I don't know if it is better for plack, but that using_https stuff is reduced a bit now. :) -- You are receiving this mail because: You are watching all bug changes.