What is the proper way to use FileRepresentation inside Resource.getRepresentation(Variant)? I'd like to send the user a file if they browse to a certain URI.
However, when I browse to that URI, it sends me the file, but the original it doesn't send a filename with it. Also, why must I set an time to live on the representation? If I'm sending the file to be downloaded, it should live as long as necessary. Thanks, Kevin

