Bug 1232476

Summary: guestfish drops -a URL?query parameters
Product: [Community] Virtualization Tools Reporter: Richard W.M. Jones <rjones>
Component: libguestfsAssignee: Richard W.M. Jones <rjones>
Status: CLOSED DUPLICATE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: ptoscano, rbalakri
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-06-17 07:46:56 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Richard W.M. Jones 2015-06-16 20:29:14 UTC
Description of problem:

When you use guestfish -a URL and the URL is (eg) http or
https and contains a query parameter, guestfish drops the
query parameter.

$ guestfish -x -a 'https://example.com/?foo=bar' exit |& grep add_drive
libguestfs: trace: add_drive "/" "protocol:https" "server:tcp:example.com"
libguestfs: trace: add_drive = 0

Note the foo=bar is lost.

Version-Release number of selected component (if applicable):

libguestfs-1.29.46-1.fc23.x86_64

How reproducible:

100%

Steps to Reproduce:
1. See above.

Comment 1 Pino Toscano 2015-06-17 07:46:56 UTC

*** This bug has been marked as a duplicate of bug 1092583 ***