Bug 803790

Summary: remote-viewer chokes on trailing slash in URLs
Product: [Fedora] Fedora Reporter: Marko Myllynen <myllynen>
Component: spice-gtkAssignee: Marc-Andre Lureau <marcandre.lureau>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 17CC: berrange, cfergeau, crobinso, hdegoede, marcandre.lureau, virt-maint
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: 2012-10-21 22:44:37 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Marko Myllynen 2012-03-15 16:24:31 UTC
Description of problem:
A tiny usability issue:

remote-viewer spice://192.168.1.1:5901  works ok
remote-viewer spice://192.168.1.1:5901/ fails, saying can't connect the server

I noticed this when testing spice:// access with Firefox where it is common to have trailing slashes in URLs (see bug 798185).

Comment 1 Daniel Berrangé 2012-04-19 14:57:50 UTC
Turns out to be a SPICE uri parsing bug, fixed in this patch

http://lists.freedesktop.org/archives/spice-devel/2012-April/008808.html

Comment 2 Daniel Berrangé 2012-04-24 09:55:43 UTC
Fixed upstream in

commit 50add15ef69cde34346e11b5c91e1257cecb2696
Author: Daniel P. Berrange <berrange>
Date:   Thu Apr 19 11:12:09 2012 +0100

    Fix multiple problems with URI parsing

Comment 3 Cole Robinson 2012-10-21 22:44:37 UTC
Just closing as UPSTREAM given lack of other noise about this.