Project

General

Profile

Actions

action #8358

closed

client script encapuslation of URLs

Added by RBrownSUSE over 8 years ago. Updated 1 day ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Regressions/Crashes
Target version:
-
Start date:
2015-07-30
Due date:
% Done:

0%

Estimated time:

Description

http:// URL's in variables sent by /usr/share/openQA/script/client are wrong, they're fine if the URL is set in the DB/WebUI

Actions #1

Updated by ancorgs over 8 years ago

Probably not the correct solution, but I patched my installation like this to workaround the problem

Controller/API/V1/Job.pm:61

my %up_params = map { uc $_ => URI::Escape::uri_unescape($params->{$_}) } keys %$params;

Actions #2

Updated by coolo over 8 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF