It's all about the answers!

Ask a question

Feed question


T M (8878188143) | asked Sep 25 '12, 9:51 a.m.
retagged Sep 26 '12, 3:09 p.m. by Bo Chulindra (1.3k2718)

I followed the instructions as in the link: https://jazz.net/library/article/75

In RTC Eclipse client, I right click on a a feed in "Feeds" section and select “Copy Feed URL”. Then pasted it into notepad:

https://server.abc.com:9443/ccm/service/com.ibm.team.repository.common.internal.IFeedService?provider=query&user=fname_lname&query=_dRrzIAIXEeKQhbDv3_12Rw

Then I change it as below:

http://server.abc.com:9080/ccm/events?provider=query&user=fname_lname&query=_dRrzIAIXEeKQhbDv3_12Rw


I paste the above url into a browser and press enter.

The browser changes the url back to https and 9443 as below:

https://server.abc.com:9443/ccm/events?provider=query&user=fname_lname&query=_dRrzIAIXEeKQhbDv3_12Rw


Why is it?


Comments
Bo Chulindra commented Sep 26 '12, 4:16 p.m.
JAZZ DEVELOPER

@theju: Someone asked something similar in the comments in the article you are using. Did you try the instructions? Here they are again:

1) edit the web.xml file for the RTC web-app
2) locate the following section:
<security-constraint>
<web-resource-collection>
<web-resource-name>open-unencrypted</web-resource-name>
<url-pattern>/service/com.ibm.team.repository.service.internal.license.IFloatingLicenseService/*</url-pattern>
</web-resource-collection>

<!-- Leaving out the <auth-constraint> section means these resources don't require authentication -->

<!-- Leaving out the <user-data-constraint> section means these resources don't require SSL -->
</security-constraint>
3) add a url-pattern element for /events

Be the first one to answer this question!


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.