Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Three Tier Architechture

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Three Tier Architechture
 Login/Join
 
<Bandi>
posted
We are working with graphics and we have security issue here. When we try to save a graph as a GIF, it is saved on a folder on the reporting server.

When the user tries to access a report with a GIF in it, instead of going through the client, the request is redirected directly to the Reporting server which diplays the complete URL with the server name to the user.

Looks like this is against the architecture rules and a basic security issue. Can someone suggest how to handle this so that the request is manipulated by the Client istead of redirecting to the server.

Thanks and Regards,
 
Report This Post
Expert
posted Hide Post
well, Bandi, i can tell you i do it.[In a selfserv system, not an MRE system..i don't know which you have]
i make GIFs (and output HTML tables as well)
and my creating fex will filedef them to the webserver (under the inetpub/wwwroot directory, not under ibi directory).
Then when my calling fex or html page needs them, i refer to them using an image tag, which i define:
DEFINE FILE CAR
PICTURE/A100=
'< IMG SRC="http://servername/IMAGES/GIFNAME.GIF>';
END
and of course gifname could be made to refer to a variable, or some &var, or whatever you need.
and with output htm tables, you can filedef them the same way and reference them with !IBI.FIL.filename; in a fex or a server-side include
< !-- #include path\filename --> in an .asp page
Any help, or have i completely misunderstood your question, Bandi??
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Three Tier Architechture

Copyright © 1996-2020 Information Builders