[Koha-bugs] [Bug 18175] New: Makefile sets koha-httpd api path incorrectly for standard installs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 27 12:39:50 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18175

            Bug ID: 18175
           Summary: Makefile sets koha-httpd api path incorrectly for
                    standard installs
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Web services
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: alex.sassmannshausen at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org

When performing a standard (or single) install, Makefile.PL generates an
koha-httpd.conf with a hardcoded ../api/$1/app.pl reference.

This error causes all REST api routes to fail in a standard/single install
context.  GET fails with 404, PUT fails with 403.

The hard-coded path is correct in the dev context.

Switching from an Apache variable to a Makefile variable, and hence replacing
the hardcoded ../api bit of the path should fix this.

Alex

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


More information about the Koha-bugs mailing list