× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



If you make the servlet a JSP, you could solve the caching issue very
easily by wrapping the image generation with the OSCache tag library.
It will let you specify timeouts or cache on different levels, i.e.
session, context, etc.  I experienced very positive results using it.

-----Original Message-----
From: java400-l-bounces@midrange.com
[mailto:java400-l-bounces@midrange.com] On Behalf Of Joe Pluta
Sent: Wednesday, January 29, 2003 2:36 PM
To: Java Programming on and around the iSeries / AS400
Subject: RE: How do I display TIF images, but not allow direct download?


> From: Mandy.Shaw@Notability.com
>
> We do this by making a servlet deliver the binary data straight to the

> browser, rather than just using an URL that points to the image file. 
> We store the image in a BLOB in DB2, but you could no doubt do the 
> same by reading the binary data out of an image file if necessary.

The only caveat being that you no longer take advantage of caching.
That is, every time the user wants to see the image, it must be
downloaded again. The good news, from a security standpoint, is that the
TIF isn't stored in the browser's temporary cache (from which it can be
copied and distributed).

Joe

_______________________________________________
This is the Java Programming on and around the iSeries / AS400
(JAVA400-L) mailing list To post a message email: JAVA400-L@midrange.com
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo.cgi/java400-l
or email: JAVA400-L-request@midrange.com
Before posting, please take a moment to review the archives
at http://archive.midrange.com/java400-l.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.