Bug 268156 - [ui] Unencode repositories addresses when displaying in UI
Summary: [ui] Unencode repositories addresses when displaying in UI
Status: RESOLVED FIXED
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: p2 (show other bugs)
Version: 3.5   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 3.5 M7   Edit
Assignee: Susan McCourt CLA
QA Contact:
URL:
Whiteboard:
Keywords: polish
Depends on:
Blocks:
 
Reported: 2009-03-11 13:16 EDT by Matthew Piggott CLA
Modified: 2009-03-18 16:31 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Piggott CLA 2009-03-11 13:16:13 EDT
If an archive repository is added through the UI it is encoded as a URL, for example this would replace spaces with %20, on windows the path separator is also encoded:
jar:file:C:%5CEclipse-Tests-Installs%5Corg.eclipse.rcp-p2repo-I20090311-0800.zip!/
Comment 1 Susan McCourt CLA 2009-03-11 13:29:56 EDT
we can do this while looking at showing Name - Location
Comment 2 John Arthorne CLA 2009-03-11 14:07:27 EDT
Note you can use URIUtil#toUnencodedString for this.
Comment 3 Susan McCourt CLA 2009-03-18 16:31:08 EDT
fixed in HEAD >20090318.