Closed
Bug 43356
Opened 24 years ago
Closed 24 years ago
RegChrome returns "%20" for blank char in the log file
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect, P3)
Core Graveyard
Installer: XPInstall Engine
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: depman1, Assigned: dveditz)
Details
yesterdays builds: 2000-06-20-08.
1. Go to http://jimbob/trigger3.html.
2. Enter a_register_chrome.xpi or regChromeTest.xpi in the URL field (both on
http://jimbob/jars).
3. Press Trigger, then OK.
4. Check logfile.
Result: Returned pathway for register chrome shows "%20" for a blank character
in that pathway (i.e. "Netscape%206/")
Expected: the blank char itself (i.e. "Netscape 6").
log file:
-------------------------------------------------------------------------------
http://jimbob/jars/a_register_chrome.xpi -- 06/21/2000 13:15:15
-------------------------------------------------------------------------------
Acceptance: a_register_chrome
-----------------------------
** registerChrome returns: 0
[1/1] Register Package:
file:///C:/Program%20Files/Netscape/0619/Netscape%206/chrome/packages/core//
Install completed successfully
Finished Installation 06/21/2000 13:15:15
Assignee | ||
Comment 1•24 years ago
|
||
Spaces (and other characters) are not valid in URLs, they must be escaped.
That double slash at the end is slightly troubling, though without seeing the
script it's hard to say if that's a bug in XPInstall or in your script.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•