Bug 325439 - Subversive URLs are not constructed correctly
Summary: Subversive URLs are not constructed correctly
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Buckminster (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: buckminster.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-16 07:38 EDT by Michael Breu CLA
Modified: 2019-02-25 14:40 EST (History)
0 users

See Also:


Attachments
rmap (718 bytes, application/xml)
2010-09-16 07:38 EDT, Michael Breu CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Breu CLA 2010-09-16 07:38:23 EDT
Created attachment 179024 [details]
rmap

I get an error in org.eclipse.buckminster.subversion.GenericSession.getSVNUrl(...)

ERROR   java.net.URISyntaxException: Illegal character in path at index 74: https://qe-informatik.uibk.ac.at/subversion/ocleditor/src/common/trunk/OCL Editor Platform Feature

my rmap should be correct (see attachment). It tries to map a component name with blanks to an adequate URI (with blanks escaped).

  <rm:uri format="https://qe-informatik.uibk.ac.at/subversion/ocleditor/src/common/trunk/OCL%20Editor%20Platform%20Feature">...

However during subversion access this URL is reconstructed in Class GenericSession from the SVN root and not correctly URL escaped:

  https://qe-informatik.uibk.ac.at/subversion/ocleditor/src/common/trunk/OCL Editor Platform Feature
Comment 1 Michael Breu CLA 2010-09-16 07:39:59 EDT
Please note that in the report above linebreaks do not show the problem precisely.