[Koha-bugs] [Bug 18890] REST API: Fix fetching operation spec in route chain

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 23 07:52:10 CEST 2017


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

M. Tompsett <mtompset at hotmail.com> changed:

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

--- Comment #4 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 68370
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68370&action=edit
Bug 18890: REST API: Fix fetching operation spec in route chain

Mojolicious::Plugin::OpenAPI version 1.17 added a feature for fetching API spec
in route chain. For us, this type of functionality is used in authentication
with
our own workaround introduced in Bug 18137. Our own workaround no longer works
if
M::P::OpenAPI version >=1.17.

When upgrading Mojolicious::Plugin::OpenAPI dependency, this patch  will fix
the issue.

To test:
1. prove t/db_dependent/api/v1

Signed-off-by: Mark Tompsett <mtompset at hotmail.com>

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


More information about the Koha-bugs mailing list