Bugzilla – Attachment 83689 Details for
Bug 22071
authenticate_api_request does not stash koha.user in the OAuth use case
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22071: (follow-up) Add POD for validate_query_parameters
Bug-22071-follow-up-Add-POD-for-validatequeryparam.patch (text/plain), 812 bytes, created by
Martin Renvoize (ashimema)
on 2019-01-07 14:16:38 UTC
(
hide
)
Description:
Bug 22071: (follow-up) Add POD for validate_query_parameters
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-01-07 14:16:38 UTC
Size:
812 bytes
patch
obsolete
>From f15d32634b05fb35739877c2f766543357d13d4a Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 7 Jan 2019 07:38:29 -0300 >Subject: [PATCH] Bug 22071: (follow-up) Add POD for validate_query_parameters > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/REST/V1/Auth.pm | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/Koha/REST/V1/Auth.pm b/Koha/REST/V1/Auth.pm >index 512ed5d6ce..cf64a25828 100644 >--- a/Koha/REST/V1/Auth.pm >+++ b/Koha/REST/V1/Auth.pm >@@ -215,6 +215,12 @@ sub authenticate_api_request { > ); > } > >+=head3 validate_query_parameters >+ >+Validates the query parameters against the spec. >+ >+=cut >+ > sub validate_query_parameters { > my ( $c, $action_spec ) = @_; > >-- >2.19.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 22071
:
83638
|
83639
|
83641
|
83642
|
83651
|
83652
|
83676
|
83677
|
83686
|
83687
|
83688
| 83689