How to secure contents in HTML widget?
![]()
How to secure contents in HTML widget? What is the best place to store the contents?
One of customer has realized this is not secure, everyone can access to the contents by https://RTCSERVER/xxx/xxx/xyz.png without RTC logon.
1. The file abc.htm and xyz.png are placed on [RTC server install dir]/tomcat/webapps/ROOT/xxx/xxx/.
2. Create HTML widget to link a file.
3 Put HTML source is like:
<center>
<p class="resizeimage">
<a _blank="" href="https://RTCSERVER/xxx/xxx/abc.htm" target="_blank">
<img height="100%" src="https://RTCSERVER/xxx/xxx/xyz.png" width="100%">
</a>
</p>
</center>
|
2 answers
![]()
I worked out by myself.
In a HTML viewlet, add the following work item's attachment link as a image.
https://jazz.net/jazz
/service/com.ibm.team.workitem.common.internal.rest.IAttachmentRestService/itemName/com.ibm.team.workitem.Attachment/199261/
|
Comments
Simply my question is how to do this widget? Where is the image file stored?
i'd like to ask the Jazz Collaborative ALM project admin HOW TO create the "CLM Maintenance Releases widget".