Mercurial > hg > digilib-old
changeset 182:31367c3c8202
Servlet version 1.18b1
- new transfer mode "rawfile" with mime-type application/octet-stream
- finally proper logging with Log4J!
- therefore a lot of debugging-prints changed
- the Util class is now useless
- ServletOps and FileOps are now purely static
author | robcast |
---|---|
date | Fri, 21 Nov 2003 00:30:04 +0100 |
parents | afe7ff98bb71 |
children | 250f3b8762e4 |
files | servlet/doc/Scaler.html |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/servlet/doc/Scaler.html Fri Nov 21 00:17:31 2003 +0100 +++ b/servlet/doc/Scaler.html Fri Nov 21 00:30:04 2003 +0100 @@ -58,6 +58,10 @@ doesn't allow sending files (<code>sendfile-allowed=false</code>) revert to <code>clip</code>.<br> + + <b>rawfile</b>: send the file as-is with a mime-type of + <code>application/octet-stream</code> so it can be downloaded with + the browser.<br> <b>clip</b>: send the file in its original resolution, cropped to fit <code>[dw,dh]</code>.<br> If