[Bug 191499] HTTP(S) URL escaping broken (URL::Parse makes path eat query)
https://bugzilla.novell.com/show_bug.cgi?id=191499 https://bugzilla.novell.com/show_bug.cgi?id=191499#c10 Uwe Gansert <ug@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|ug@novell.com | --- Comment #10 from Uwe Gansert <ug@novell.com> 2011-06-20 13:10:46 UTC --- it's used in multiple places in autoyast: ug@taylor:/space/YaST_trunk/trunk/autoinstallation/src> svngrep URL:: /include/io.ycp: string full_url = URL::Build(toks); /include/io.ycp: AutoinstConfig::urltok=URL::Parse(url); /modules/AutoinstScripts.ycp: map tok = URL::Parse(newloc); /modules/AutoinstScripts.ycp: map t = URL::Parse(s["location"]:""); /modules/AutoinstScripts.ycp: map toks = URL::Parse(s["location"]:""); /modules/AutoinstConfig.ycp: result = URL::Parse (cmdLine); /modules/AutoinstFile.ycp: map tok = URL::Parse(newloc); /modules/AutoinstImage.ycp: urltok = URL::Parse (AutoinstSoftware::image["script_location"]:""); it's used for parsing the autoyast=.... parameter too so to test it, simply start an autoinstallation by passing autoyast=... to linuxrc -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com