Feed question
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:
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
JAZZ DEVELOPER Sep 26 '12, 4:16 p.m.@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