# HG changeset patch # User robcast # Date 1069371004 -3600 # Node ID 8ae28f5cdbfd9b1eadb361d0cdef3574ee25734a # Parent 026ca571ade83e349b38e0bacb8817224ebc7833 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 diff -r 026ca571ade8 -r 8ae28f5cdbfd servlet/doc/Scaler.html --- 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 (sendfile-allowed=false) revert to clip.
+ + rawfile: send the file as-is with a mime-type of + application/octet-stream so it can be downloaded with + the browser.
clip: send the file in its original resolution, cropped to fit [dw,dh].
If