Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

unc path to related artifact fails if space in pathname

I am unable to open a related artifact to a unc path
that contains spaces in it.
Example:
file:///<hostname>/<share>/<directory>/file
fails whereas if I escape the space char, it works fine:
file:///<hostname>/<share>/<directory>/file

Is this a bug?

1 vote


Accepted answer

Permanent link
RTC code uses the java lang URI API - http://docs.oracle.com/javase/1.5.0/docs/api/java/net/URI.html
that implements the URI spec - http://www.ietf.org/rfc/rfc2396.txt
You'll notice in this spec that white space have to be escaped (which is basically the workaround Susan found)

So this is working as designed.
Spencer Murata selected this answer as the correct answer

1 vote

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: May 25 '12, 8:49 a.m.

Question was seen: 4,170 times

Last updated: May 25 '12, 8:49 a.m.

Confirmation Cancel Confirm