[Koha-bugs] [Bug 15005] (Plack) Use of SCRIPT_NAME makes Koha generate wrong URIs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 16 11:36:39 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15005

Josef Moravec <josef.moravec at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #43455|0                           |1
        is obsolete|                            |

--- Comment #21 from Josef Moravec <josef.moravec at gmail.com> ---
Created attachment 43484
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=43484&action=edit
Bug 15005: Replace $ENV{SCRIPT_NAME} with the hardcoded script paths

Since I don't manage to make SCRIPT_NAME works directly with RequestHeader
and/or
ReverseProxyPath, the easier way it to fix all the different occurrences.

Test plan:
On the import patrons page, confirm that the "Import" button does not redirect
to a 'Not found' page.
You should stay on the import patrons page.

Note that if this change works, all others should work too.
Have a look at the diff of this patch and confirm there is no typo.

Signed-off-by: Josef Moravec <josef.moravec at gmail.com>

Tested in patron import and item batch modification

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list