Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

1.2.3 version get methods geting errors #10

Closed
egarazlic opened this issue Sep 5, 2018 · 1 comment
Closed

1.2.3 version get methods geting errors #10

egarazlic opened this issue Sep 5, 2018 · 1 comment
Assignees
Labels

Comments

@egarazlic
Copy link

For the usage with jira there are a lot of GEt methods that are not using query parameters.
So the calls are being normally without path?anything
And if we use those calls normally to get results the new JWTHelper have a error in the qsh function
PART:
// Parse a query into the map of parameters
parse_str($parts['query'], $params);

It is trying to get query parts but there isnt any query parts.

Change:
$params=array();
if(isset($parts['query']))
parse_str($parts['query'], $params);

Could you make change here because a lot of projects are using this so I dont need to update everyone manually

@breart breart self-assigned this Sep 5, 2018
@breart breart added the bug label Sep 5, 2018
@breart
Copy link
Owner

breart commented Sep 5, 2018

Fixed in v1.2.4

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants