It's all about the answers!

Ask a question

Easy https access to source controlled objects


Michael Baylis (1832719) | asked Dec 05 '08, 2:21 p.m.
Hi,
If I would like to access an artifact within a stream via https I have to use an extreme url like:-

https://xxxxxxxxxx.ibm.com:9443/jazz/service/com.ibm.team.filesystem.service.internal.rest.IFilesystemContentService/_DngmQDjJEd2w6Nmfh4bS3g/_Jzf1IDjOEd2w6Nmfh4bS3g/HURSLEY.sem?itemId=_dQPVoGrqEd2PIq2hA7q5sA&stateId=_OSUyorD4Ed2O-8PGN-8Hpg

Is there anyway of using a bit of deployed java within the the server that can translate say:-

https://xxxxxxxxxxxx.ibm.com:9443/jazz/service/sem/prod/hursley.sem into an access of the "current" version of the file within the stream? I will also need the ability of not require a userid and password to access the file, ie it is public.

I could achieve the same by uvsing a build job to copy the file to an apache http server, but I would rather the change control of this file to be within the streams only.

Cheers,

Michael

One answer



permanent link
Geoffrey Clemm (30.1k33035) | answered Dec 05 '08, 5:18 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
We have started a project that would provide such a service for RTC 2.0
(the "Common SCM Service" team area), in a form that works uniformly
against Team Concert, ClearCase, and Synergy (formerly "Telelogic
Synergy"). Please feel free to submit any particular requests you might
have in that context against the "SCM Common Services" category (and
sorry about the mismatch between the team area and category names :-).

Question: If you do not want to require a userid/password, why would you
want https instead of http?

Cheers,
Geoff

michaelbaylis wrote:
Hi,
If I would like to access an artifact within a stream via https I
have to use an extreme url like:-

https://xxxxxxxxxx.ibm.com:9443/jazz/service/com.ibm.team.filesystem.service.internal.rest.IFilesystemContentService/_DngmQDjJEd2w6Nmfh4bS3g/_Jzf1IDjOEd2w6Nmfh4bS3g/HURSLEY.sem?itemId=_dQPVoGrqEd2PIq2hA7q5sA&stateId=_OSUyorD4Ed2O-8PGN-8Hpg

Is there anyway of using a bit of deployed java within the the server
that can translate say:-

https://xxxxxxxxxxxx.ibm.com:9443/jazz/service/sem/prod/hursley.sem
into an access of the "current" version of the file within
the stream? I will also need the ability of not require a userid and
password to access the file, ie it is public.

I could achieve the same by uvsing a build job to copy the file to an
apache http server, but I would rather the change control of this
file to be within the streams only.

Cheers,

Michael

Your answer


Register or 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.