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@lists.koha-community.org
          Reporter: alex.sassmannshau...@ptfs-europe.com
        QA Contact: testo...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to