serving static images

2009-01-13 Thread Daniele Dellafiore
Hi all. I am working on a fine way to serve some static images. Imagine a webapp a la flickr. I have some images to be served inside a slideshow AND I do not want that the real URL can be visible. In fact, there is a policy about authorization to see images, so I need my webapp to validate the

Re: serving static images

2009-01-13 Thread Peter Ertl
You must have some url to specify for the IMG tag in the browser html. in html images just need some url to work. you should check if the request is authorized inside DynamicImageResource. probably a good place to do this in public IResourceStream getResourceStream() get the